Html Css Color HEX #E80098 Hollywood Cerise

📋 copy color: '#E80098'

red 232 ◦ green 0 ◦ blue 152

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

Shades of Hollywood Cerise #E80098

Tints of Hollywood Cerise #E80098

RGB

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

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

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

R = 60.42%
G = 0%
B = 39.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E80098 (or 0xE80098) is known color: Hollywood Cerise. HEX triplet: E8, 00 and 98. RGB value is (232,0,152). Sum of RGB (Red+Green+Blue) = 232+0+152=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 152 (59.77% from 255 or 39.58% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E80098 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80098 is #17FF67. Grayscale: #565656. Windows color (decimal): -1572712 or 9961704. OLE color: 9961704.

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

Color convert

RGB 232 0 152 -
CMYK 0 1 0.34 0.09
HSL 320.69º 1% 0.45% -
HSV(B) 320.69º 1% 0.91% -
XYZ 38.95 19.42 31.4 -
YUV 86.7 164.86 231.64 -
System Red Green Blue C M Y K H S L
Decimal 232 0 152 0 1 0.34 0.09 320.69 1 0.45
Hex E8 0 98 0 64 22 9 141 64 2D
Octal 350 0 230 0 144 42 11 501 144 55
Binary 11101000 0 10011000 0 1100100 100010 1001 101000001 1100100 101101

Color Harmonies of #E80098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80098

Black with #E80098

Text Example


Text Example

White with #E80098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80098; }

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

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

background-color css

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

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

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

border-color css

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

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

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