Html Css Color HEX #E01DD8 Deep Magenta

📋 copy color: '#E01DD8'

red 224 ◦ green 29 ◦ blue 216

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

Shades of Deep Magenta #E01DD8

Tints of Deep Magenta #E01DD8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.18%

 BLUE value IS 216 (84.77% from 255) = 46.06%

R = 47.76%
G = 6.18%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E01DD8 (or 0xE01DD8) is known color: Deep Magenta. HEX triplet: E0, 1D and D8. RGB value is (224,29,216). Sum of RGB (Red+Green+Blue) = 224+29+216=469 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.76% from 469); Green value is 29 (11.72% from 255 or 6.18% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DD8 is #1FE227. Grayscale: #6C6C6C. Windows color (decimal): -2089512 or 14163424. OLE color: 14163424.

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

Color convert

RGB 224 29 216 -
CMYK 0 0.87 0.04 0.12
HSL 302.46º 0.77% 0.5% -
HSV(B) 302.46º 0.87% 0.88% -
XYZ 43.57 21.68 66.85 -
YUV 108.62 188.6 210.29 -
System Red Green Blue C M Y K H S L
Decimal 224 29 216 0 0.87 0.04 0.12 302.46 0.77 0.5
Hex E0 1D D8 0 57 4 C 12E 4D 32
Octal 340 35 330 0 127 4 14 456 115 62
Binary 11100000 11101 11011000 0 1010111 100 1100 100101110 1001101 110010

Color Harmonies of #E01DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DD8

Black with #E01DD8

Text Example


Text Example

White with #E01DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DD8; }

 p { color: rgb(224,29,216); }

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

background-color css

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

 a { background-color: rgb(224,29,216); }

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

border-color css

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

 span { border-color: rgb(224,29,216); }

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