#E6019D

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

Shades of Hollywood Cerise #E6019D

Tints of Hollywood Cerise #E6019D

Color information

#E6019D (or 0xE6019D) is unknown color: approx Hollywood Cerise. HEX triplet: E6, 01 and 9D. RGB value is (230,1,157). Sum of RGB (Red+Green+Blue) = 230+1+157=388 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.28% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 230 - color contains mainly: red. Hex color #E6019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6019D is #19FE62. Grayscale: #565656. Windows color (decimal): -1703523 or 10289638. OLE color: 10289638.

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

Color convert

RGB2301157-
CMYK01.000.320.10
HSL319.13º99.13%45.29%-
HSV(B)319.13º99.57%90.2%-
XYZ38.7319.2833.58-
YUV87.26167.37229.82-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 59.28%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 157 (61.72% from 255) = 40.46%
R=59.28%
G=0.26%
B=40.46%

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
Decimal230115701.000.320.10319.1399.1345.29
HexE619D06420A13f632d
Octal34612350144401247714355
Binary111001101100111010110010010000010101001111111100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6019D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6019D; }

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

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

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

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

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

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

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

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