#E815C8

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

Shades of Shocking Pink #E815C8

Tints of Shocking Pink #E815C8

Color information

#E815C8 (or 0xE815C8) is unknown color: approx Shocking Pink. HEX triplet: E8, 15 and C8. RGB value is (232,21,200). Sum of RGB (Red+Green+Blue) = 232+21+200=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 21 (8.59% from 255 or 4.64% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E815C8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E815C8 is #17EA37. Grayscale: #676767. Windows color (decimal): -1567288 or 13112808. OLE color: 13112808.

HSL color Cylindrical-coordinate representation of color #E815C8: hue angle of 309.1º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E815C8 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB23221200-
CMYK00.910.140.09
HSL309.1º83.4%49.61%-
HSV(B)309.1º90.95%90.98%-
XYZ43.9721.8656.55-
YUV104.49181.9218.95-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.21%
GREEN value IS 21 (8.59% from 255) = 4.64%
BLUE value IS 200 (78.52% from 255) = 44.15%
R=51.21%
G=4.64%
B=44.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322120000.910.140.09309.183.449.61
HexE815C805BE91355332
Octal350253100133161146512362
Binary11101000101011100100001011011111010011001101011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E815C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E815C8; }

 p { color: rgb(232,21,200); }

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

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

 a { background-color: rgb(232,21,200); }

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

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

 span { border-color: rgb(232,21,200); }

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