#E812CE

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

Shades of Shocking Pink #E812CE

Tints of Shocking Pink #E812CE

Color information

#E812CE (or 0xE812CE) is unknown color: approx Shocking Pink. HEX triplet: E8, 12 and CE. RGB value is (232,18,206). Sum of RGB (Red+Green+Blue) = 232+18+206=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 18 (7.42% from 255 or 3.95% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E812CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E812CE is #17ED31. Grayscale: #666666. Windows color (decimal): -1568050 or 13505256. OLE color: 13505256.

HSL color Cylindrical-coordinate representation of color #E812CE: hue angle of 307.29º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E812CE is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB23218206-
CMYK00.920.110.09
HSL307.29º85.6%49.02%-
HSV(B)307.29º92.24%90.98%-
XYZ44.6422.0460.3-
YUV103.42185.9219.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 50.88%
GREEN value IS 18 (7.42% from 255) = 3.95%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=50.88%
G=3.95%
B=45.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321820600.920.110.09307.2985.649.02
HexE812CE05CB91335631
Octal350223160134131146312661
Binary11101000100101100111001011100101110011001100111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E812CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E812CE; }

 p { color: rgb(232,18,206); }

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

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

 a { background-color: rgb(232,18,206); }

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

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

 span { border-color: rgb(232,18,206); }

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