Html Css Color HEX #E00EC9 Deep Magenta

📋 copy color: '#E00EC9'

red 224 ◦ green 14 ◦ blue 201

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

Shades of Deep Magenta #E00EC9

Tints of Deep Magenta #E00EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.79%

R = 51.03%
G = 3.19%
B = 45.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E00EC9 (or 0xE00EC9) is known color: Deep Magenta. HEX triplet: E0, 0E and C9. RGB value is (224,14,201). Sum of RGB (Red+Green+Blue) = 224+14+201=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 14 (5.86% from 255 or 3.19% from 439); Blue value is 201 (78.91% from 255 or 45.79% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EC9 is #1FF136. Grayscale: #616161. Windows color (decimal): -2093367 or 13176544. OLE color: 13176544.

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

Color convert

RGB 224 14 201 -
CMYK 0 0.94 0.10 0.12
HSL 306.57º 0.88% 0.47% -
HSV(B) 306.57º 0.94% 0.88% -
XYZ 41.44 20.38 57.01 -
YUV 98.11 186.07 217.79 -
System Red Green Blue C M Y K H S L
Decimal 224 14 201 0 0.94 0.10 0.12 306.57 0.88 0.47
Hex E0 E C9 0 5E A C 133 58 2F
Octal 340 16 311 0 136 12 14 463 130 57
Binary 11100000 1110 11001001 0 1011110 1010 1100 100110011 1011000 101111

Color Harmonies of #E00EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EC9

Black with #E00EC9

Text Example


Text Example

White with #E00EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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