Html Css Color HEX #E211CC Deep Magenta

📋 copy color: '#E211CC'

red 226 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #E211CC

Tints of Deep Magenta #E211CC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.8%

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

R = 50.56%
G = 3.8%
B = 45.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E211CC (or 0xE211CC) is known color: Deep Magenta. HEX triplet: E2, 11 and CC. RGB value is (226,17,204). Sum of RGB (Red+Green+Blue) = 226+17+204=447 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.56% from 447); Green value is 17 (7.03% from 255 or 3.80% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 226 - color contains mainly: red. Hex color #E211CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E211CC is #1DEE33. Grayscale: #646464. Windows color (decimal): -1961524 or 13373922. OLE color: 13373922.

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

Color convert

RGB 226 17 204 -
CMYK 0 0.92 0.10 0.11
HSL 306.32º 0.86% 0.48% -
HSV(B) 306.32º 0.92% 0.89% -
XYZ 42.46 20.93 58.93 -
YUV 100.81 186.24 217.29 -
System Red Green Blue C M Y K H S L
Decimal 226 17 204 0 0.92 0.10 0.11 306.32 0.86 0.48
Hex E2 11 CC 0 5C A B 132 56 30
Octal 342 21 314 0 134 12 13 462 126 60
Binary 11100010 10001 11001100 0 1011100 1010 1011 100110010 1010110 110000

Color Harmonies of #E211CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E211CC

Black with #E211CC

Text Example


Text Example

White with #E211CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E211CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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