#E90A9A

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

Shades of Hollywood Cerise #E90A9A

Tints of Hollywood Cerise #E90A9A

Color information

#E90A9A (or 0xE90A9A) is unknown color: approx Hollywood Cerise. HEX triplet: E9, 0A and 9A. RGB value is (233,10,154). Sum of RGB (Red+Green+Blue) = 233+10+154=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 10 (4.30% from 255 or 2.52% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90A9A is #16F565. Grayscale: #5C5C5C. Windows color (decimal): -1504614 or 10095337. OLE color: 10095337.

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

Color convert

RGB23310154-
CMYK00.960.340.09
HSL321.26º91.77%47.65%-
HSV(B)321.26º95.71%91.37%-
XYZ39.5519.8732.32-
YUV93.09162.38227.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.69%
GREEN value IS 10 (4.30% from 255) = 2.52%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=58.69%
G=2.52%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331015400.960.340.09321.2691.7747.65
HexE9A9A0602291415c30
Octal351122320140421150113460
Binary111010011010100110100110000010001010011010000011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90A9A; }

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

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

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

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

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

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

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

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