Html Css Color HEX #E80895 Hollywood Cerise

📋 copy color: '#E80895'

red 232 ◦ green 8 ◦ blue 149

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

Shades of Hollywood Cerise #E80895

Tints of Hollywood Cerise #E80895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.06%

 BLUE value IS 149 (58.59% from 255) = 38.3%

R = 59.64%
G = 2.06%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E80895 (or 0xE80895) is known color: Hollywood Cerise. HEX triplet: E8, 08 and 95. RGB value is (232,8,149). Sum of RGB (Red+Green+Blue) = 232+8+149=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 8 (3.52% from 255 or 2.06% from 389); Blue value is 149 (58.59% from 255 or 38.30% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E80895 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80895 is #17F76A. Grayscale: #5A5A5A. Windows color (decimal): -1570667 or 9767144. OLE color: 9767144.

HSL color Cylindrical-coordinate representation of color #E80895: hue angle of 322.23º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80895 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 8 149 -
CMYK 0 0.97 0.36 0.09
HSL 322.23º 0.93% 0.47% -
HSV(B) 322.23º 0.97% 0.91% -
XYZ 38.79 19.5 30.15 -
YUV 91.05 160.71 228.54 -
System Red Green Blue C M Y K H S L
Decimal 232 8 149 0 0.97 0.36 0.09 322.23 0.93 0.47
Hex E8 8 95 0 61 24 9 142 5D 2F
Octal 350 10 225 0 141 44 11 502 135 57
Binary 11101000 1000 10010101 0 1100001 100100 1001 101000010 1011101 101111

Color Harmonies of #E80895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80895

Black with #E80895

Text Example


Text Example

White with #E80895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80895; }

 p { color: rgb(232,8,149); }

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

background-color css

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

 a { background-color: rgb(232,8,149); }

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

border-color css

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

 span { border-color: rgb(232,8,149); }

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