Html Css Color HEX #E01DDD Deep Magenta

📋 copy color: '#E01DDD'

red 224 ◦ green 29 ◦ blue 221

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

Shades of Deep Magenta #E01DDD

Tints of Deep Magenta #E01DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 47.26%
G = 6.12%
B = 46.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E01DDD (or 0xE01DDD) is known color: Deep Magenta. HEX triplet: E0, 1D and DD. RGB value is (224,29,221). Sum of RGB (Red+Green+Blue) = 224+29+221=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DDD is #1FE222. Grayscale: #6C6C6C. Windows color (decimal): -2089507 or 14491104. OLE color: 14491104.

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

Color convert

RGB 224 29 221 -
CMYK 0 0.87 0.01 0.12
HSL 300.92º 0.77% 0.5% -
HSV(B) 300.92º 0.87% 0.88% -
XYZ 44.23 21.95 70.31 -
YUV 109.19 191.1 209.89 -
System Red Green Blue C M Y K H S L
Decimal 224 29 221 0 0.87 0.01 0.12 300.92 0.77 0.5
Hex E0 1D DD 0 57 1 C 12D 4D 32
Octal 340 35 335 0 127 1 14 455 115 62
Binary 11100000 11101 11011101 0 1010111 1 1100 100101101 1001101 110010

Color Harmonies of #E01DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DDD

Black with #E01DDD

Text Example


Text Example

White with #E01DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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