#E518D4

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

Shades of Shocking Pink #E518D4

Tints of Shocking Pink #E518D4

Color information

#E518D4 (or 0xE518D4) is unknown color: approx Shocking Pink. HEX triplet: E5, 18 and D4. RGB value is (229,24,212). Sum of RGB (Red+Green+Blue) = 229+24+212=465 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.25% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 229 - color contains mainly: red. Hex color #E518D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E518D4 is #1AE72B. Grayscale: #6A6A6A. Windows color (decimal): -1763116 or 13900005. OLE color: 13900005.

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

Color convert

RGB22924212-
CMYK00.900.070.10
HSL304.98º81.03%49.61%-
HSV(B)304.98º89.52%89.8%-
XYZ44.5222.0664.2-
YUV106.73187.42215.21-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 49.25%
GREEN value IS 24 (9.77% from 255) = 5.16%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=49.25%
G=5.16%
B=45.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292421200.900.070.10304.9881.0349.61
HexE518D405A7A1315132
Octal34530324013271246112162
Binary1110010111000110101000101101011110101001100011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E518D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E518D4; }

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

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

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

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

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

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

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

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