#E815D4

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

Shades of Shocking Pink #E815D4

Tints of Shocking Pink #E815D4

Color information

#E815D4 (or 0xE815D4) is unknown color: approx Shocking Pink. HEX triplet: E8, 15 and D4. RGB value is (232,21,212). Sum of RGB (Red+Green+Blue) = 232+21+212=465 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.89% from 465); Green value is 21 (8.59% from 255 or 4.52% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 232 - color contains mainly: red. Hex color #E815D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E815D4 is #17EA2B. Grayscale: #696969. Windows color (decimal): -1567276 or 13899240. OLE color: 13899240.

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

Color convert

RGB23221212-
CMYK00.910.090.09
HSL305.69º83.4%49.61%-
HSV(B)305.69º90.95%90.98%-
XYZ45.4322.4564.23-
YUV105.86187.9217.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 49.89%
GREEN value IS 21 (8.59% from 255) = 4.52%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=49.89%
G=4.52%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322121200.910.090.09305.6983.449.61
HexE815D405B991325332
Octal350253240133111146212362
Binary11101000101011101010001011011100110011001100101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E815D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E815D4; }

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

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

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

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

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

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

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

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