#E9019A

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

Shades of Hollywood Cerise #E9019A

Tints of Hollywood Cerise #E9019A

Color information

#E9019A (or 0xE9019A) is unknown color: approx Hollywood Cerise. HEX triplet: E9, 01 and 9A. RGB value is (233,1,154). Sum of RGB (Red+Green+Blue) = 233+1+154=388 (51% of max value = 765). Red value is 233 (91.41% from 255 or 60.05% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 233 - color contains mainly: red. Hex color #E9019A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9019A is #16FE65. Grayscale: #575757. Windows color (decimal): -1506918 or 10093033. OLE color: 10093033.

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

Color convert

RGB2331154-
CMYK01.000.340.09
HSL320.43º99.15%45.88%-
HSV(B)320.43º99.57%91.37%-
XYZ39.4519.6832.29-
YUV87.81165.36231.56-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 60.05%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 154 (60.55% from 255) = 39.69%
R=60.05%
G=0.26%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal233115401.000.340.09320.4399.1545.88
HexE919A064229140632e
Octal35112320144421150014356
Binary111010011100110100110010010001010011010000001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9019A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9019A; }

 p { color: rgb(233,1,154); }

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

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

 a { background-color: rgb(233,1,154); }

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

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

 span { border-color: rgb(233,1,154); }

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