Html Css Color HEX #E511BA Shocking Pink

📋 copy color: '#E511BA'

red 229 ◦ green 17 ◦ blue 186

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

Shades of Shocking Pink #E511BA

Tints of Shocking Pink #E511BA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.94%

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

R = 53.01%
G = 3.94%
B = 43.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E511BA (or 0xE511BA) is known color: Shocking Pink. HEX triplet: E5, 11 and BA. RGB value is (229,17,186). Sum of RGB (Red+Green+Blue) = 229+17+186=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E511BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E511BA is #1AEE45. Grayscale: #636363. Windows color (decimal): -1764934 or 12194277. OLE color: 12194277.

HSL color Cylindrical-coordinate representation of color #E511BA: hue angle of 312.17º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511BA is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 17 186 -
CMYK 0 0.93 0.19 0.10
HSL 312.17º 0.86% 0.48% -
HSV(B) 312.17º 0.93% 0.9% -
XYZ 41.38 20.6 48.25 -
YUV 99.65 176.74 220.26 -
System Red Green Blue C M Y K H S L
Decimal 229 17 186 0 0.93 0.19 0.10 312.17 0.86 0.48
Hex E5 11 BA 0 5D 13 A 138 56 30
Octal 345 21 272 0 135 23 12 470 126 60
Binary 11100101 10001 10111010 0 1011101 10011 1010 100111000 1010110 110000

Color Harmonies of #E511BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E511BA

Black with #E511BA

Text Example


Text Example

White with #E511BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E511BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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