#E6019C

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

Shades of Hollywood Cerise #E6019C

Tints of Hollywood Cerise #E6019C

Color information

#E6019C (or 0xE6019C) is unknown color: approx Hollywood Cerise. HEX triplet: E6, 01 and 9C. RGB value is (230,1,156). Sum of RGB (Red+Green+Blue) = 230+1+156=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 1 (0.78% from 255 or 0.26% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6019C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6019C is #19FE63. Grayscale: #565656. Windows color (decimal): -1703524 or 10224102. OLE color: 10224102.

HSL color Cylindrical-coordinate representation of color #E6019C: hue angle of 319.39º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E6019C is Cyan = 0, Magento = 1.00, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB2301156-
CMYK01.000.320.10
HSL319.39º99.13%45.29%-
HSV(B)319.39º99.57%90.2%-
XYZ38.6419.2533.13-
YUV87.14166.87229.9-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.43%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 156 (61.33% from 255) = 40.31%
R=59.43%
G=0.26%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal230115601.000.320.10319.3999.1345.29
HexE619C06420A13f632d
Octal34612340144401247714355
Binary111001101100111000110010010000010101001111111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6019C; }

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

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

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

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

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

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

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

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