Shades of Hollywood Cerise #E70F9D
Tints of Hollywood Cerise #E70F9D
RGB
CMYK
RGB Variations
Color information
#E70F9D (or 0xE70F9D) is known color: Hollywood Cerise. HEX triplet: E7, 0F and 9D. RGB value is (231,15,157). Sum of RGB (Red+Green+Blue) = 231+15+157=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E70F9D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70F9D is #18F062. Grayscale: #5F5F5F. Windows color (decimal): -1634403 or 10293223. OLE color: 10293223.
HSL color Cylindrical-coordinate representation of color #E70F9D: hue angle of 320.56º 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 #E70F9D is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 15 | 157 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.09 |
| HSL | 320.56º | 0.88% | 0.48% | - |
| HSV(B) | 320.56º | 0.94% | 0.91% | - |
| XYZ | 39.21 | 19.76 | 33.65 | - |
| YUV | 95.77 | 162.56 | 224.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 15 | 157 | 0 | 0.94 | 0.32 | 0.09 | 320.56 | 0.88 | 0.48 |
| Hex | E7 | F | 9D | 0 | 5E | 20 | 9 | 141 | 58 | 30 |
| Octal | 347 | 17 | 235 | 0 | 136 | 40 | 11 | 501 | 130 | 60 |
| Binary | 11100111 | 1111 | 10011101 | 0 | 1011110 | 100000 | 1001 | 101000001 | 1011000 | 110000 |
Color Harmonies of #E70F9D
Complementary color
Monochromatic Colors of #E70F9D
Black with #E70F9D
Text Example
Text Example
White with #E70F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70F9D; }
p { color: rgb(231,15,157); }
H1.HeaderClassName
{
color: #E70F9D;
}
.AnyTagClassName
{
color: #E70F9D;
}
</style>
background-color css
<style>
a { background-color: #E70F9D; }
a { background-color: rgb(231,15,157); }
div.DivClassName
{
background-color: #E70F9D;
}
.BgClassName
{
background-color: #E70F9D;
}
</style>
border-color css
<style>
span { border-color: #E70F9D; }
span { border-color: rgb(231,15,157); }
td.TdClassName
{
border-color: #E70F9D;
}
.TagClassName
{
border-color: #E70F9D;
}
</style>