Html Css Color HEX #E80495 Hollywood Cerise

📋 copy color: '#E80495'

red 232 ◦ green 4 ◦ blue 149

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

Shades of Hollywood Cerise #E80495

Tints of Hollywood Cerise #E80495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.04%

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

R = 60.26%
G = 1.04%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E80495 (or 0xE80495) is known color: Hollywood Cerise. HEX triplet: E8, 04 and 95. RGB value is (232,4,149). Sum of RGB (Red+Green+Blue) = 232+4+149=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 4 (1.95% from 255 or 1.04% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E80495 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80495 is #17FB6A. Grayscale: #585858. Windows color (decimal): -1571691 or 9766120. OLE color: 9766120.

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

Color convert

RGB 232 4 149 -
CMYK 0 0.98 0.36 0.09
HSL 321.84º 0.97% 0.46% -
HSV(B) 321.84º 0.98% 0.91% -
XYZ 38.75 19.41 30.14 -
YUV 88.7 162.04 230.21 -
System Red Green Blue C M Y K H S L
Decimal 232 4 149 0 0.98 0.36 0.09 321.84 0.97 0.46
Hex E8 4 95 0 62 24 9 142 61 2E
Octal 350 4 225 0 142 44 11 502 141 56
Binary 11101000 100 10010101 0 1100010 100100 1001 101000010 1100001 101110

Color Harmonies of #E80495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80495

Black with #E80495

Text Example


Text Example

White with #E80495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80495; }

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

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

background-color css

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

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

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

border-color css

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

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

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