Html Css Color HEX #E520B9 Shocking Pink

📋 copy color: '#E520B9'

red 229 ◦ green 32 ◦ blue 185

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

Shades of Shocking Pink #E520B9

Tints of Shocking Pink #E520B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.48%

R = 51.35%
G = 7.17%
B = 41.48%

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

#E520B9 (or 0xE520B9) is known color: Shocking Pink. HEX triplet: E5, 20 and B9. RGB value is (229,32,185). Sum of RGB (Red+Green+Blue) = 229+32+185=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 185 (72.66% from 255 or 41.48% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E520B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520B9 is #1ADF46. Grayscale: #6B6B6B. Windows color (decimal): -1761095 or 12132581. OLE color: 12132581.

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

Color convert

RGB 229 32 185 -
CMYK 0 0.86 0.19 0.10
HSL 313.4º 0.79% 0.51% -
HSV(B) 313.4º 0.86% 0.9% -
XYZ 41.59 21.19 47.8 -
YUV 108.35 171.27 214.06 -
System Red Green Blue C M Y K H S L
Decimal 229 32 185 0 0.86 0.19 0.10 313.4 0.79 0.51
Hex E5 20 B9 0 56 13 A 139 4F 33
Octal 345 40 271 0 126 23 12 471 117 63
Binary 11100101 100000 10111001 0 1010110 10011 1010 100111001 1001111 110011

Color Harmonies of #E520B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520B9

Black with #E520B9

Text Example


Text Example

White with #E520B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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