Html Css Color HEX #E000CC Deep Magenta

📋 copy color: '#E000CC'

red 224 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #E000CC

Tints of Deep Magenta #E000CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.34%
G = 0%
B = 47.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E000CC (or 0xE000CC) is known color: Deep Magenta. HEX triplet: E0, 00 and CC. RGB value is (224,0,204). Sum of RGB (Red+Green+Blue) = 224+0+204=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 0 (0.39% from 255 or 0% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E000CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E000CC is #1FFF33. Grayscale: #595959. Windows color (decimal): -2096948 or 13369568. OLE color: 13369568.

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

Color convert

RGB 224 0 204 -
CMYK 0 1 0.09 0.12
HSL 305.36º 1% 0.44% -
HSV(B) 305.36º 1% 0.88% -
XYZ 41.64 20.21 58.83 -
YUV 90.23 192.21 223.41 -
System Red Green Blue C M Y K H S L
Decimal 224 0 204 0 1 0.09 0.12 305.36 1 0.44
Hex E0 0 CC 0 64 9 C 131 64 2C
Octal 340 0 314 0 144 11 14 461 144 54
Binary 11100000 0 11001100 0 1100100 1001 1100 100110001 1100100 101100

Color Harmonies of #E000CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E000CC

Black with #E000CC

Text Example


Text Example

White with #E000CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E000CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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