Html Css Color HEX #E01ED9 Deep Magenta

📋 copy color: '#E01ED9'

red 224 ◦ green 30 ◦ blue 217

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

Shades of Deep Magenta #E01ED9

Tints of Deep Magenta #E01ED9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.37%

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

R = 47.56%
G = 6.37%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E01ED9 (or 0xE01ED9) is known color: Deep Magenta. HEX triplet: E0, 1E and D9. RGB value is (224,30,217). Sum of RGB (Red+Green+Blue) = 224+30+217=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ED9 is #1FE126. Grayscale: #6C6C6C. Windows color (decimal): -2089255 or 14229216. OLE color: 14229216.

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

Color convert

RGB 224 30 217 -
CMYK 0 0.87 0.03 0.12
HSL 302.16º 0.76% 0.5% -
HSV(B) 302.16º 0.87% 0.88% -
XYZ 43.73 21.79 67.55 -
YUV 109.32 188.77 209.79 -
System Red Green Blue C M Y K H S L
Decimal 224 30 217 0 0.87 0.03 0.12 302.16 0.76 0.5
Hex E0 1E D9 0 57 3 C 12E 4C 32
Octal 340 36 331 0 127 3 14 456 114 62
Binary 11100000 11110 11011001 0 1010111 11 1100 100101110 1001100 110010

Color Harmonies of #E01ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ED9

Black with #E01ED9

Text Example


Text Example

White with #E01ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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