#E90A92

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

Shades of Hollywood Cerise #E90A92

Tints of Hollywood Cerise #E90A92

Color information

#E90A92 (or 0xE90A92) is unknown color: approx Hollywood Cerise. HEX triplet: E9, 0A and 92. RGB value is (233,10,146). Sum of RGB (Red+Green+Blue) = 233+10+146=389 (51% of max value = 765). Red value is 233 (91.41% from 255 or 59.90% from 389); Green value is 10 (4.30% from 255 or 2.57% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 233 - color contains mainly: red. Hex color #E90A92 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90A92 is #16F56D. Grayscale: #5B5B5B. Windows color (decimal): -1504622 or 9571049. OLE color: 9571049.

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

Color convert

RGB23310146-
CMYK00.960.370.09
HSL323.41º91.77%47.65%-
HSV(B)323.41º95.71%91.37%-
XYZ38.919.6228.93-
YUV92.18158.38228.44-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 59.90%
GREEN value IS 10 (4.30% from 255) = 2.57%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=59.90%
G=2.57%
B=37.53%

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
Decimal2331014600.960.370.09323.4191.7747.65
HexE9A920602591435c30
Octal351122220140451150313460
Binary111010011010100100100110000010010110011010000111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90A92; }

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

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

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

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

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

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

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

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