Shades of Hollywood Cerise #E709B0
Tints of Hollywood Cerise #E709B0
RGB
CMYK
RGB Variations
Color information
#E709B0 (or 0xE709B0) is known color: Hollywood Cerise. HEX triplet: E7, 09 and B0. RGB value is (231,9,176). Sum of RGB (Red+Green+Blue) = 231+9+176=416 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.53% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 176 (69.14% from 255 or 42.31% from 416); Max value from RGB is 231 - color contains mainly: red. Hex color #E709B0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E709B0 is #18F64F. Grayscale: #5D5D5D. Windows color (decimal): -1635920 or 11536871. OLE color: 11536871.
HSL color Cylindrical-coordinate representation of color #E709B0: hue angle of 314.86º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E709B0 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 9 | 176 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.09 |
| HSL | 314.86º | 0.93% | 0.47% | - |
| HSV(B) | 314.86º | 0.96% | 0.91% | - |
| XYZ | 40.89 | 20.32 | 42.84 | - |
| YUV | 94.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 9 | 176 | 0 | 0.96 | 0.24 | 0.09 | 314.86 | 0.93 | 0.47 |
| Hex | E7 | 9 | B0 | 0 | 60 | 18 | 9 | 13B | 5C | 2F |
| Octal | 347 | 11 | 260 | 0 | 140 | 30 | 11 | 473 | 134 | 57 |
| Binary | 11100111 | 1001 | 10110000 | 0 | 1100000 | 11000 | 1001 | 100111011 | 1011100 | 101111 |
Color Harmonies of #E709B0
Complementary color
Monochromatic Colors of #E709B0
Black with #E709B0
Text Example
Text Example
White with #E709B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E709B0; }
p { color: rgb(231,9,176); }
H1.HeaderClassName
{
color: #E709B0;
}
.AnyTagClassName
{
color: #E709B0;
}
</style>
background-color css
<style>
a { background-color: #E709B0; }
a { background-color: rgb(231,9,176); }
div.DivClassName
{
background-color: #E709B0;
}
.BgClassName
{
background-color: #E709B0;
}
</style>
border-color css
<style>
span { border-color: #E709B0; }
span { border-color: rgb(231,9,176); }
td.TdClassName
{
border-color: #E709B0;
}
.TagClassName
{
border-color: #E709B0;
}
</style>