#E606A0

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

Shades of Hollywood Cerise #E606A0

Tints of Hollywood Cerise #E606A0

Color information

#E606A0 (or 0xE606A0) is unknown color: approx Hollywood Cerise. HEX triplet: E6, 06 and A0. RGB value is (230,6,160). Sum of RGB (Red+Green+Blue) = 230+6+160=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 6 (2.73% from 255 or 1.52% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E606A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E606A0 is #19F95F. Grayscale: #5A5A5A. Windows color (decimal): -1702240 or 10487526. OLE color: 10487526.

HSL color Cylindrical-coordinate representation of color #E606A0: hue angle of 318.75º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E606A0 is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB2306160-
CMYK00.970.300.10
HSL318.75º94.92%46.27%-
HSV(B)318.75º97.39%90.2%-
XYZ39.0419.4934.96-
YUV90.53167.21227.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 58.08%
GREEN value IS 6 (2.73% from 255) = 1.52%
BLUE value IS 160 (62.89% from 255) = 40.40%
R=58.08%
G=1.52%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230616000.970.300.10318.7594.9246.27
HexE66A00611EA13f5f2e
Octal34662400141361247713756
Binary1110011011010100000011000011111010101001111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E606A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E606A0; }

 p { color: rgb(230,6,160); }

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

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

 a { background-color: rgb(230,6,160); }

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

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

 span { border-color: rgb(230,6,160); }

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