Html Css Color HEX #E501BE Shocking Pink

📋 copy color: '#E501BE'

red 229 ◦ green 1 ◦ blue 190

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

Shades of Shocking Pink #E501BE

Tints of Shocking Pink #E501BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.24%

R = 54.52%
G = 0.24%
B = 45.24%

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

#E501BE (or 0xE501BE) is known color: Shocking Pink. HEX triplet: E5, 01 and BE. RGB value is (229,1,190). Sum of RGB (Red+Green+Blue) = 229+1+190=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 1 (0.78% from 255 or 0.24% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E501BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501BE is #1AFE41. Grayscale: #5A5A5A. Windows color (decimal): -1769026 or 12452325. OLE color: 12452325.

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

Color convert

RGB 229 1 190 -
CMYK 0 1.00 0.17 0.10
HSL 310.26º 0.99% 0.45% -
HSV(B) 310.26º 1% 0.9% -
XYZ 41.62 20.4 50.46 -
YUV 90.72 184.04 226.63 -
System Red Green Blue C M Y K H S L
Decimal 229 1 190 0 1.00 0.17 0.10 310.26 0.99 0.45
Hex E5 1 BE 0 64 11 A 136 63 2D
Octal 345 1 276 0 144 21 12 466 143 55
Binary 11100101 1 10111110 0 1100100 10001 1010 100110110 1100011 101101

Color Harmonies of #E501BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501BE

Black with #E501BE

Text Example


Text Example

White with #E501BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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