Html Css Color HEX #E501BB Shocking Pink

📋 copy color: '#E501BB'

red 229 ◦ green 1 ◦ blue 187

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

Shades of Shocking Pink #E501BB

Tints of Shocking Pink #E501BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.84%

R = 54.92%
G = 0.24%
B = 44.84%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#E501BB (or 0xE501BB) is known color: Shocking Pink. HEX triplet: E5, 01 and BB. RGB value is (229,1,187). Sum of RGB (Red+Green+Blue) = 229+1+187=417 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.92% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 229 - color contains mainly: red. Hex color #E501BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501BB is #1AFE44. Grayscale: #595959. Windows color (decimal): -1769029 or 12255717. OLE color: 12255717.

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

Color convert

RGB 229 1 187 -
CMYK 0 1.00 0.18 0.10
HSL 311.05º 0.99% 0.45% -
HSV(B) 311.05º 1% 0.9% -
XYZ 41.29 20.27 48.75 -
YUV 90.38 182.54 226.88 -
System Red Green Blue C M Y K H S L
Decimal 229 1 187 0 1.00 0.18 0.10 311.05 0.99 0.45
Hex E5 1 BB 0 64 12 A 137 63 2D
Octal 345 1 273 0 144 22 12 467 143 55
Binary 11100101 1 10111011 0 1100100 10010 1010 100110111 1100011 101101

Color Harmonies of #E501BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501BB

Black with #E501BB

Text Example


Text Example

White with #E501BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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