Html Css Color HEX #E001CC Deep Magenta

📋 copy color: '#E001CC'

red 224 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #E001CC

Tints of Deep Magenta #E001CC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.23%

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

R = 52.21%
G = 0.23%
B = 47.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E001CC (or 0xE001CC) is known color: Deep Magenta. HEX triplet: E0, 01 and CC. RGB value is (224,1,204). Sum of RGB (Red+Green+Blue) = 224+1+204=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E001CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E001CC is #1FFE33. Grayscale: #5A5A5A. Windows color (decimal): -2096692 or 13369824. OLE color: 13369824.

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

Color convert

RGB 224 1 204 -
CMYK 0 1.00 0.09 0.12
HSL 305.38º 0.99% 0.44% -
HSV(B) 305.38º 1% 0.88% -
XYZ 41.65 20.23 58.84 -
YUV 90.82 191.88 222.99 -
System Red Green Blue C M Y K H S L
Decimal 224 1 204 0 1.00 0.09 0.12 305.38 0.99 0.44
Hex E0 1 CC 0 64 9 C 131 63 2C
Octal 340 1 314 0 144 11 14 461 143 54
Binary 11100000 1 11001100 0 1100100 1001 1100 100110001 1100011 101100

Color Harmonies of #E001CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E001CC

Black with #E001CC

Text Example


Text Example

White with #E001CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E001CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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