#e90f9a

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

Shades of Hollywood Cerise #E90F9A

Tints of Hollywood Cerise #E90F9A

Color information

#E90F9A (or 0xE90F9A) is unknown color: approx Hollywood Cerise. HEX triplet: E9, 0F and 9A. RGB value is (233,15,154). Sum of RGB (Red+Green+Blue) = 233+15+154=402 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.96% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 233 - color contains mainly: red. Hex color #E90F9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90F9A is #16F065. Grayscale: #5F5F5F. Windows color (decimal): -1503334 or 10096617. OLE color: 10096617.

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

Color convert

RGB23315154-
CMYK00.940.340.09
HSL321.74º87.9%48.63%-
HSV(B)321.74º93.56%91.37%-
XYZ39.612032.34-
YUV96.03160.72225.7-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 57.96%
GREEN value IS 15 (6.25% from 255) = 3.73%
BLUE value IS 154 (60.55% from 255) = 38.31%
R=57.96%
G=3.73%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331515400.940.340.09321.7487.948.63
HexE9F9A05E2291425831
Octal351172320136421150213061
Binary111010011111100110100101111010001010011010000101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e90f9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e90f9a; }

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

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

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

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

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

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

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

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