Shades of Hollywood Cerise #E60F9B
Tints of Hollywood Cerise #E60F9B
RGB
CMYK
RGB Variations
Color information
#E60F9B (or 0xE60F9B) is known color: Hollywood Cerise. HEX triplet: E6, 0F and 9B. RGB value is (230,15,155). Sum of RGB (Red+Green+Blue) = 230+15+155=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 15 (6.25% from 255 or 3.75% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60F9B is #19F064. Grayscale: #5E5E5E. Windows color (decimal): -1699941 or 10162150. OLE color: 10162150.
HSL color Cylindrical-coordinate representation of color #E60F9B: hue angle of 320.93º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E60F9B is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 15 | 155 | - |
| CMYK | 0 | 0.93 | 0.33 | 0.10 |
| HSL | 320.93º | 0.88% | 0.48% | - |
| HSV(B) | 320.93º | 0.93% | 0.9% | - |
| XYZ | 38.72 | 19.53 | 32.74 | - |
| YUV | 95.25 | 161.73 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 15 | 155 | 0 | 0.93 | 0.33 | 0.10 | 320.93 | 0.88 | 0.48 |
| Hex | E6 | F | 9B | 0 | 5D | 21 | A | 141 | 58 | 30 |
| Octal | 346 | 17 | 233 | 0 | 135 | 41 | 12 | 501 | 130 | 60 |
| Binary | 11100110 | 1111 | 10011011 | 0 | 1011101 | 100001 | 1010 | 101000001 | 1011000 | 110000 |
Color Harmonies of #E60F9B
Complementary color
Monochromatic Colors of #E60F9B
Black with #E60F9B
Text Example
Text Example
White with #E60F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60F9B; }
p { color: rgb(230,15,155); }
H1.HeaderClassName
{
color: #E60F9B;
}
.AnyTagClassName
{
color: #E60F9B;
}
</style>
background-color css
<style>
a { background-color: #E60F9B; }
a { background-color: rgb(230,15,155); }
div.DivClassName
{
background-color: #E60F9B;
}
.BgClassName
{
background-color: #E60F9B;
}
</style>
border-color css
<style>
span { border-color: #E60F9B; }
span { border-color: rgb(230,15,155); }
td.TdClassName
{
border-color: #E60F9B;
}
.TagClassName
{
border-color: #E60F9B;
}
</style>