Html Css Color HEX #E01ED0 Deep Magenta

📋 copy color: '#E01ED0'

red 224 ◦ green 30 ◦ blue 208

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

Shades of Deep Magenta #E01ED0

Tints of Deep Magenta #E01ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.02%

R = 48.48%
G = 6.49%
B = 45.02%

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

#E01ED0 (or 0xE01ED0) is known color: Deep Magenta. HEX triplet: E0, 1E and D0. RGB value is (224,30,208). Sum of RGB (Red+Green+Blue) = 224+30+208=462 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.48% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 208 (81.64% from 255 or 45.02% from 462); Max value from RGB is 224 - color contains mainly: red. Hex color #E01ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01ED0 is #1FE12F. Grayscale: #6B6B6B. Windows color (decimal): -2089264 or 13639392. OLE color: 13639392.

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

Color convert

RGB 224 30 208 -
CMYK 0 0.87 0.07 0.12
HSL 304.95º 0.76% 0.5% -
HSV(B) 304.95º 0.87% 0.88% -
XYZ 42.59 21.33 61.55 -
YUV 108.3 184.27 210.53 -
System Red Green Blue C M Y K H S L
Decimal 224 30 208 0 0.87 0.07 0.12 304.95 0.76 0.5
Hex E0 1E D0 0 57 7 C 131 4C 32
Octal 340 36 320 0 127 7 14 461 114 62
Binary 11100000 11110 11010000 0 1010111 111 1100 100110001 1001100 110010

Color Harmonies of #E01ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01ED0

Black with #E01ED0

Text Example


Text Example

White with #E01ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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