#E518D0

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

Shades of Shocking Pink #E518D0

Tints of Shocking Pink #E518D0

Color information

#E518D0 (or 0xE518D0) is unknown color: approx Shocking Pink. HEX triplet: E5, 18 and D0. RGB value is (229,24,208). Sum of RGB (Red+Green+Blue) = 229+24+208=461 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.67% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 208 (81.64% from 255 or 45.12% from 461); Max value from RGB is 229 - color contains mainly: red. Hex color #E518D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518D0 is #1AE72F. Grayscale: #696969. Windows color (decimal): -1763120 or 13637861. OLE color: 13637861.

HSL color Cylindrical-coordinate representation of color #E518D0: hue angle of 306.15º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E518D0 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB22924208-
CMYK00.900.090.10
HSL306.15º81.03%49.61%-
HSV(B)306.15º89.52%89.8%-
XYZ44.0221.8761.57-
YUV106.27185.42215.54-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.67%
GREEN value IS 24 (9.77% from 255) = 5.21%
BLUE value IS 208 (81.64% from 255) = 45.12%
R=49.67%
G=5.21%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292420800.900.090.10306.1581.0349.61
HexE518D005A9A1325132
Octal345303200132111246212162
Binary11100101110001101000001011010100110101001100101010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E518D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E518D0; }

 p { color: rgb(229,24,208); }

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

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

 a { background-color: rgb(229,24,208); }

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

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

 span { border-color: rgb(229,24,208); }

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