#E90A93

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

Shades of Hollywood Cerise #E90A93

Tints of Hollywood Cerise #E90A93

Color information

#E90A93 (or 0xE90A93) is unknown color: approx Hollywood Cerise. HEX triplet: E9, 0A and 93. RGB value is (233,10,147). Sum of RGB (Red+Green+Blue) = 233+10+147=390 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.74% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90A93 is #16F56C. Grayscale: #5B5B5B. Windows color (decimal): -1504621 or 9636585. OLE color: 9636585.

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

Color convert

RGB23310147-
CMYK00.960.370.09
HSL323.14º91.77%47.65%-
HSV(B)323.14º95.71%91.37%-
XYZ38.9819.6529.34-
YUV92.3158.88228.36-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.74%
GREEN value IS 10 (4.30% from 255) = 2.56%
BLUE value IS 147 (57.81% from 255) = 37.69%
R=59.74%
G=2.56%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331014700.960.370.09323.1491.7747.65
HexE9A930602591435c30
Octal351122230140451150313460
Binary111010011010100100110110000010010110011010000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90A93; }

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

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

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

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

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

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

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

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