Shades of Hollywood Cerise #E6049B
Tints of Hollywood Cerise #E6049B
RGB
CMYK
RGB Variations
Color information
#E6049B (or 0xE6049B) is known color: Hollywood Cerise. HEX triplet: E6, 04 and 9B. RGB value is (230,4,155). Sum of RGB (Red+Green+Blue) = 230+4+155=389 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.13% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 230 - color contains mainly: red. Hex color #E6049B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E6049B is #19FB64. Grayscale: #585858. Windows color (decimal): -1702757 or 10159334. OLE color: 10159334.
HSL color Cylindrical-coordinate representation of color #E6049B: hue angle of 319.91º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E6049B is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 155 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.10 |
| HSL | 319.91º | 0.97% | 0.46% | - |
| HSV(B) | 319.91º | 0.98% | 0.9% | - |
| XYZ | 38.59 | 19.28 | 32.7 | - |
| YUV | 88.79 | 165.37 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 155 | 0 | 0.98 | 0.33 | 0.10 | 319.91 | 0.97 | 0.46 |
| Hex | E6 | 4 | 9B | 0 | 62 | 21 | A | 140 | 61 | 2E |
| Octal | 346 | 4 | 233 | 0 | 142 | 41 | 12 | 500 | 141 | 56 |
| Binary | 11100110 | 100 | 10011011 | 0 | 1100010 | 100001 | 1010 | 101000000 | 1100001 | 101110 |
Color Harmonies of #E6049B
Complementary color
Monochromatic Colors of #E6049B
Black with #E6049B
Text Example
Text Example
White with #E6049B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6049B; }
p { color: rgb(230,4,155); }
H1.HeaderClassName
{
color: #E6049B;
}
.AnyTagClassName
{
color: #E6049B;
}
</style>
background-color css
<style>
a { background-color: #E6049B; }
a { background-color: rgb(230,4,155); }
div.DivClassName
{
background-color: #E6049B;
}
.BgClassName
{
background-color: #E6049B;
}
</style>
border-color css
<style>
span { border-color: #E6049B; }
span { border-color: rgb(230,4,155); }
td.TdClassName
{
border-color: #E6049B;
}
.TagClassName
{
border-color: #E6049B;
}
</style>