Html Css Color HEX #E520BA Shocking Pink

📋 copy color: '#E520BA'

red 229 ◦ green 32 ◦ blue 186

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

Shades of Shocking Pink #E520BA

Tints of Shocking Pink #E520BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.61%

R = 51.23%
G = 7.16%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E520BA (or 0xE520BA) is known color: Shocking Pink. HEX triplet: E5, 20 and BA. RGB value is (229,32,186). Sum of RGB (Red+Green+Blue) = 229+32+186=447 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.23% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 229 - color contains mainly: red. Hex color #E520BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520BA is #1ADF45. Grayscale: #6C6C6C. Windows color (decimal): -1761094 or 12198117. OLE color: 12198117.

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

Color convert

RGB 229 32 186 -
CMYK 0 0.86 0.19 0.10
HSL 313.1º 0.79% 0.51% -
HSV(B) 313.1º 0.86% 0.9% -
XYZ 41.69 21.24 48.36 -
YUV 108.46 171.77 213.98 -
System Red Green Blue C M Y K H S L
Decimal 229 32 186 0 0.86 0.19 0.10 313.1 0.79 0.51
Hex E5 20 BA 0 56 13 A 139 4F 33
Octal 345 40 272 0 126 23 12 471 117 63
Binary 11100101 100000 10111010 0 1010110 10011 1010 100111001 1001111 110011

Color Harmonies of #E520BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520BA

Black with #E520BA

Text Example


Text Example

White with #E520BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520BA; }

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

 H1.HeaderClassName
 {
   color: #E520BA;
 }
 .AnyTagClassName
 {
   color: #E520BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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