Html Css Color HEX #E80197 Hollywood Cerise

📋 copy color: '#E80197'

red 232 ◦ green 1 ◦ blue 151

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

Shades of Hollywood Cerise #E80197

Tints of Hollywood Cerise #E80197

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 151 (59.38% from 255) = 39.32%

R = 60.42%
G = 0.26%
B = 39.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E80197 (or 0xE80197) is known color: Hollywood Cerise. HEX triplet: E8, 01 and 97. RGB value is (232,1,151). Sum of RGB (Red+Green+Blue) = 232+1+151=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 151 (59.38% from 255 or 39.32% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E80197 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80197 is #17FE68. Grayscale: #565656. Windows color (decimal): -1572457 or 9896424. OLE color: 9896424.

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

Color convert

RGB 232 1 151 -
CMYK 0 1.00 0.35 0.09
HSL 321.04º 0.99% 0.46% -
HSV(B) 321.04º 1% 0.91% -
XYZ 38.88 19.41 30.98 -
YUV 87.17 164.03 231.3 -
System Red Green Blue C M Y K H S L
Decimal 232 1 151 0 1.00 0.35 0.09 321.04 0.99 0.46
Hex E8 1 97 0 64 23 9 141 63 2E
Octal 350 1 227 0 144 43 11 501 143 56
Binary 11101000 1 10010111 0 1100100 100011 1001 101000001 1100011 101110

Color Harmonies of #E80197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80197

Black with #E80197

Text Example


Text Example

White with #E80197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80197; }

 p { color: rgb(232,1,151); }

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

background-color css

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

 a { background-color: rgb(232,1,151); }

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

border-color css

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

 span { border-color: rgb(232,1,151); }

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