Html Css Color HEX #E50081 Hollywood Cerise

📋 copy color: '#E50081'

red 229 ◦ green 0 ◦ blue 129

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

Shades of Hollywood Cerise #E50081

Tints of Hollywood Cerise #E50081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 63.97%
G = 0%
B = 36.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E50081 (or 0xE50081) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 81. RGB value is (229,0,129). Sum of RGB (Red+Green+Blue) = 229+0+129=358 (47% of max value = 765). Red value is 229 (89.84% from 255 or 63.97% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 229 - color contains mainly: red. Hex color #E50081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50081 is #1AFF7E. Grayscale: #525252. Windows color (decimal): -1769343 or 8454373. OLE color: 8454373.

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

Color convert

RGB 229 0 129 -
CMYK 0 1 0.44 0.10
HSL 326.2º 1% 0.45% -
HSV(B) 326.2º 1% 0.9% -
XYZ 36.28 18.24 22.38 -
YUV 83.18 153.87 232.01 -
System Red Green Blue C M Y K H S L
Decimal 229 0 129 0 1 0.44 0.10 326.2 1 0.45
Hex E5 0 81 0 64 2C A 146 64 2D
Octal 345 0 201 0 144 54 12 506 144 55
Binary 11100101 0 10000001 0 1100100 101100 1010 101000110 1100100 101101

Color Harmonies of #E50081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50081

Black with #E50081

Text Example


Text Example

White with #E50081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50081; }

 p { color: rgb(229,0,129); }

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

background-color css

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

 a { background-color: rgb(229,0,129); }

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

border-color css

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

 span { border-color: rgb(229,0,129); }

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