#E10CC2

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

Shades of Shocking Pink #E10CC2

Tints of Shocking Pink #E10CC2

Color information

#E10CC2 (or 0xE10CC2) is unknown color: approx Shocking Pink. HEX triplet: E1, 0C and C2. RGB value is (225,12,194). Sum of RGB (Red+Green+Blue) = 225+12+194=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E10CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10CC2 is #1EF33D. Grayscale: #5F5F5F. Windows color (decimal): -2028350 or 12717281. OLE color: 12717281.

HSL color Cylindrical-coordinate representation of color #E10CC2: hue angle of 308.73º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E10CC2 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB22512194-
CMYK00.950.140.12
HSL308.73º89.87%46.47%-
HSV(B)308.73º94.67%88.24%-
XYZ40.9220.1752.77-
YUV96.43183.07219.7-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 52.20%
GREEN value IS 12 (5.08% from 255) = 2.78%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=52.20%
G=2.78%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251219400.950.140.12308.7389.8746.47
HexE1CC205FEC1355a2e
Octal341143020137161446513256
Binary1110000111001100001001011111111011001001101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E10CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E10CC2; }

 p { color: rgb(225,12,194); }

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

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

 a { background-color: rgb(225,12,194); }

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

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

 span { border-color: rgb(225,12,194); }

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