Html Css Color HEX #E50FBA Shocking Pink

📋 copy color: '#E50FBA'

red 229 ◦ green 15 ◦ blue 186

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

Shades of Shocking Pink #E50FBA

Tints of Shocking Pink #E50FBA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.49%

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

R = 53.26%
G = 3.49%
B = 43.26%

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

#E50FBA (or 0xE50FBA) is known color: Shocking Pink. HEX triplet: E5, 0F and BA. RGB value is (229,15,186). Sum of RGB (Red+Green+Blue) = 229+15+186=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 15 (6.25% from 255 or 3.49% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FBA is #1AF045. Grayscale: #626262. Windows color (decimal): -1765446 or 12193765. OLE color: 12193765.

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

Color convert

RGB 229 15 186 -
CMYK 0 0.93 0.19 0.10
HSL 312.06º 0.88% 0.48% -
HSV(B) 312.06º 0.93% 0.9% -
XYZ 41.35 20.54 48.24 -
YUV 98.48 177.4 221.1 -
System Red Green Blue C M Y K H S L
Decimal 229 15 186 0 0.93 0.19 0.10 312.06 0.88 0.48
Hex E5 F BA 0 5D 13 A 138 58 30
Octal 345 17 272 0 135 23 12 470 130 60
Binary 11100101 1111 10111010 0 1011101 10011 1010 100111000 1011000 110000

Color Harmonies of #E50FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FBA

Black with #E50FBA

Text Example


Text Example

White with #E50FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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