#E815D5

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

Shades of Shocking Pink #E815D5

Tints of Shocking Pink #E815D5

Color information

#E815D5 (or 0xE815D5) is unknown color: approx Shocking Pink. HEX triplet: E8, 15 and D5. RGB value is (232,21,213). Sum of RGB (Red+Green+Blue) = 232+21+213=466 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.79% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 213 (83.59% from 255 or 45.71% from 466); Max value from RGB is 232 - color contains mainly: red. Hex color #E815D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E815D5 is #17EA2A. Grayscale: #696969. Windows color (decimal): -1567275 or 13964776. OLE color: 13964776.

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

Color convert

RGB23221213-
CMYK00.910.080.09
HSL305.4º83.4%49.61%-
HSV(B)305.4º90.95%90.98%-
XYZ45.5622.564.89-
YUV105.98188.4217.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.79%
GREEN value IS 21 (8.59% from 255) = 4.51%
BLUE value IS 213 (83.59% from 255) = 45.71%
R=49.79%
G=4.51%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322121300.910.080.09305.483.449.61
HexE815D505B891315332
Octal350253250133101146112362
Binary11101000101011101010101011011100010011001100011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E815D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E815D5; }

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

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

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

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

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

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

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

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