Shades of Hollywood Cerise #E9028F
Tints of Hollywood Cerise #E9028F
RGB
CMYK
RGB Variations
Color information
#E9028F (or 0xE9028F) is known color: Hollywood Cerise. HEX triplet: E9, 02 and 8F. RGB value is (233,2,143). Sum of RGB (Red+Green+Blue) = 233+2+143=378 (50% of max value = 765). Red value is 233 (91.41% from 255 or 61.64% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 143 (56.25% from 255 or 37.83% from 378); Max value from RGB is 233 - color contains mainly: red. Hex color #E9028F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E9028F is #16FD70. Grayscale: #565656. Windows color (decimal): -1506673 or 9372393. OLE color: 9372393.
HSL color Cylindrical-coordinate representation of color #E9028F: hue angle of 323.38º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E9028F is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 2 | 143 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.09 |
| HSL | 323.38º | 0.98% | 0.46% | - |
| HSV(B) | 323.38º | 0.99% | 0.91% | - |
| XYZ | 38.58 | 19.35 | 27.69 | - |
| YUV | 87.14 | 159.53 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 2 | 143 | 0 | 0.99 | 0.39 | 0.09 | 323.38 | 0.98 | 0.46 |
| Hex | E9 | 2 | 8F | 0 | 63 | 27 | 9 | 143 | 62 | 2E |
| Octal | 351 | 2 | 217 | 0 | 143 | 47 | 11 | 503 | 142 | 56 |
| Binary | 11101001 | 10 | 10001111 | 0 | 1100011 | 100111 | 1001 | 101000011 | 1100010 | 101110 |
Color Harmonies of #E9028F
Complementary color
Monochromatic Colors of #E9028F
Black with #E9028F
Text Example
Text Example
White with #E9028F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9028F; }
p { color: rgb(233,2,143); }
H1.HeaderClassName
{
color: #E9028F;
}
.AnyTagClassName
{
color: #E9028F;
}
</style>
background-color css
<style>
a { background-color: #E9028F; }
a { background-color: rgb(233,2,143); }
div.DivClassName
{
background-color: #E9028F;
}
.BgClassName
{
background-color: #E9028F;
}
</style>
border-color css
<style>
span { border-color: #E9028F; }
span { border-color: rgb(233,2,143); }
td.TdClassName
{
border-color: #E9028F;
}
.TagClassName
{
border-color: #E9028F;
}
</style>