Html Css Color HEX #E01ED6 Deep Magenta

📋 copy color: '#E01ED6'

red 224 ◦ green 30 ◦ blue 214

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

Shades of Deep Magenta #E01ED6

Tints of Deep Magenta #E01ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 45.73%

R = 47.86%
G = 6.41%
B = 45.73%

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

#E01ED6 (or 0xE01ED6) is known color: Deep Magenta. HEX triplet: E0, 1E and D6. RGB value is (224,30,214). Sum of RGB (Red+Green+Blue) = 224+30+214=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 214 (83.98% from 255 or 45.73% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ED6 is #1FE129. Grayscale: #6C6C6C. Windows color (decimal): -2089258 or 14032608. OLE color: 14032608.

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

Color convert

RGB 224 30 214 -
CMYK 0 0.87 0.04 0.12
HSL 303.09º 0.76% 0.5% -
HSV(B) 303.09º 0.87% 0.88% -
XYZ 43.34 21.63 65.51 -
YUV 108.98 187.27 210.04 -
System Red Green Blue C M Y K H S L
Decimal 224 30 214 0 0.87 0.04 0.12 303.09 0.76 0.5
Hex E0 1E D6 0 57 4 C 12F 4C 32
Octal 340 36 326 0 127 4 14 457 114 62
Binary 11100000 11110 11010110 0 1010111 100 1100 100101111 1001100 110010

Color Harmonies of #E01ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ED6

Black with #E01ED6

Text Example


Text Example

White with #E01ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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