#E80291

Color #E80291 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #E80291

Tints of Hollywood Cerise #E80291

Color information

#E80291 (or 0xE80291) is unknown color: approx Hollywood Cerise. HEX triplet: E8, 02 and 91. RGB value is (232,2,145). Sum of RGB (Red+Green+Blue) = 232+2+145=379 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.21% from 379); Green value is 2 (1.17% from 255 or 0.53% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 232 - color contains mainly: red. Hex color #E80291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E80291 is #17FD6E. Grayscale: #565656. Windows color (decimal): -1572207 or 9503464. OLE color: 9503464.

HSL color Cylindrical-coordinate representation of color #E80291: hue angle of 322.7º degrees, saturation: 0.98, 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 #E80291 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB2322145-
CMYK00.990.380.09
HSL322.7º98.29%45.88%-
HSV(B)322.7º99.14%90.98%-
XYZ38.4119.2428.48-
YUV87.07160.7231.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 61.21%
GREEN value IS 2 (1.17% from 255) = 0.53%
BLUE value IS 145 (57.03% from 255) = 38.26%
R=61.21%
G=0.53%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal232214500.990.380.09322.798.2945.88
HexE8291063269143622e
Octal35022210143461150314256
Binary1110100010100100010110001110011010011010000111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E80291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E80291; }

 p { color: rgb(232,2,145); }

 H1.HeaderClassName
 {
   color: #E80291;
 }
 .AnyTagClassName
 {
   color: #E80291;
 }
</style>
background-color css

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

 a { background-color: rgb(232,2,145); }

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

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

 span { border-color: rgb(232,2,145); }

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