Html Css Color HEX #E50086 Hollywood Cerise

📋 copy color: '#E50086'

red 229 ◦ green 0 ◦ blue 134

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

Shades of Hollywood Cerise #E50086

Tints of Hollywood Cerise #E50086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 63.09%
G = 0%
B = 36.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E50086 (or 0xE50086) is known color: Hollywood Cerise. HEX triplet: E5, 00 and 86. RGB value is (229,0,134). Sum of RGB (Red+Green+Blue) = 229+0+134=363 (48% of max value = 765). Red value is 229 (89.84% from 255 or 63.09% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 229 - color contains mainly: red. Hex color #E50086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E50086 is #1AFF79. Grayscale: #535353. Windows color (decimal): -1769338 or 8782053. OLE color: 8782053.

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

Color convert

RGB 229 0 134 -
CMYK 0 1 0.41 0.10
HSL 324.89º 1% 0.45% -
HSV(B) 324.89º 1% 0.9% -
XYZ 36.62 18.38 24.17 -
YUV 83.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 229 0 134 0 1 0.41 0.10 324.89 1 0.45
Hex E5 0 86 0 64 29 A 145 64 2D
Octal 345 0 206 0 144 51 12 505 144 55
Binary 11100101 0 10000110 0 1100100 101001 1010 101000101 1100100 101101

Color Harmonies of #E50086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50086

Black with #E50086

Text Example


Text Example

White with #E50086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50086; }

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

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

background-color css

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

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

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

border-color css

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

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

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