Html Css Color HEX #E501BF Shocking Pink

📋 copy color: '#E501BF'

red 229 ◦ green 1 ◦ blue 191

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

Shades of Shocking Pink #E501BF

Tints of Shocking Pink #E501BF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 191 (75% from 255) = 45.37%

R = 54.39%
G = 0.24%
B = 45.37%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#E501BF (or 0xE501BF) is known color: Shocking Pink. HEX triplet: E5, 01 and BF. RGB value is (229,1,191). Sum of RGB (Red+Green+Blue) = 229+1+191=421 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.39% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 229 - color contains mainly: red. Hex color #E501BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501BF is #1AFE40. Grayscale: #5A5A5A. Windows color (decimal): -1769025 or 12517861. OLE color: 12517861.

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

Color convert

RGB 229 1 191 -
CMYK 0 1.00 0.17 0.10
HSL 310º 0.99% 0.45% -
HSV(B) 310º 1% 0.9% -
XYZ 41.73 20.44 51.04 -
YUV 90.83 184.54 226.55 -
System Red Green Blue C M Y K H S L
Decimal 229 1 191 0 1.00 0.17 0.10 310 0.99 0.45
Hex E5 1 BF 0 64 11 A 136 63 2D
Octal 345 1 277 0 144 21 12 466 143 55
Binary 11100101 1 10111111 0 1100100 10001 1010 100110110 1100011 101101

Color Harmonies of #E501BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501BF

Black with #E501BF

Text Example


Text Example

White with #E501BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501BF; }

 p { color: rgb(229,1,191); }

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

background-color css

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

 a { background-color: rgb(229,1,191); }

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

border-color css

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

 span { border-color: rgb(229,1,191); }

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