Shades of Hollywood Cerise #E6019E
Tints of Hollywood Cerise #E6019E
RGB
CMYK
RGB Variations
Color information
#E6019E (or 0xE6019E) is known color: Hollywood Cerise. HEX triplet: E6, 01 and 9E. RGB value is (230,1,158). Sum of RGB (Red+Green+Blue) = 230+1+158=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 1 (0.78% from 255 or 0.26% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6019E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6019E is #19FE61. Grayscale: #565656. Windows color (decimal): -1703522 or 10355174. OLE color: 10355174.
HSL color Cylindrical-coordinate representation of color #E6019E: hue angle of 318.86º 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 #E6019E is Cyan = 0, Magento = 1.00, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 1 | 158 | - |
| CMYK | 0 | 1.00 | 0.31 | 0.10 |
| HSL | 318.86º | 0.99% | 0.45% | - |
| HSV(B) | 318.86º | 1% | 0.9% | - |
| XYZ | 38.82 | 19.31 | 34.03 | - |
| YUV | 87.37 | 167.87 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 1 | 158 | 0 | 1.00 | 0.31 | 0.10 | 318.86 | 0.99 | 0.45 |
| Hex | E6 | 1 | 9E | 0 | 64 | 1F | A | 13F | 63 | 2D |
| Octal | 346 | 1 | 236 | 0 | 144 | 37 | 12 | 477 | 143 | 55 |
| Binary | 11100110 | 1 | 10011110 | 0 | 1100100 | 11111 | 1010 | 100111111 | 1100011 | 101101 |
Color Harmonies of #E6019E
Complementary color
Monochromatic Colors of #E6019E
Black with #E6019E
Text Example
Text Example
White with #E6019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6019E; }
p { color: rgb(230,1,158); }
H1.HeaderClassName
{
color: #E6019E;
}
.AnyTagClassName
{
color: #E6019E;
}
</style>
background-color css
<style>
a { background-color: #E6019E; }
a { background-color: rgb(230,1,158); }
div.DivClassName
{
background-color: #E6019E;
}
.BgClassName
{
background-color: #E6019E;
}
</style>
border-color css
<style>
span { border-color: #E6019E; }
span { border-color: rgb(230,1,158); }
td.TdClassName
{
border-color: #E6019E;
}
.TagClassName
{
border-color: #E6019E;
}
</style>