Html Css Color HEX #E110CC Deep Magenta

📋 copy color: '#E110CC'

red 225 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #E110CC

Tints of Deep Magenta #E110CC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.6%

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

R = 50.56%
G = 3.6%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E110CC (or 0xE110CC) is known color: Deep Magenta. HEX triplet: E1, 10 and CC. RGB value is (225,16,204). Sum of RGB (Red+Green+Blue) = 225+16+204=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E110CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E110CC is #1EEF33. Grayscale: #636363. Windows color (decimal): -2027316 or 13373665. OLE color: 13373665.

HSL color Cylindrical-coordinate representation of color #E110CC: hue angle of 306.03º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E110CC is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 16 204 -
CMYK 0 0.93 0.09 0.12
HSL 306.03º 0.87% 0.47% -
HSV(B) 306.03º 0.93% 0.88% -
XYZ 42.14 20.74 58.91 -
YUV 99.92 186.74 217.21 -
System Red Green Blue C M Y K H S L
Decimal 225 16 204 0 0.93 0.09 0.12 306.03 0.87 0.47
Hex E1 10 CC 0 5D 9 C 132 57 2F
Octal 341 20 314 0 135 11 14 462 127 57
Binary 11100001 10000 11001100 0 1011101 1001 1100 100110010 1010111 101111

Color Harmonies of #E110CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E110CC

Black with #E110CC

Text Example


Text Example

White with #E110CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E110CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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