Html Css Color HEX #E500BA Shocking Pink

📋 copy color: '#E500BA'

red 229 ◦ green 0 ◦ blue 186

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

Shades of Shocking Pink #E500BA

Tints of Shocking Pink #E500BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.18%
G = 0%
B = 44.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E500BA (or 0xE500BA) is known color: Shocking Pink. HEX triplet: E5, 00 and BA. RGB value is (229,0,186). Sum of RGB (Red+Green+Blue) = 229+0+186=415 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.18% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 229 - color contains mainly: red. Hex color #E500BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E500BA is #1AFF45. Grayscale: #595959. Windows color (decimal): -1769286 or 12189925. OLE color: 12189925.

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

Color convert

RGB 229 0 186 -
CMYK 0 1 0.19 0.10
HSL 311.27º 1% 0.45% -
HSV(B) 311.27º 1% 0.9% -
XYZ 41.18 20.2 48.18 -
YUV 89.68 182.37 227.38 -
System Red Green Blue C M Y K H S L
Decimal 229 0 186 0 1 0.19 0.10 311.27 1 0.45
Hex E5 0 BA 0 64 13 A 137 64 2D
Octal 345 0 272 0 144 23 12 467 144 55
Binary 11100101 0 10111010 0 1100100 10011 1010 100110111 1100100 101101

Color Harmonies of #E500BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E500BA

Black with #E500BA

Text Example


Text Example

White with #E500BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E500BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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