Html Css Color HEX #E80399 Hollywood Cerise

📋 copy color: '#E80399'

red 232 ◦ green 3 ◦ blue 153

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

Shades of Hollywood Cerise #E80399

Tints of Hollywood Cerise #E80399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

 BLUE value IS 153 (60.16% from 255) = 39.43%

R = 59.79%
G = 0.77%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#E80399 (or 0xE80399) is known color: Hollywood Cerise. HEX triplet: E8, 03 and 99. RGB value is (232,3,153). Sum of RGB (Red+Green+Blue) = 232+3+153=388 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.79% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 232 - color contains mainly: red. Hex color #E80399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80399 is #17FC66. Grayscale: #585858. Windows color (decimal): -1571943 or 10028008. OLE color: 10028008.

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

Color convert

RGB 232 3 153 -
CMYK 0 0.99 0.34 0.09
HSL 320.7º 0.97% 0.46% -
HSV(B) 320.7º 0.99% 0.91% -
XYZ 39.06 19.52 31.85 -
YUV 88.57 164.37 230.3 -
System Red Green Blue C M Y K H S L
Decimal 232 3 153 0 0.99 0.34 0.09 320.7 0.97 0.46
Hex E8 3 99 0 63 22 9 141 61 2E
Octal 350 3 231 0 143 42 11 501 141 56
Binary 11101000 11 10011001 0 1100011 100010 1001 101000001 1100001 101110

Color Harmonies of #E80399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80399

Black with #E80399

Text Example


Text Example

White with #E80399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80399; }

 p { color: rgb(232,3,153); }

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

background-color css

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

 a { background-color: rgb(232,3,153); }

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

border-color css

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

 span { border-color: rgb(232,3,153); }

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