Shades of Hollywood Cerise #E90085
Tints of Hollywood Cerise #E90085
RGB
CMYK
RGB Variations
Color information
#E90085 (or 0xE90085) is known color: Hollywood Cerise. HEX triplet: E9, 00 and 85. RGB value is (233,0,133). Sum of RGB (Red+Green+Blue) = 233+0+133=366 (48% of max value = 765). Red value is 233 (91.41% from 255 or 63.66% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 233 - color contains mainly: red. Hex color #E90085 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90085 is #16FF7A. Grayscale: #545454. Windows color (decimal): -1507195 or 8716521. OLE color: 8716521.
HSL color Cylindrical-coordinate representation of color #E90085: hue angle of 325.75º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90085 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.43 | 0.09 |
| HSL | 325.75º | 1% | 0.46% | - |
| HSV(B) | 325.75º | 1% | 0.91% | - |
| XYZ | 37.84 | 19.02 | 23.87 | - |
| YUV | 84.83 | 155.19 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 133 | 0 | 1 | 0.43 | 0.09 | 325.75 | 1 | 0.46 |
| Hex | E9 | 0 | 85 | 0 | 64 | 2B | 9 | 146 | 64 | 2E |
| Octal | 351 | 0 | 205 | 0 | 144 | 53 | 11 | 506 | 144 | 56 |
| Binary | 11101001 | 0 | 10000101 | 0 | 1100100 | 101011 | 1001 | 101000110 | 1100100 | 101110 |
Color Harmonies of #E90085
Complementary color
Monochromatic Colors of #E90085
Black with #E90085
Text Example
Text Example
White with #E90085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E90085; }
p { color: rgb(233,0,133); }
H1.HeaderClassName
{
color: #E90085;
}
.AnyTagClassName
{
color: #E90085;
}
</style>
background-color css
<style>
a { background-color: #E90085; }
a { background-color: rgb(233,0,133); }
div.DivClassName
{
background-color: #E90085;
}
.BgClassName
{
background-color: #E90085;
}
</style>
border-color css
<style>
span { border-color: #E90085; }
span { border-color: rgb(233,0,133); }
td.TdClassName
{
border-color: #E90085;
}
.TagClassName
{
border-color: #E90085;
}
</style>