Html Css Color HEX #E10ECB Deep Magenta

📋 copy color: '#E10ECB'

red 225 ◦ green 14 ◦ blue 203

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

Shades of Deep Magenta #E10ECB

Tints of Deep Magenta #E10ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.93%

R = 50.9%
G = 3.17%
B = 45.93%

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

#E10ECB (or 0xE10ECB) is known color: Deep Magenta. HEX triplet: E1, 0E and CB. RGB value is (225,14,203). Sum of RGB (Red+Green+Blue) = 225+14+203=442 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.90% from 442); Green value is 14 (5.86% from 255 or 3.17% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 225 - color contains mainly: red. Hex color #E10ECB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10ECB is #1EF134. Grayscale: #626262. Windows color (decimal): -2027829 or 13307617. OLE color: 13307617.

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

Color convert

RGB 225 14 203 -
CMYK 0 0.94 0.10 0.12
HSL 306.26º 0.88% 0.47% -
HSV(B) 306.26º 0.94% 0.88% -
XYZ 41.99 20.63 58.27 -
YUV 98.64 186.9 218.13 -
System Red Green Blue C M Y K H S L
Decimal 225 14 203 0 0.94 0.10 0.12 306.26 0.88 0.47
Hex E1 E CB 0 5E A C 132 58 2F
Octal 341 16 313 0 136 12 14 462 130 57
Binary 11100001 1110 11001011 0 1011110 1010 1100 100110010 1011000 101111

Color Harmonies of #E10ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10ECB

Black with #E10ECB

Text Example


Text Example

White with #E10ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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