Html Css Color HEX #E501B5 Hollywood Cerise

📋 copy color: '#E501B5'

red 229 ◦ green 1 ◦ blue 181

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

Shades of Hollywood Cerise #E501B5

Tints of Hollywood Cerise #E501B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.04%

R = 55.72%
G = 0.24%
B = 44.04%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.21

 K value IS 0.10

RGB Variations

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

Color information

#E501B5 (or 0xE501B5) is known color: Hollywood Cerise. HEX triplet: E5, 01 and B5. RGB value is (229,1,181). Sum of RGB (Red+Green+Blue) = 229+1+181=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E501B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E501B5 is #1AFE4A. Grayscale: #595959. Windows color (decimal): -1769035 or 11862501. OLE color: 11862501.

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

Color convert

RGB 229 1 181 -
CMYK 0 1.00 0.21 0.10
HSL 312.63º 0.99% 0.45% -
HSV(B) 312.63º 1% 0.9% -
XYZ 40.66 20.02 45.44 -
YUV 89.69 179.54 227.36 -
System Red Green Blue C M Y K H S L
Decimal 229 1 181 0 1.00 0.21 0.10 312.63 0.99 0.45
Hex E5 1 B5 0 64 15 A 139 63 2D
Octal 345 1 265 0 144 25 12 471 143 55
Binary 11100101 1 10110101 0 1100100 10101 1010 100111001 1100011 101101

Color Harmonies of #E501B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E501B5

Black with #E501B5

Text Example


Text Example

White with #E501B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E501B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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