Shades of Hollywood Cerise #E70FB0
Tints of Hollywood Cerise #E70FB0
RGB
CMYK
RGB Variations
Color information
#E70FB0 (or 0xE70FB0) is known color: Hollywood Cerise. HEX triplet: E7, 0F and B0. RGB value is (231,15,176). Sum of RGB (Red+Green+Blue) = 231+15+176=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 176 (69.14% from 255 or 41.71% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E70FB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70FB0 is #18F04F. Grayscale: #616161. Windows color (decimal): -1634384 or 11538407. OLE color: 11538407.
HSL color Cylindrical-coordinate representation of color #E70FB0: hue angle of 315.28º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70FB0 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 176 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.09 |
| HSL | 315.28º | 0.88% | 0.48% | - |
| HSV(B) | 315.28º | 0.94% | 0.91% | - |
| XYZ | 40.96 | 20.47 | 42.87 | - |
| YUV | 97.94 | 172.06 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 176 | 0 | 0.94 | 0.24 | 0.09 | 315.28 | 0.88 | 0.48 |
| Hex | E7 | F | B0 | 0 | 5E | 18 | 9 | 13B | 58 | 30 |
| Octal | 347 | 17 | 260 | 0 | 136 | 30 | 11 | 473 | 130 | 60 |
| Binary | 11100111 | 1111 | 10110000 | 0 | 1011110 | 11000 | 1001 | 100111011 | 1011000 | 110000 |
Color Harmonies of #E70FB0
Complementary color
Monochromatic Colors of #E70FB0
Black with #E70FB0
Text Example
Text Example
White with #E70FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70FB0; }
p { color: rgb(231,15,176); }
H1.HeaderClassName
{
color: #E70FB0;
}
.AnyTagClassName
{
color: #E70FB0;
}
</style>
background-color css
<style>
a { background-color: #E70FB0; }
a { background-color: rgb(231,15,176); }
div.DivClassName
{
background-color: #E70FB0;
}
.BgClassName
{
background-color: #E70FB0;
}
</style>
border-color css
<style>
span { border-color: #E70FB0; }
span { border-color: rgb(231,15,176); }
td.TdClassName
{
border-color: #E70FB0;
}
.TagClassName
{
border-color: #E70FB0;
}
</style>