#E511AC

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

Shades of Hollywood Cerise #E511AC

Tints of Hollywood Cerise #E511AC

Color information

#E511AC (or 0xE511AC) is unknown color: approx Hollywood Cerise. HEX triplet: E5, 11 and AC. RGB value is (229,17,172). Sum of RGB (Red+Green+Blue) = 229+17+172=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E511AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E511AC is #1AEE53. Grayscale: #616161. Windows color (decimal): -1764948 or 11276773. OLE color: 11276773.

HSL color Cylindrical-coordinate representation of color #E511AC: hue angle of 316.13º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E511AC is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB22917172-
CMYK00.930.250.10
HSL316.13º86.18%48.24%-
HSV(B)316.13º92.58%89.8%-
XYZ39.9620.0440.79-
YUV98.06169.74221.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 54.78%
GREEN value IS 17 (7.03% from 255) = 4.07%
BLUE value IS 172 (67.58% from 255) = 41.15%
R=54.78%
G=4.07%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291717200.930.250.10316.1386.1848.24
HexE511AC05D19A13c5630
Octal345212540135311247412660
Binary111001011000110101100010111011100110101001111001010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E511AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E511AC; }

 p { color: rgb(229,17,172); }

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

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

 a { background-color: rgb(229,17,172); }

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

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

 span { border-color: rgb(229,17,172); }

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