Shades of Hollywood Cerise #E60B90
Tints of Hollywood Cerise #E60B90
RGB
CMYK
RGB Variations
Color information
#E60B90 (or 0xE60B90) is known color: Hollywood Cerise. HEX triplet: E6, 0B and 90. RGB value is (230,11,144). Sum of RGB (Red+Green+Blue) = 230+11+144=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 11 (4.69% from 255 or 2.86% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B90 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60B90 is #19F46F. Grayscale: #5B5B5B. Windows color (decimal): -1700976 or 9440230. OLE color: 9440230.
HSL color Cylindrical-coordinate representation of color #E60B90: hue angle of 323.56º degrees, saturation: 0.91, 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 #E60B90 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 144 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.10 |
| HSL | 323.56º | 0.91% | 0.47% | - |
| HSV(B) | 323.56º | 0.95% | 0.9% | - |
| XYZ | 37.79 | 19.08 | 28.08 | - |
| YUV | 91.64 | 157.55 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 144 | 0 | 0.95 | 0.37 | 0.10 | 323.56 | 0.91 | 0.47 |
| Hex | E6 | B | 90 | 0 | 5F | 25 | A | 144 | 5B | 2F |
| Octal | 346 | 13 | 220 | 0 | 137 | 45 | 12 | 504 | 133 | 57 |
| Binary | 11100110 | 1011 | 10010000 | 0 | 1011111 | 100101 | 1010 | 101000100 | 1011011 | 101111 |
Color Harmonies of #E60B90
Complementary color
Monochromatic Colors of #E60B90
Black with #E60B90
Text Example
Text Example
White with #E60B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B90; }
p { color: rgb(230,11,144); }
H1.HeaderClassName
{
color: #E60B90;
}
.AnyTagClassName
{
color: #E60B90;
}
</style>
background-color css
<style>
a { background-color: #E60B90; }
a { background-color: rgb(230,11,144); }
div.DivClassName
{
background-color: #E60B90;
}
.BgClassName
{
background-color: #E60B90;
}
</style>
border-color css
<style>
span { border-color: #E60B90; }
span { border-color: rgb(230,11,144); }
td.TdClassName
{
border-color: #E60B90;
}
.TagClassName
{
border-color: #E60B90;
}
</style>