Html Css Color HEX #E01EDA Deep Magenta

📋 copy color: '#E01EDA'

red 224 ◦ green 30 ◦ blue 218

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

Shades of Deep Magenta #E01EDA

Tints of Deep Magenta #E01EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 47.46%
G = 6.36%
B = 46.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E01EDA (or 0xE01EDA) is known color: Deep Magenta. HEX triplet: E0, 1E and DA. RGB value is (224,30,218). Sum of RGB (Red+Green+Blue) = 224+30+218=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E01EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01EDA is #1FE125. Grayscale: #6C6C6C. Windows color (decimal): -2089254 or 14294752. OLE color: 14294752.

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

Color convert

RGB 224 30 218 -
CMYK 0 0.87 0.03 0.12
HSL 301.86º 0.76% 0.5% -
HSV(B) 301.86º 0.87% 0.88% -
XYZ 43.86 21.84 68.23 -
YUV 109.44 189.27 209.71 -
System Red Green Blue C M Y K H S L
Decimal 224 30 218 0 0.87 0.03 0.12 301.86 0.76 0.5
Hex E0 1E DA 0 57 3 C 12E 4C 32
Octal 340 36 332 0 127 3 14 456 114 62
Binary 11100000 11110 11011010 0 1010111 11 1100 100101110 1001100 110010

Color Harmonies of #E01EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01EDA

Black with #E01EDA

Text Example


Text Example

White with #E01EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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