Html Css Color HEX #E50FBC Shocking Pink

📋 copy color: '#E50FBC'

red 229 ◦ green 15 ◦ blue 188

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

Shades of Shocking Pink #E50FBC

Tints of Shocking Pink #E50FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 53.01%
G = 3.47%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E50FBC (or 0xE50FBC) is known color: Shocking Pink. HEX triplet: E5, 0F and BC. RGB value is (229,15,188). Sum of RGB (Red+Green+Blue) = 229+15+188=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E50FBC is #1AF043. Grayscale: #626262. Windows color (decimal): -1765444 or 12324837. OLE color: 12324837.

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

Color convert

RGB 229 15 188 -
CMYK 0 0.93 0.18 0.10
HSL 311.5º 0.88% 0.48% -
HSV(B) 311.5º 0.93% 0.9% -
XYZ 41.56 20.63 49.37 -
YUV 98.71 178.4 220.93 -
System Red Green Blue C M Y K H S L
Decimal 229 15 188 0 0.93 0.18 0.10 311.5 0.88 0.48
Hex E5 F BC 0 5D 12 A 137 58 30
Octal 345 17 274 0 135 22 12 467 130 60
Binary 11100101 1111 10111100 0 1011101 10010 1010 100110111 1011000 110000

Color Harmonies of #E50FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FBC

Black with #E50FBC

Text Example


Text Example

White with #E50FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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