Html Css Color HEX #E50FB1 Shocking Pink

📋 copy color: '#E50FB1'

red 229 ◦ green 15 ◦ blue 177

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

Shades of Shocking Pink #E50FB1

Tints of Shocking Pink #E50FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.04%

R = 54.39%
G = 3.56%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.10

RGB Variations

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

Color information

#E50FB1 (or 0xE50FB1) is known color: Shocking Pink. HEX triplet: E5, 0F and B1. RGB value is (229,15,177). Sum of RGB (Red+Green+Blue) = 229+15+177=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 15 (6.25% from 255 or 3.56% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E50FB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50FB1 is #1AF04E. Grayscale: #616161. Windows color (decimal): -1765455 or 11603941. OLE color: 11603941.

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

Color convert

RGB 229 15 177 -
CMYK 0 0.93 0.23 0.10
HSL 314.58º 0.88% 0.48% -
HSV(B) 314.58º 0.93% 0.9% -
XYZ 40.42 20.17 43.36 -
YUV 97.45 172.9 221.83 -
System Red Green Blue C M Y K H S L
Decimal 229 15 177 0 0.93 0.23 0.10 314.58 0.88 0.48
Hex E5 F B1 0 5D 17 A 13B 58 30
Octal 345 17 261 0 135 27 12 473 130 60
Binary 11100101 1111 10110001 0 1011101 10111 1010 100111011 1011000 110000

Color Harmonies of #E50FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50FB1

Black with #E50FB1

Text Example


Text Example

White with #E50FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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