Shades of Hollywood Cerise #E70BAB
Tints of Hollywood Cerise #E70BAB
RGB
CMYK
RGB Variations
Color information
#E70BAB (or 0xE70BAB) is known color: Hollywood Cerise. HEX triplet: E7, 0B and AB. RGB value is (231,11,171). Sum of RGB (Red+Green+Blue) = 231+11+171=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E70BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70BAB is #18F454. Grayscale: #5E5E5E. Windows color (decimal): -1635413 or 11209703. OLE color: 11209703.
HSL color Cylindrical-coordinate representation of color #E70BAB: hue angle of 316.36º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70BAB is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 11 | 171 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.09 |
| HSL | 316.36º | 0.91% | 0.47% | - |
| HSV(B) | 316.36º | 0.95% | 0.91% | - |
| XYZ | 40.43 | 20.17 | 40.29 | - |
| YUV | 95.02 | 170.89 | 224.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 11 | 171 | 0 | 0.95 | 0.26 | 0.09 | 316.36 | 0.91 | 0.47 |
| Hex | E7 | B | AB | 0 | 5F | 1A | 9 | 13C | 5B | 2F |
| Octal | 347 | 13 | 253 | 0 | 137 | 32 | 11 | 474 | 133 | 57 |
| Binary | 11100111 | 1011 | 10101011 | 0 | 1011111 | 11010 | 1001 | 100111100 | 1011011 | 101111 |
Color Harmonies of #E70BAB
Complementary color
Monochromatic Colors of #E70BAB
Black with #E70BAB
Text Example
Text Example
White with #E70BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70BAB; }
p { color: rgb(231,11,171); }
H1.HeaderClassName
{
color: #E70BAB;
}
.AnyTagClassName
{
color: #E70BAB;
}
</style>
background-color css
<style>
a { background-color: #E70BAB; }
a { background-color: rgb(231,11,171); }
div.DivClassName
{
background-color: #E70BAB;
}
.BgClassName
{
background-color: #E70BAB;
}
</style>
border-color css
<style>
span { border-color: #E70BAB; }
span { border-color: rgb(231,11,171); }
td.TdClassName
{
border-color: #E70BAB;
}
.TagClassName
{
border-color: #E70BAB;
}
</style>