Shades of Hollywood Cerise #E905A8
Tints of Hollywood Cerise #E905A8
RGB
CMYK
RGB Variations
Color information
#E905A8 (or 0xE905A8) is known color: Hollywood Cerise. HEX triplet: E9, 05 and A8. RGB value is (233,5,168). Sum of RGB (Red+Green+Blue) = 233+5+168=406 (53% of max value = 765). Red value is 233 (91.41% from 255 or 57.39% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 233 - color contains mainly: red. Hex color #E905A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E905A8 is #16FA57. Grayscale: #5B5B5B. Windows color (decimal): -1505880 or 11011561. OLE color: 11011561.
HSL color Cylindrical-coordinate representation of color #E905A8: hue angle of 317.11º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E905A8 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 5 | 168 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.09 |
| HSL | 317.11º | 0.96% | 0.47% | - |
| HSV(B) | 317.11º | 0.98% | 0.91% | - |
| XYZ | 40.73 | 20.26 | 38.81 | - |
| YUV | 91.75 | 171.04 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 5 | 168 | 0 | 0.98 | 0.28 | 0.09 | 317.11 | 0.96 | 0.47 |
| Hex | E9 | 5 | A8 | 0 | 62 | 1C | 9 | 13D | 60 | 2F |
| Octal | 351 | 5 | 250 | 0 | 142 | 34 | 11 | 475 | 140 | 57 |
| Binary | 11101001 | 101 | 10101000 | 0 | 1100010 | 11100 | 1001 | 100111101 | 1100000 | 101111 |
Color Harmonies of #E905A8
Complementary color
Monochromatic Colors of #E905A8
Black with #E905A8
Text Example
Text Example
White with #E905A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E905A8; }
p { color: rgb(233,5,168); }
H1.HeaderClassName
{
color: #E905A8;
}
.AnyTagClassName
{
color: #E905A8;
}
</style>
background-color css
<style>
a { background-color: #E905A8; }
a { background-color: rgb(233,5,168); }
div.DivClassName
{
background-color: #E905A8;
}
.BgClassName
{
background-color: #E905A8;
}
</style>
border-color css
<style>
span { border-color: #E905A8; }
span { border-color: rgb(233,5,168); }
td.TdClassName
{
border-color: #E905A8;
}
.TagClassName
{
border-color: #E905A8;
}
</style>