#E60A9C

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

Shades of Hollywood Cerise #E60A9C

Tints of Hollywood Cerise #E60A9C

Color information

#E60A9C (or 0xE60A9C) is unknown color: approx Hollywood Cerise. HEX triplet: E6, 0A and 9C. RGB value is (230,10,156). Sum of RGB (Red+Green+Blue) = 230+10+156=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E60A9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60A9C is #19F563. Grayscale: #5C5C5C. Windows color (decimal): -1701220 or 10226406. OLE color: 10226406.

HSL color Cylindrical-coordinate representation of color #E60A9C: hue angle of 320.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E60A9C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB23010156-
CMYK00.960.320.10
HSL320.18º91.67%47.06%-
HSV(B)320.18º95.65%90.2%-
XYZ38.7419.4433.16-
YUV92.42163.89226.13-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.08%
GREEN value IS 10 (4.30% from 255) = 2.53%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=58.08%
G=2.53%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301015600.960.320.10320.1891.6747.06
HexE6A9C06020A1405c2f
Octal346122340140401250013457
Binary111001101010100111000110000010000010101010000001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E60A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E60A9C; }

 p { color: rgb(230,10,156); }

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

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

 a { background-color: rgb(230,10,156); }

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

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

 span { border-color: rgb(230,10,156); }

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