Html Css Color HEX #E520B8 Shocking Pink

📋 copy color: '#E520B8'

red 229 ◦ green 32 ◦ blue 184

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

Shades of Shocking Pink #E520B8

Tints of Shocking Pink #E520B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.35%

R = 51.46%
G = 7.19%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.10

RGB Variations

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

Color information

#E520B8 (or 0xE520B8) is known color: Shocking Pink. HEX triplet: E5, 20 and B8. RGB value is (229,32,184). Sum of RGB (Red+Green+Blue) = 229+32+184=445 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.46% from 445); Green value is 32 (12.89% from 255 or 7.19% from 445); Blue value is 184 (72.27% from 255 or 41.35% from 445); Max value from RGB is 229 - color contains mainly: red. Hex color #E520B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E520B8 is #1ADF47. Grayscale: #6B6B6B. Windows color (decimal): -1761096 or 12067045. OLE color: 12067045.

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

Color convert

RGB 229 32 184 -
CMYK 0 0.86 0.20 0.10
HSL 313.71º 0.79% 0.51% -
HSV(B) 313.71º 0.86% 0.9% -
XYZ 41.48 21.15 47.24 -
YUV 108.23 170.77 214.14 -
System Red Green Blue C M Y K H S L
Decimal 229 32 184 0 0.86 0.20 0.10 313.71 0.79 0.51
Hex E5 20 B8 0 56 14 A 13A 4F 33
Octal 345 40 270 0 126 24 12 472 117 63
Binary 11100101 100000 10111000 0 1010110 10100 1010 100111010 1001111 110011

Color Harmonies of #E520B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E520B8

Black with #E520B8

Text Example


Text Example

White with #E520B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E520B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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