#E90D98

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

Shades of Hollywood Cerise #E90D98

Tints of Hollywood Cerise #E90D98

Color information

#E90D98 (or 0xE90D98) is unknown color: approx Hollywood Cerise. HEX triplet: E9, 0D and 98. RGB value is (233,13,152). Sum of RGB (Red+Green+Blue) = 233+13+152=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E90D98 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90D98 is #16F267. Grayscale: #5E5E5E. Windows color (decimal): -1503848 or 9965033. OLE color: 9965033.

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

Color convert

RGB23313152-
CMYK00.940.350.09
HSL322.09º89.43%48.24%-
HSV(B)322.09º94.42%91.37%-
XYZ39.4219.8831.47-
YUV94.63160.39226.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 58.54%
GREEN value IS 13 (5.47% from 255) = 3.27%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=58.54%
G=3.27%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331315200.940.350.09322.0989.4348.24
HexE9D9805E2391425930
Octal351152300136431150213160
Binary111010011101100110000101111010001110011010000101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90D98; }

 p { color: rgb(233,13,152); }

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

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

 a { background-color: rgb(233,13,152); }

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

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

 span { border-color: rgb(233,13,152); }

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