#E611A8

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

Shades of Hollywood Cerise #E611A8

Tints of Hollywood Cerise #E611A8

Color information

#E611A8 (or 0xE611A8) is unknown color: approx Hollywood Cerise. HEX triplet: E6, 11 and A8. RGB value is (230,17,168). Sum of RGB (Red+Green+Blue) = 230+17+168=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 17 (7.03% from 255 or 4.10% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E611A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E611A8 is #19EE57. Grayscale: #616161. Windows color (decimal): -1699416 or 11014630. OLE color: 11014630.

HSL color Cylindrical-coordinate representation of color #E611A8: hue angle of 317.46º 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 #E611A8 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB23017168-
CMYK00.930.270.10
HSL317.46º86.23%48.43%-
HSV(B)317.46º92.61%90.2%-
XYZ39.920.0538.81-
YUV97.9167.57222.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 55.42%
GREEN value IS 17 (7.03% from 255) = 4.10%
BLUE value IS 168 (66.02% from 255) = 40.48%
R=55.42%
G=4.10%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301716800.930.270.10317.4686.2348.43
HexE611A805D1BA13d5630
Octal346212500135331247512660
Binary111001101000110101000010111011101110101001111011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E611A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E611A8; }

 p { color: rgb(230,17,168); }

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

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

 a { background-color: rgb(230,17,168); }

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

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

 span { border-color: rgb(230,17,168); }

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