Html Css Color HEX #E00EC3 Deep Magenta

📋 copy color: '#E00EC3'

red 224 ◦ green 14 ◦ blue 195

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

Shades of Deep Magenta #E00EC3

Tints of Deep Magenta #E00EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.03%

R = 51.73%
G = 3.23%
B = 45.03%

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

#E00EC3 (or 0xE00EC3) is known color: Deep Magenta. HEX triplet: E0, 0E and C3. RGB value is (224,14,195). Sum of RGB (Red+Green+Blue) = 224+14+195=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 14 (5.86% from 255 or 3.23% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E00EC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00EC3 is #1FF13C. Grayscale: #606060. Windows color (decimal): -2093373 or 12783328. OLE color: 12783328.

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

Color convert

RGB 224 14 195 -
CMYK 0 0.94 0.13 0.12
HSL 308.29º 0.88% 0.47% -
HSV(B) 308.29º 0.94% 0.88% -
XYZ 40.75 20.1 53.36 -
YUV 97.42 183.07 218.28 -
System Red Green Blue C M Y K H S L
Decimal 224 14 195 0 0.94 0.13 0.12 308.29 0.88 0.47
Hex E0 E C3 0 5E D C 134 58 2F
Octal 340 16 303 0 136 15 14 464 130 57
Binary 11100000 1110 11000011 0 1011110 1101 1100 100110100 1011000 101111

Color Harmonies of #E00EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00EC3

Black with #E00EC3

Text Example


Text Example

White with #E00EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00EC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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