#E520BC

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

Shades of Shocking Pink #E520BC

Tints of Shocking Pink #E520BC

Color information

#E520BC (or 0xE520BC) is unknown color: approx Shocking Pink. HEX triplet: E5, 20 and BC. RGB value is (229,32,188). Sum of RGB (Red+Green+Blue) = 229+32+188=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 32 (12.89% from 255 or 7.13% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E520BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520BC is #1ADF43. Grayscale: #6C6C6C. Windows color (decimal): -1761092 or 12329189. OLE color: 12329189.

HSL color Cylindrical-coordinate representation of color #E520BC: hue angle of 312.49º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E520BC is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB22932188-
CMYK00.860.180.10
HSL312.49º79.12%51.18%-
HSV(B)312.49º86.03%89.8%-
XYZ41.9121.3249.48-
YUV108.69172.77213.82-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 51.00%
GREEN value IS 32 (12.89% from 255) = 7.13%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=51.00%
G=7.13%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2293218800.860.180.10312.4979.1251.18
HexE520BC05612A1384f33
Octal345402740126221247011763
Binary1110010110000010111100010101101001010101001110001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E520BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E520BC; }

 p { color: rgb(229,32,188); }

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

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

 a { background-color: rgb(229,32,188); }

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

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

 span { border-color: rgb(229,32,188); }

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