Html Css Color HEX #E00EDC Deep Magenta

📋 copy color: '#E00EDC'

red 224 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #E00EDC

Tints of Deep Magenta #E00EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 48.91%
G = 3.06%
B = 48.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E00EDC (or 0xE00EDC) is known color: Deep Magenta. HEX triplet: E0, 0E and DC. RGB value is (224,14,220). Sum of RGB (Red+Green+Blue) = 224+14+220=458 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.91% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EDC is #1FF123. Grayscale: #636363. Windows color (decimal): -2093348 or 14421728. OLE color: 14421728.

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

Color convert

RGB 224 14 220 -
CMYK 0 0.94 0.02 0.12
HSL 301.14º 0.88% 0.47% -
HSV(B) 301.14º 0.94% 0.88% -
XYZ 43.82 21.33 69.52 -
YUV 100.27 195.57 216.25 -
System Red Green Blue C M Y K H S L
Decimal 224 14 220 0 0.94 0.02 0.12 301.14 0.88 0.47
Hex E0 E DC 0 5E 2 C 12D 58 2F
Octal 340 16 334 0 136 2 14 455 130 57
Binary 11100000 1110 11011100 0 1011110 10 1100 100101101 1011000 101111

Color Harmonies of #E00EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EDC

Black with #E00EDC

Text Example


Text Example

White with #E00EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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