Shades of Hollywood Cerise #E60CAB
Tints of Hollywood Cerise #E60CAB
RGB
CMYK
RGB Variations
Color information
#E60CAB (or 0xE60CAB) is known color: Hollywood Cerise. HEX triplet: E6, 0C and AB. RGB value is (230,12,171). Sum of RGB (Red+Green+Blue) = 230+12+171=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 12 (5.08% from 255 or 2.91% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E60CAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60CAB is #19F354. Grayscale: #5E5E5E. Windows color (decimal): -1700693 or 11209958. OLE color: 11209958.
HSL color Cylindrical-coordinate representation of color #E60CAB: hue angle of 316.24º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60CAB is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 12 | 171 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.10 |
| HSL | 316.24º | 0.9% | 0.47% | - |
| HSV(B) | 316.24º | 0.95% | 0.9% | - |
| XYZ | 40.12 | 20.03 | 40.28 | - |
| YUV | 95.31 | 170.72 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 12 | 171 | 0 | 0.95 | 0.26 | 0.10 | 316.24 | 0.9 | 0.47 |
| Hex | E6 | C | AB | 0 | 5F | 1A | A | 13C | 5A | 2F |
| Octal | 346 | 14 | 253 | 0 | 137 | 32 | 12 | 474 | 132 | 57 |
| Binary | 11100110 | 1100 | 10101011 | 0 | 1011111 | 11010 | 1010 | 100111100 | 1011010 | 101111 |
Color Harmonies of #E60CAB
Complementary color
Monochromatic Colors of #E60CAB
Black with #E60CAB
Text Example
Text Example
White with #E60CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60CAB; }
p { color: rgb(230,12,171); }
H1.HeaderClassName
{
color: #E60CAB;
}
.AnyTagClassName
{
color: #E60CAB;
}
</style>
background-color css
<style>
a { background-color: #E60CAB; }
a { background-color: rgb(230,12,171); }
div.DivClassName
{
background-color: #E60CAB;
}
.BgClassName
{
background-color: #E60CAB;
}
</style>
border-color css
<style>
span { border-color: #E60CAB; }
span { border-color: rgb(230,12,171); }
td.TdClassName
{
border-color: #E60CAB;
}
.TagClassName
{
border-color: #E60CAB;
}
</style>