Shades of Hollywood Cerise #E60D90
Tints of Hollywood Cerise #E60D90
RGB
CMYK
RGB Variations
Color information
#E60D90 (or 0xE60D90) is known color: Hollywood Cerise. HEX triplet: E6, 0D and 90. RGB value is (230,13,144). Sum of RGB (Red+Green+Blue) = 230+13+144=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 13 (5.47% from 255 or 3.36% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E60D90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60D90 is #19F26F. Grayscale: #5C5C5C. Windows color (decimal): -1700464 or 9440742. OLE color: 9440742.
HSL color Cylindrical-coordinate representation of color #E60D90: hue angle of 323.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60D90 is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 144 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.10 |
| HSL | 323.78º | 0.89% | 0.48% | - |
| HSV(B) | 323.78º | 0.94% | 0.9% | - |
| XYZ | 37.81 | 19.12 | 28.08 | - |
| YUV | 92.82 | 156.89 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 144 | 0 | 0.94 | 0.37 | 0.10 | 323.78 | 0.89 | 0.48 |
| Hex | E6 | D | 90 | 0 | 5E | 25 | A | 144 | 59 | 30 |
| Octal | 346 | 15 | 220 | 0 | 136 | 45 | 12 | 504 | 131 | 60 |
| Binary | 11100110 | 1101 | 10010000 | 0 | 1011110 | 100101 | 1010 | 101000100 | 1011001 | 110000 |
Color Harmonies of #E60D90
Complementary color
Monochromatic Colors of #E60D90
Black with #E60D90
Text Example
Text Example
White with #E60D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60D90; }
p { color: rgb(230,13,144); }
H1.HeaderClassName
{
color: #E60D90;
}
.AnyTagClassName
{
color: #E60D90;
}
</style>
background-color css
<style>
a { background-color: #E60D90; }
a { background-color: rgb(230,13,144); }
div.DivClassName
{
background-color: #E60D90;
}
.BgClassName
{
background-color: #E60D90;
}
</style>
border-color css
<style>
span { border-color: #E60D90; }
span { border-color: rgb(230,13,144); }
td.TdClassName
{
border-color: #E60D90;
}
.TagClassName
{
border-color: #E60D90;
}
</style>