Html Css Color HEX #E00EDE Deep Magenta

📋 copy color: '#E00EDE'

red 224 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #E00EDE

Tints of Deep Magenta #E00EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.26%

R = 48.7%
G = 3.04%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E00EDE (or 0xE00EDE) is known color: Deep Magenta. HEX triplet: E0, 0E and DE. RGB value is (224,14,222). Sum of RGB (Red+Green+Blue) = 224+14+222=460 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.70% from 460); Green value is 14 (5.86% from 255 or 3.04% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EDE is #1FF121. Grayscale: #636363. Windows color (decimal): -2093346 or 14552800. OLE color: 14552800.

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

Color convert

RGB 224 14 222 -
CMYK 0 0.94 0.01 0.12
HSL 300.57º 0.88% 0.47% -
HSV(B) 300.57º 0.94% 0.88% -
XYZ 44.08 21.44 70.92 -
YUV 100.5 196.57 216.09 -
System Red Green Blue C M Y K H S L
Decimal 224 14 222 0 0.94 0.01 0.12 300.57 0.88 0.47
Hex E0 E DE 0 5E 1 C 12D 58 2F
Octal 340 16 336 0 136 1 14 455 130 57
Binary 11100000 1110 11011110 0 1011110 1 1100 100101101 1011000 101111

Color Harmonies of #E00EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EDE

Black with #E00EDE

Text Example


Text Example

White with #E00EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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