Html Css Color HEX #E521BA Shocking Pink

📋 copy color: '#E521BA'

red 229 ◦ green 33 ◦ blue 186

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

Shades of Shocking Pink #E521BA

Tints of Shocking Pink #E521BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.37%

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

R = 51.12%
G = 7.37%
B = 41.52%

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

#E521BA (or 0xE521BA) is known color: Shocking Pink. HEX triplet: E5, 21 and BA. RGB value is (229,33,186). Sum of RGB (Red+Green+Blue) = 229+33+186=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 33 (13.28% from 255 or 7.37% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E521BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E521BA is #1ADE45. Grayscale: #6C6C6C. Windows color (decimal): -1760838 or 12198373. OLE color: 12198373.

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

Color convert

RGB 229 33 186 -
CMYK 0 0.86 0.19 0.10
HSL 313.16º 0.79% 0.51% -
HSV(B) 313.16º 0.86% 0.9% -
XYZ 41.72 21.29 48.37 -
YUV 109.05 171.43 213.56 -
System Red Green Blue C M Y K H S L
Decimal 229 33 186 0 0.86 0.19 0.10 313.16 0.79 0.51
Hex E5 21 BA 0 56 13 A 139 4F 33
Octal 345 41 272 0 126 23 12 471 117 63
Binary 11100101 100001 10111010 0 1010110 10011 1010 100111001 1001111 110011

Color Harmonies of #E521BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E521BA

Black with #E521BA

Text Example


Text Example

White with #E521BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E521BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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