Html Css Color HEX #E80B90 Hollywood Cerise

📋 copy color: '#E80B90'

red 232 ◦ green 11 ◦ blue 144

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

Shades of Hollywood Cerise #E80B90

Tints of Hollywood Cerise #E80B90

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.84%

 BLUE value IS 144 (56.64% from 255) = 37.21%

R = 59.95%
G = 2.84%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.09

RGB Variations

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

Color information

#E80B90 (or 0xE80B90) is known color: Hollywood Cerise. HEX triplet: E8, 0B and 90. RGB value is (232,11,144). Sum of RGB (Red+Green+Blue) = 232+11+144=387 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.95% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 232 - color contains mainly: red. Hex color #E80B90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80B90 is #17F46F. Grayscale: #5B5B5B. Windows color (decimal): -1569904 or 9440232. OLE color: 9440232.

HSL color Cylindrical-coordinate representation of color #E80B90: hue angle of 323.89º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80B90 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 11 144 -
CMYK 0 0.95 0.38 0.09
HSL 323.89º 0.91% 0.48% -
HSV(B) 323.89º 0.95% 0.91% -
XYZ 38.43 19.41 28.11 -
YUV 92.24 157.22 227.69 -
System Red Green Blue C M Y K H S L
Decimal 232 11 144 0 0.95 0.38 0.09 323.89 0.91 0.48
Hex E8 B 90 0 5F 26 9 144 5B 30
Octal 350 13 220 0 137 46 11 504 133 60
Binary 11101000 1011 10010000 0 1011111 100110 1001 101000100 1011011 110000

Color Harmonies of #E80B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80B90

Black with #E80B90

Text Example


Text Example

White with #E80B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80B90; }

 p { color: rgb(232,11,144); }

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

background-color css

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

 a { background-color: rgb(232,11,144); }

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

border-color css

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

 span { border-color: rgb(232,11,144); }

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