Html Css Color HEX #E00EDA Deep Magenta

📋 copy color: '#E00EDA'

red 224 ◦ green 14 ◦ blue 218

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

Shades of Deep Magenta #E00EDA

Tints of Deep Magenta #E00EDA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.07%

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

R = 49.12%
G = 3.07%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E00EDA (or 0xE00EDA) is known color: Deep Magenta. HEX triplet: E0, 0E and DA. RGB value is (224,14,218). Sum of RGB (Red+Green+Blue) = 224+14+218=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 14 (5.86% from 255 or 3.07% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EDA is #1FF125. Grayscale: #636363. Windows color (decimal): -2093350 or 14290656. OLE color: 14290656.

HSL color Cylindrical-coordinate representation of color #E00EDA: hue angle of 301.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00EDA is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 14 218 -
CMYK 0 0.94 0.03 0.12
HSL 301.71º 0.88% 0.47% -
HSV(B) 301.71º 0.94% 0.88% -
XYZ 43.55 21.22 68.13 -
YUV 100.05 194.57 216.41 -
System Red Green Blue C M Y K H S L
Decimal 224 14 218 0 0.94 0.03 0.12 301.71 0.88 0.47
Hex E0 E DA 0 5E 3 C 12E 58 2F
Octal 340 16 332 0 136 3 14 456 130 57
Binary 11100000 1110 11011010 0 1011110 11 1100 100101110 1011000 101111

Color Harmonies of #E00EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EDA

Black with #E00EDA

Text Example


Text Example

White with #E00EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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