Html Css Color HEX #E002CC Deep Magenta

📋 copy color: '#E002CC'

red 224 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #E002CC

Tints of Deep Magenta #E002CC

RGB

 RED value IS 224 (87.89% from 255) = 52.09%

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 52.09%
G = 0.47%
B = 47.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E002CC (or 0xE002CC) is known color: Deep Magenta. HEX triplet: E0, 02 and CC. RGB value is (224,2,204). Sum of RGB (Red+Green+Blue) = 224+2+204=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E002CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E002CC is #1FFD33. Grayscale: #5A5A5A. Windows color (decimal): -2096436 or 13370080. OLE color: 13370080.

HSL color Cylindrical-coordinate representation of color #E002CC: hue angle of 305.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E002CC is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 2 204 -
CMYK 0 0.99 0.09 0.12
HSL 305.41º 0.98% 0.44% -
HSV(B) 305.41º 0.99% 0.88% -
XYZ 41.66 20.25 58.84 -
YUV 91.41 191.55 222.57 -
System Red Green Blue C M Y K H S L
Decimal 224 2 204 0 0.99 0.09 0.12 305.41 0.98 0.44
Hex E0 2 CC 0 63 9 C 131 62 2C
Octal 340 2 314 0 143 11 14 461 142 54
Binary 11100000 10 11001100 0 1100011 1001 1100 100110001 1100010 101100

Color Harmonies of #E002CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E002CC

Black with #E002CC

Text Example


Text Example

White with #E002CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E002CC; }

 p { color: rgb(224,2,204); }

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

background-color css

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

 a { background-color: rgb(224,2,204); }

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

border-color css

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

 span { border-color: rgb(224,2,204); }

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