Html Css Color HEX #E116CC Deep Magenta

📋 copy color: '#E116CC'

red 225 ◦ green 22 ◦ blue 204

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

Shades of Deep Magenta #E116CC

Tints of Deep Magenta #E116CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.88%

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

R = 49.89%
G = 4.88%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E116CC (or 0xE116CC) is known color: Deep Magenta. HEX triplet: E1, 16 and CC. RGB value is (225,22,204). Sum of RGB (Red+Green+Blue) = 225+22+204=451 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.89% from 451); Green value is 22 (8.98% from 255 or 4.88% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 225 - color contains mainly: red. Hex color #E116CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E116CC is #1EE933. Grayscale: #666666. Windows color (decimal): -2025780 or 13375201. OLE color: 13375201.

HSL color Cylindrical-coordinate representation of color #E116CC: hue angle of 306.21º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E116CC is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 22 204 -
CMYK 0 0.90 0.09 0.12
HSL 306.21º 0.82% 0.48% -
HSV(B) 306.21º 0.9% 0.88% -
XYZ 42.24 20.94 58.94 -
YUV 103.45 184.75 214.7 -
System Red Green Blue C M Y K H S L
Decimal 225 22 204 0 0.90 0.09 0.12 306.21 0.82 0.48
Hex E1 16 CC 0 5A 9 C 132 52 30
Octal 341 26 314 0 132 11 14 462 122 60
Binary 11100001 10110 11001100 0 1011010 1001 1100 100110010 1010010 110000

Color Harmonies of #E116CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E116CC

Black with #E116CC

Text Example


Text Example

White with #E116CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E116CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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