#E11CCE

Color #E11CCE Shocking Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking Pink #E11CCE

Tints of Shocking Pink #E11CCE

Color information

#E11CCE (or 0xE11CCE) is unknown color: approx Shocking Pink. HEX triplet: E1, 1C and CE. RGB value is (225,28,206). Sum of RGB (Red+Green+Blue) = 225+28+206=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 28 (11.33% from 255 or 6.10% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E11CCE is #1EE331. Grayscale: #6A6A6A. Windows color (decimal): -2024242 or 13507809. OLE color: 13507809.

HSL color Cylindrical-coordinate representation of color #E11CCE: hue angle of 305.79º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CCE is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB22528206-
CMYK00.880.080.12
HSL305.79º77.87%49.61%-
HSV(B)305.79º87.56%88.24%-
XYZ42.6121.2960.26-
YUV107.2183.77212.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 49.02%
GREEN value IS 28 (11.33% from 255) = 6.10%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=49.02%
G=6.10%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2252820600.880.080.12305.7977.8749.61
HexE11CCE0588C1324e32
Octal341343160130101446211662
Binary11100001111001100111001011000100011001001100101001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E11CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E11CCE; }

 p { color: rgb(225,28,206); }

 H1.HeaderClassName
 {
   color: #E11CCE;
 }
 .AnyTagClassName
 {
   color: #E11CCE;
 }
</style>
background-color css

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

 a { background-color: rgb(225,28,206); }

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

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

 span { border-color: rgb(225,28,206); }

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