Html Css Color HEX #E80086 Hollywood Cerise

📋 copy color: '#E80086'

red 232 ◦ green 0 ◦ blue 134

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

Shades of Hollywood Cerise #E80086

Tints of Hollywood Cerise #E80086

RGB

 RED value IS 232 (91.02% from 255) = 63.39%

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

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

R = 63.39%
G = 0%
B = 36.61%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E80086 (or 0xE80086) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 86. RGB value is (232,0,134). Sum of RGB (Red+Green+Blue) = 232+0+134=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E80086 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80086 is #17FF79. Grayscale: #545454. Windows color (decimal): -1572730 or 8782056. OLE color: 8782056.

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

Color convert

RGB 232 0 134 -
CMYK 0 1 0.42 0.09
HSL 325.34º 1% 0.45% -
HSV(B) 325.34º 1% 0.91% -
XYZ 37.58 18.88 24.22 -
YUV 84.64 155.86 233.1 -
System Red Green Blue C M Y K H S L
Decimal 232 0 134 0 1 0.42 0.09 325.34 1 0.45
Hex E8 0 86 0 64 2A 9 145 64 2D
Octal 350 0 206 0 144 52 11 505 144 55
Binary 11101000 0 10000110 0 1100100 101010 1001 101000101 1100100 101101

Color Harmonies of #E80086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80086

Black with #E80086

Text Example


Text Example

White with #E80086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80086; }

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

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

background-color css

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

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

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

border-color css

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

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

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