#E517B5

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

Shades of Shocking Pink #E517B5

Tints of Shocking Pink #E517B5

Color information

#E517B5 (or 0xE517B5) is unknown color: approx Shocking Pink. HEX triplet: E5, 17 and B5. RGB value is (229,23,181). Sum of RGB (Red+Green+Blue) = 229+23+181=433 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.89% from 433); Green value is 23 (9.38% from 255 or 5.31% from 433); Blue value is 181 (71.09% from 255 or 41.80% from 433); Max value from RGB is 229 - color contains mainly: red. Hex color #E517B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E517B5 is #1AE84A. Grayscale: #666666. Windows color (decimal): -1763403 or 11868133. OLE color: 11868133.

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

Color convert

RGB22923181-
CMYK00.900.210.10
HSL313.98º81.75%49.41%-
HSV(B)313.98º89.96%89.8%-
XYZ40.9620.6145.53-
YUV102.61172.25218.15-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 52.89%
GREEN value IS 23 (9.38% from 255) = 5.31%
BLUE value IS 181 (71.09% from 255) = 41.80%
R=52.89%
G=5.31%
B=41.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2292318100.900.210.10313.9881.7549.41
HexE517B505A15A13a5231
Octal345272650132251247212261
Binary111001011011110110101010110101010110101001110101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E517B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E517B5; }

 p { color: rgb(229,23,181); }

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

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

 a { background-color: rgb(229,23,181); }

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

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

 span { border-color: rgb(229,23,181); }

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