Html Css Color HEX #E80198 Hollywood Cerise

📋 copy color: '#E80198'

red 232 ◦ green 1 ◦ blue 152

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

Shades of Hollywood Cerise #E80198

Tints of Hollywood Cerise #E80198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.48%

R = 60.26%
G = 0.26%
B = 39.48%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E80198 (or 0xE80198) is known color: Hollywood Cerise. HEX triplet: E8, 01 and 98. RGB value is (232,1,152). Sum of RGB (Red+Green+Blue) = 232+1+152=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E80198 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80198 is #17FE67. Grayscale: #565656. Windows color (decimal): -1572456 or 9961960. OLE color: 9961960.

HSL color Cylindrical-coordinate representation of color #E80198: hue angle of 320.78º 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 #E80198 is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 1 152 -
CMYK 0 1.00 0.34 0.09
HSL 320.78º 0.99% 0.46% -
HSV(B) 320.78º 1% 0.91% -
XYZ 38.96 19.44 31.41 -
YUV 87.28 164.53 231.22 -
System Red Green Blue C M Y K H S L
Decimal 232 1 152 0 1.00 0.34 0.09 320.78 0.99 0.46
Hex E8 1 98 0 64 22 9 141 63 2E
Octal 350 1 230 0 144 42 11 501 143 56
Binary 11101000 1 10011000 0 1100100 100010 1001 101000001 1100011 101110

Color Harmonies of #E80198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80198

Black with #E80198

Text Example


Text Example

White with #E80198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80198; }

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

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

background-color css

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

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

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

border-color css

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

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

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