Html Css Color HEX #E00ECD Deep Magenta

📋 copy color: '#E00ECD'

red 224 ◦ green 14 ◦ blue 205

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

Shades of Deep Magenta #E00ECD

Tints of Deep Magenta #E00ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.16%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 50.56%
G = 3.16%
B = 46.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E00ECD (or 0xE00ECD) is known color: Deep Magenta. HEX triplet: E0, 0E and CD. RGB value is (224,14,205). Sum of RGB (Red+Green+Blue) = 224+14+205=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E00ECD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00ECD is #1FF132. Grayscale: #626262. Windows color (decimal): -2093363 or 13438688. OLE color: 13438688.

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

Color convert

RGB 224 14 205 -
CMYK 0 0.94 0.08 0.12
HSL 305.43º 0.88% 0.47% -
HSV(B) 305.43º 0.94% 0.88% -
XYZ 41.92 20.57 59.52 -
YUV 98.56 188.07 217.47 -
System Red Green Blue C M Y K H S L
Decimal 224 14 205 0 0.94 0.08 0.12 305.43 0.88 0.47
Hex E0 E CD 0 5E 8 C 131 58 2F
Octal 340 16 315 0 136 10 14 461 130 57
Binary 11100000 1110 11001101 0 1011110 1000 1100 100110001 1011000 101111

Color Harmonies of #E00ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00ECD

Black with #E00ECD

Text Example


Text Example

White with #E00ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00ECD; }

 p { color: rgb(224,14,205); }

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

background-color css

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

 a { background-color: rgb(224,14,205); }

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

border-color css

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

 span { border-color: rgb(224,14,205); }

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