Shades of Hollywood Cerise #E60094
Tints of Hollywood Cerise #E60094
RGB
CMYK
RGB Variations
Color information
#E60094 (or 0xE60094) is known color: Hollywood Cerise. HEX triplet: E6, 00 and 94. RGB value is (230,0,148). Sum of RGB (Red+Green+Blue) = 230+0+148=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E60094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60094 is #19FF6B. Grayscale: #555555. Windows color (decimal): -1703788 or 9699558. OLE color: 9699558.
HSL color Cylindrical-coordinate representation of color #E60094: hue angle of 321.39º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E60094 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 148 | - |
| CMYK | 0 | 1 | 0.36 | 0.10 |
| HSL | 321.39º | 1% | 0.45% | - |
| HSV(B) | 321.39º | 1% | 0.9% | - |
| XYZ | 37.98 | 18.96 | 29.68 | - |
| YUV | 85.64 | 163.2 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 148 | 0 | 1 | 0.36 | 0.10 | 321.39 | 1 | 0.45 |
| Hex | E6 | 0 | 94 | 0 | 64 | 24 | A | 141 | 64 | 2D |
| Octal | 346 | 0 | 224 | 0 | 144 | 44 | 12 | 501 | 144 | 55 |
| Binary | 11100110 | 0 | 10010100 | 0 | 1100100 | 100100 | 1010 | 101000001 | 1100100 | 101101 |
Color Harmonies of #E60094
Complementary color
Monochromatic Colors of #E60094
Black with #E60094
Text Example
Text Example
White with #E60094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60094; }
p { color: rgb(230,0,148); }
H1.HeaderClassName
{
color: #E60094;
}
.AnyTagClassName
{
color: #E60094;
}
</style>
background-color css
<style>
a { background-color: #E60094; }
a { background-color: rgb(230,0,148); }
div.DivClassName
{
background-color: #E60094;
}
.BgClassName
{
background-color: #E60094;
}
</style>
border-color css
<style>
span { border-color: #E60094; }
span { border-color: rgb(230,0,148); }
td.TdClassName
{
border-color: #E60094;
}
.TagClassName
{
border-color: #E60094;
}
</style>