#E815C4

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

Shades of Shocking Pink #E815C4

Tints of Shocking Pink #E815C4

Color information

#E815C4 (or 0xE815C4) is unknown color: approx Shocking Pink. HEX triplet: E8, 15 and C4. RGB value is (232,21,196). Sum of RGB (Red+Green+Blue) = 232+21+196=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 196 (76.95% from 255 or 43.65% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E815C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E815C4 is #17EA3B. Grayscale: #676767. Windows color (decimal): -1567292 or 12850664. OLE color: 12850664.

HSL color Cylindrical-coordinate representation of color #E815C4: hue angle of 310.24º 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 #E815C4 is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB23221196-
CMYK00.910.160.09
HSL310.24º83.4%49.61%-
HSV(B)310.24º90.95%90.98%-
XYZ43.5121.6854.12-
YUV104.04179.9219.27-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 51.67%
GREEN value IS 21 (8.59% from 255) = 4.68%
BLUE value IS 196 (76.95% from 255) = 43.65%
R=51.67%
G=4.68%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322119600.910.160.09310.2483.449.61
HexE815C405B1091365332
Octal350253040133201146612362
Binary111010001010111000100010110111000010011001101101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E815C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E815C4; }

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

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

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

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

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

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

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

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