Html Css Color HEX #E206CC Deep Magenta

📋 copy color: '#E206CC'

red 226 ◦ green 6 ◦ blue 204

#E206CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #E206CC

Tints of Deep Magenta #E206CC

RGB

 RED value IS 226 (88.67% from 255) = 51.83%

 GREEN value IS 6 (2.73% from 255) = 1.38%

 BLUE value IS 204 (80.08% from 255) = 46.79%

R = 51.83%
G = 1.38%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E206CC (or 0xE206CC) is known color: Deep Magenta. HEX triplet: E2, 06 and CC. RGB value is (226,6,204). Sum of RGB (Red+Green+Blue) = 226+6+204=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 6 (2.73% from 255 or 1.38% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E206CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E206CC is #1DF933. Grayscale: #5D5D5D. Windows color (decimal): -1964340 or 13371106. OLE color: 13371106.

HSL color Cylindrical-coordinate representation of color #E206CC: hue angle of 306º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E206CC is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 6 204 -
CMYK 0 0.97 0.10 0.11
HSL 306º 0.95% 0.45% -
HSV(B) 306º 0.97% 0.89% -
XYZ 42.33 20.66 58.88 -
YUV 94.35 189.89 221.9 -
System Red Green Blue C M Y K H S L
Decimal 226 6 204 0 0.97 0.10 0.11 306 0.95 0.45
Hex E2 6 CC 0 61 A B 132 5F 2D
Octal 342 6 314 0 141 12 13 462 137 55
Binary 11100010 110 11001100 0 1100001 1010 1011 100110010 1011111 101101

Color Harmonies of #E206CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E206CC

Black with #E206CC

Text Example


Text Example

White with #E206CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E206CC; }

 p { color: rgb(226,6,204); }

 H1.HeaderClassName
 {
   color: #E206CC;
 }
 .AnyTagClassName
 {
   color: #E206CC;
 }
</style>

background-color css

<style>
 a { background-color: #E206CC; }

 a { background-color: rgb(226,6,204); }

 div.DivClassName
 {
   background-color: #E206CC;
 }
 .BgClassName
 {
   background-color: #E206CC;
 }
</style>

border-color css

<style>
 span { border-color: #E206CC; }

 span { border-color: rgb(226,6,204); }

 td.TdClassName
 {
   border-color: #E206CC;
 }
 .TagClassName
 {
   border-color: #E206CC;
 }
</style>