#E910AA

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

Shades of Hollywood Cerise #E910AA

Tints of Hollywood Cerise #E910AA

Color information

#E910AA (or 0xE910AA) is unknown color: approx Hollywood Cerise. HEX triplet: E9, 10 and AA. RGB value is (233,16,170). Sum of RGB (Red+Green+Blue) = 233+16+170=419 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.61% from 419); Green value is 16 (6.64% from 255 or 3.82% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 233 - color contains mainly: red. Hex color #E910AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E910AA is #16EF55. Grayscale: #626262. Windows color (decimal): -1503062 or 11145449. OLE color: 11145449.

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

Color convert

RGB23316170-
CMYK00.930.270.09
HSL317.42º87.15%48.82%-
HSV(B)317.42º93.13%91.37%-
XYZ41.0520.639.84-
YUV98.44168.39223.98-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 55.61%
GREEN value IS 16 (6.64% from 255) = 3.82%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=55.61%
G=3.82%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331617000.930.270.09317.4287.1548.82
HexE910AA05D1B913d5731
Octal351202520135331147512761
Binary111010011000010101010010111011101110011001111011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E910AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E910AA; }

 p { color: rgb(233,16,170); }

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

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

 a { background-color: rgb(233,16,170); }

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

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

 span { border-color: rgb(233,16,170); }

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