Html Css Color HEX #E50BBA Shocking Pink

📋 copy color: '#E50BBA'

red 229 ◦ green 11 ◦ blue 186

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

Shades of Shocking Pink #E50BBA

Tints of Shocking Pink #E50BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.58%

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

R = 53.76%
G = 2.58%
B = 43.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E50BBA (or 0xE50BBA) is known color: Shocking Pink. HEX triplet: E5, 0B and BA. RGB value is (229,11,186). Sum of RGB (Red+Green+Blue) = 229+11+186=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E50BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50BBA is #1AF445. Grayscale: #5F5F5F. Windows color (decimal): -1766470 or 12192741. OLE color: 12192741.

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

Color convert

RGB 229 11 186 -
CMYK 0 0.95 0.19 0.10
HSL 311.83º 0.91% 0.47% -
HSV(B) 311.83º 0.95% 0.9% -
XYZ 41.3 20.44 48.22 -
YUV 96.13 178.72 222.77 -
System Red Green Blue C M Y K H S L
Decimal 229 11 186 0 0.95 0.19 0.10 311.83 0.91 0.47
Hex E5 B BA 0 5F 13 A 138 5B 2F
Octal 345 13 272 0 137 23 12 470 133 57
Binary 11100101 1011 10111010 0 1011111 10011 1010 100111000 1011011 101111

Color Harmonies of #E50BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50BBA

Black with #E50BBA

Text Example


Text Example

White with #E50BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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