Html Css Color HEX #E00EC2 Deep Magenta

📋 copy color: '#E00EC2'

red 224 ◦ green 14 ◦ blue 194

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

Shades of Deep Magenta #E00EC2

Tints of Deep Magenta #E00EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.91%

R = 51.85%
G = 3.24%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.12

RGB Variations

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

Color information

#E00EC2 (or 0xE00EC2) is known color: Deep Magenta. HEX triplet: E0, 0E and C2. RGB value is (224,14,194). Sum of RGB (Red+Green+Blue) = 224+14+194=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 14 (5.86% from 255 or 3.24% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EC2 is #1FF13D. Grayscale: #606060. Windows color (decimal): -2093374 or 12717792. OLE color: 12717792.

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

Color convert

RGB 224 14 194 -
CMYK 0 0.94 0.13 0.12
HSL 308.57º 0.88% 0.47% -
HSV(B) 308.57º 0.94% 0.88% -
XYZ 40.64 20.06 52.77 -
YUV 97.31 182.57 218.36 -
System Red Green Blue C M Y K H S L
Decimal 224 14 194 0 0.94 0.13 0.12 308.57 0.88 0.47
Hex E0 E C2 0 5E D C 135 58 2F
Octal 340 16 302 0 136 15 14 465 130 57
Binary 11100000 1110 11000010 0 1011110 1101 1100 100110101 1011000 101111

Color Harmonies of #E00EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EC2

Black with #E00EC2

Text Example


Text Example

White with #E00EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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