#E518D3

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

Shades of Shocking Pink #E518D3

Tints of Shocking Pink #E518D3

Color information

#E518D3 (or 0xE518D3) is unknown color: approx Shocking Pink. HEX triplet: E5, 18 and D3. RGB value is (229,24,211). Sum of RGB (Red+Green+Blue) = 229+24+211=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 24 (9.77% from 255 or 5.17% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E518D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518D3 is #1AE72C. Grayscale: #6A6A6A. Windows color (decimal): -1763117 or 13834469. OLE color: 13834469.

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

Color convert

RGB22924211-
CMYK00.900.080.10
HSL305.27º81.03%49.61%-
HSV(B)305.27º89.52%89.8%-
XYZ44.422.0163.54-
YUV106.61186.92215.29-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.35%
GREEN value IS 24 (9.77% from 255) = 5.17%
BLUE value IS 211 (82.81% from 255) = 45.47%
R=49.35%
G=5.17%
B=45.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292421100.900.080.10305.2781.0349.61
HexE518D305A8A1315132
Octal345303230132101246112162
Binary11100101110001101001101011010100010101001100011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E518D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E518D3; }

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

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

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

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

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

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

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

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