color codes Logo

#e206cc color codes

#E206CC
(226,6,204)
0 Favorites   0 Comments

Color spaces of #e206cc

RGB 2266204
HSL0.850.950.45
HSV306°97°89°
CMYK 0.000.970.10   0.11
XYZ42.328220.658658.8833
Yxy20.65860.34730.1695
Hunter Lab45.451786.6926-44.9947
CIE-Lab52.573886.2507-44.7142

#e206cc color RGB value is (226,6,204).

#e206cc hex color red value is 226, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e206cc hue: 0.85 , saturation: 0.95 and the lightness value of e206cc is 0.45.

The process color (four color CMYK) of #e206cc color code is 0.00, 0.97, 0.10, 0.11. Web safe color of #e206cc is #cc00cc. Color #e206cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00000110 11001100
Octal 342 6 314
Decimal 226 6 204
Hex E2 6 CC

RGB Percentages of Color #e206cc

%51.83
%1.38
%46.79

CMYK Percentages of Color #e206cc

%0
%97
%10
%11

Triadic Colors of #e206cc

#e206cc #cce206 #06cce2

Analogous Colors of #e206cc

#e206cc #e2065e #8a06e2

Monochromatic Colors of #e206cc

#e206cc

Complementary Color

#e206cc #06e21c

#e206cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e206cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e206cc Color CSS Codes

.mybgcolor {background-color:#e206cc; } 
.myforecolor {color:#e206cc; }
.mybordercolor {border:3px solid #e206cc; }

#e206cc Text Font Color

<p style="color:#e206cc">Text here</p>

This sample text font color is #e206cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e206cc Background Color

<div style="background-color:#e206cc">
Div content here</div>

This div background color is #e206cc


#e206cc Border Color

<div style="border:3px solid #e206cc">
Div here</div>

This div border color is #e206cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,6,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e206cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e206cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e206cc;
  box-shadow:         1px 1px 3px 2px #e206cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,6,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e206cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e206cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e206cc;
  box-shadow:         1px 1px 3px 2px #e206cc;">
Div content here</div>

This div box has shadow with color #e206cc


Comments

No comments written yet.

Please login to write comment.