Html Css Color HEX #E501BC Shocking Pink

📋 copy color: '#E501BC'

red 229 ◦ green 1 ◦ blue 188

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

Shades of Shocking Pink #E501BC

Tints of Shocking Pink #E501BC

RGB

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

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

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

R = 54.78%
G = 0.24%
B = 44.98%

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

#E501BC (or 0xE501BC) is known color: Shocking Pink. HEX triplet: E5, 01 and BC. RGB value is (229,1,188). Sum of RGB (Red+Green+Blue) = 229+1+188=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 1 (0.78% from 255 or 0.24% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E501BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501BC is #1AFE43. Grayscale: #595959. Windows color (decimal): -1769028 or 12321253. OLE color: 12321253.

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

Color convert

RGB 229 1 188 -
CMYK 0 1.00 0.18 0.10
HSL 310.79º 0.99% 0.45% -
HSV(B) 310.79º 1% 0.9% -
XYZ 41.4 20.31 49.32 -
YUV 90.49 183.04 226.79 -
System Red Green Blue C M Y K H S L
Decimal 229 1 188 0 1.00 0.18 0.10 310.79 0.99 0.45
Hex E5 1 BC 0 64 12 A 137 63 2D
Octal 345 1 274 0 144 22 12 467 143 55
Binary 11100101 1 10111100 0 1100100 10010 1010 100110111 1100011 101101

Color Harmonies of #E501BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501BC

Black with #E501BC

Text Example


Text Example

White with #E501BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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