#E01ED4

Color #E01ED4 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #E01ED4

Tints of Deep Magenta #E01ED4

Color information

#E01ED4 (or 0xE01ED4) is unknown color: approx Deep Magenta. HEX triplet: E0, 1E and D4. RGB value is (224,30,212). Sum of RGB (Red+Green+Blue) = 224+30+212=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ED4 is #1FE12B. Grayscale: #6C6C6C. Windows color (decimal): -2089260 or 13901536. OLE color: 13901536.

HSL color Cylindrical-coordinate representation of color #E01ED4: hue angle of 303.71º 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 #E01ED4 is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB22430212-
CMYK00.870.050.12
HSL303.71º76.38%49.8%-
HSV(B)303.71º86.61%87.84%-
XYZ43.0921.5364.17-
YUV108.75186.27210.2-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 48.07%
GREEN value IS 30 (12.11% from 255) = 6.44%
BLUE value IS 212 (83.20% from 255) = 45.49%
R=48.07%
G=6.44%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2243021200.870.050.12303.7176.3849.8
HexE01ED40575C1304c32
Octal34036324012751446011462
Binary1110000011110110101000101011110111001001100001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E01ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E01ED4; }

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

 H1.HeaderClassName
 {
   color: #E01ED4;
 }
 .AnyTagClassName
 {
   color: #E01ED4;
 }
</style>
background-color css

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

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

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

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

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

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