Html Css Color HEX #E01ED1 Deep Magenta

📋 copy color: '#E01ED1'

red 224 ◦ green 30 ◦ blue 209

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

Shades of Deep Magenta #E01ED1

Tints of Deep Magenta #E01ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 45.14%

R = 48.38%
G = 6.48%
B = 45.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E01ED1 (or 0xE01ED1) is known color: Deep Magenta. HEX triplet: E0, 1E and D1. RGB value is (224,30,209). Sum of RGB (Red+Green+Blue) = 224+30+209=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ED1 is #1FE12E. Grayscale: #6B6B6B. Windows color (decimal): -2089263 or 13704928. OLE color: 13704928.

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

Color convert

RGB 224 30 209 -
CMYK 0 0.87 0.07 0.12
HSL 304.64º 0.76% 0.5% -
HSV(B) 304.64º 0.87% 0.88% -
XYZ 42.71 21.38 62.2 -
YUV 108.41 184.77 210.45 -
System Red Green Blue C M Y K H S L
Decimal 224 30 209 0 0.87 0.07 0.12 304.64 0.76 0.5
Hex E0 1E D1 0 57 7 C 131 4C 32
Octal 340 36 321 0 127 7 14 461 114 62
Binary 11100000 11110 11010001 0 1010111 111 1100 100110001 1001100 110010

Color Harmonies of #E01ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ED1

Black with #E01ED1

Text Example


Text Example

White with #E01ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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