#E90FA5

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

Shades of Hollywood Cerise #E90FA5

Tints of Hollywood Cerise #E90FA5

Color information

#E90FA5 (or 0xE90FA5) is unknown color: approx Hollywood Cerise. HEX triplet: E9, 0F and A5. RGB value is (233,15,165). Sum of RGB (Red+Green+Blue) = 233+15+165=413 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.42% from 413); Green value is 15 (6.25% from 255 or 3.63% from 413); Blue value is 165 (64.84% from 255 or 39.95% from 413); Max value from RGB is 233 - color contains mainly: red. Hex color #E90FA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90FA5 is #16F05A. Grayscale: #606060. Windows color (decimal): -1503323 or 10817513. OLE color: 10817513.

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

Color convert

RGB23315165-
CMYK00.940.290.09
HSL318.72º87.9%48.63%-
HSV(B)318.72º93.56%91.37%-
XYZ40.5720.3837.39-
YUV97.28166.22224.8-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 56.42%
GREEN value IS 15 (6.25% from 255) = 3.63%
BLUE value IS 165 (64.84% from 255) = 39.95%
R=56.42%
G=3.63%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331516500.940.290.09318.7287.948.63
HexE9FA505E1D913f5831
Octal351172450136351147713061
Binary11101001111110100101010111101110110011001111111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E90FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E90FA5; }

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

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

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

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

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

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

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

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