Shades of Hollywood Cerise #E6019F
Tints of Hollywood Cerise #E6019F
RGB
CMYK
RGB Variations
Color information
#E6019F (or 0xE6019F) is known color: Hollywood Cerise. HEX triplet: E6, 01 and 9F. RGB value is (230,1,159). Sum of RGB (Red+Green+Blue) = 230+1+159=390 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.97% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 230 - color contains mainly: red. Hex color #E6019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6019F is #19FE60. Grayscale: #575757. Windows color (decimal): -1703521 or 10420710. OLE color: 10420710.
HSL color Cylindrical-coordinate representation of color #E6019F: hue angle of 318.6º 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 #E6019F is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.10 |
| HSL | 318.6º | 0.99% | 0.45% | - |
| HSV(B) | 318.6º | 1% | 0.9% | - |
| XYZ | 38.9 | 19.35 | 34.49 | - |
| YUV | 87.48 | 168.37 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 159 | 0 | 1.00 | 0.31 | 0.10 | 318.6 | 0.99 | 0.45 |
| Hex | E6 | 1 | 9F | 0 | 64 | 1F | A | 13F | 63 | 2D |
| Octal | 346 | 1 | 237 | 0 | 144 | 37 | 12 | 477 | 143 | 55 |
| Binary | 11100110 | 1 | 10011111 | 0 | 1100100 | 11111 | 1010 | 100111111 | 1100011 | 101101 |
Color Harmonies of #E6019F
Complementary color
Monochromatic Colors of #E6019F
Black with #E6019F
Text Example
Text Example
White with #E6019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6019F; }
p { color: rgb(230,1,159); }
H1.HeaderClassName
{
color: #E6019F;
}
.AnyTagClassName
{
color: #E6019F;
}
</style>
background-color css
<style>
a { background-color: #E6019F; }
a { background-color: rgb(230,1,159); }
div.DivClassName
{
background-color: #E6019F;
}
.BgClassName
{
background-color: #E6019F;
}
</style>
border-color css
<style>
span { border-color: #E6019F; }
span { border-color: rgb(230,1,159); }
td.TdClassName
{
border-color: #E6019F;
}
.TagClassName
{
border-color: #E6019F;
}
</style>