Html Css Color HEX #E10ECC Deep Magenta

📋 copy color: '#E10ECC'

red 225 ◦ green 14 ◦ blue 204

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

Shades of Deep Magenta #E10ECC

Tints of Deep Magenta #E10ECC

RGB

 RED value IS 225 (88.28% from 255) = 50.79%

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 50.79%
G = 3.16%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E10ECC (or 0xE10ECC) is known color: Deep Magenta. HEX triplet: E1, 0E and CC. RGB value is (225,14,204). Sum of RGB (Red+Green+Blue) = 225+14+204=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ECC is #1EF133. Grayscale: #626262. Windows color (decimal): -2027828 or 13373153. OLE color: 13373153.

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

Color convert

RGB 225 14 204 -
CMYK 0 0.94 0.09 0.12
HSL 305.97º 0.88% 0.47% -
HSV(B) 305.97º 0.94% 0.88% -
XYZ 42.11 20.68 58.9 -
YUV 98.75 187.4 218.05 -
System Red Green Blue C M Y K H S L
Decimal 225 14 204 0 0.94 0.09 0.12 305.97 0.88 0.47
Hex E1 E CC 0 5E 9 C 132 58 2F
Octal 341 16 314 0 136 11 14 462 130 57
Binary 11100001 1110 11001100 0 1011110 1001 1100 100110010 1011000 101111

Color Harmonies of #E10ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10ECC

Black with #E10ECC

Text Example


Text Example

White with #E10ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10ECC; }

 p { color: rgb(225,14,204); }

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

background-color css

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

 a { background-color: rgb(225,14,204); }

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

border-color css

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

 span { border-color: rgb(225,14,204); }

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