Html Css Color HEX #E520BC Shocking Pink

📋 copy color: '#E520BC'

red 229 ◦ green 32 ◦ blue 188

#E520BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking Pink #E520BC

Tints of Shocking Pink #E520BC

RGB

 RED value IS 229 (89.84% from 255) = 51%

 GREEN value IS 32 (12.89% from 255) = 7.13%

 BLUE value IS 188 (73.83% from 255) = 41.87%

R = 51%
G = 7.13%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E520BC (or 0xE520BC) is known color: 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

RGB 229 32 188 -
CMYK 0 0.86 0.18 0.10
HSL 312.49º 0.79% 0.51% -
HSV(B) 312.49º 0.86% 0.9% -
XYZ 41.91 21.32 49.48 -
YUV 108.69 172.77 213.82 -
System Red Green Blue C M Y K H S L
Decimal 229 32 188 0 0.86 0.18 0.10 312.49 0.79 0.51
Hex E5 20 BC 0 56 12 A 138 4F 33
Octal 345 40 274 0 126 22 12 470 117 63
Binary 11100101 100000 10111100 0 1010110 10010 1010 100111000 1001111 110011

Color Harmonies of #E520BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520BC

Black with #E520BC

Text Example


Text Example

White with #E520BC

Text Example


Text Example

HTML Codes & Css Web 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>