Html Css Color HEX #E00CD9 Deep Magenta

📋 copy color: '#E00CD9'

red 224 ◦ green 12 ◦ blue 217

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

Shades of Deep Magenta #E00CD9

Tints of Deep Magenta #E00CD9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.65%

 BLUE value IS 217 (85.16% from 255) = 47.9%

R = 49.45%
G = 2.65%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E00CD9 (or 0xE00CD9) is known color: Deep Magenta. HEX triplet: E0, 0C and D9. RGB value is (224,12,217). Sum of RGB (Red+Green+Blue) = 224+12+217=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 12 (5.08% from 255 or 2.65% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E00CD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00CD9 is #1FF326. Grayscale: #626262. Windows color (decimal): -2093863 or 14224608. OLE color: 14224608.

HSL color Cylindrical-coordinate representation of color #E00CD9: hue angle of 301.98º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E00CD9 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 12 217 -
CMYK 0 0.95 0.03 0.12
HSL 301.98º 0.9% 0.46% -
HSV(B) 301.98º 0.95% 0.88% -
XYZ 43.4 21.12 67.43 -
YUV 98.76 194.74 217.33 -
System Red Green Blue C M Y K H S L
Decimal 224 12 217 0 0.95 0.03 0.12 301.98 0.9 0.46
Hex E0 C D9 0 5F 3 C 12E 5A 2E
Octal 340 14 331 0 137 3 14 456 132 56
Binary 11100000 1100 11011001 0 1011111 11 1100 100101110 1011010 101110

Color Harmonies of #E00CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00CD9

Black with #E00CD9

Text Example


Text Example

White with #E00CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00CD9; }

 p { color: rgb(224,12,217); }

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

background-color css

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

 a { background-color: rgb(224,12,217); }

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

border-color css

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

 span { border-color: rgb(224,12,217); }

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