#E811A5

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

Shades of Hollywood Cerise #E811A5

Tints of Hollywood Cerise #E811A5

Color information

#E811A5 (or 0xE811A5) is unknown color: approx Hollywood Cerise. HEX triplet: E8, 11 and A5. RGB value is (232,17,165). Sum of RGB (Red+Green+Blue) = 232+17+165=414 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.04% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 165 (64.84% from 255 or 39.86% from 414); Max value from RGB is 232 - color contains mainly: red. Hex color #E811A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E811A5 is #17EE5A. Grayscale: #616161. Windows color (decimal): -1568347 or 10818024. OLE color: 10818024.

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

Color convert

RGB23217165-
CMYK00.930.290.09
HSL318.7º86.35%48.82%-
HSV(B)318.7º92.67%90.98%-
XYZ40.2720.2737.39-
YUV98.16165.73223.47-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 56.04%
GREEN value IS 17 (7.03% from 255) = 4.11%
BLUE value IS 165 (64.84% from 255) = 39.86%
R=56.04%
G=4.11%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321716500.930.290.09318.786.3548.82
HexE811A505D1D913f5631
Octal350212450135351147712661
Binary111010001000110100101010111011110110011001111111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E811A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E811A5; }

 p { color: rgb(232,17,165); }

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

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

 a { background-color: rgb(232,17,165); }

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

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

 span { border-color: rgb(232,17,165); }

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