Shades of Hollywood Cerise #E70A9B
Tints of Hollywood Cerise #E70A9B
RGB
CMYK
RGB Variations
Color information
#E70A9B (or 0xE70A9B) is known color: Hollywood Cerise. HEX triplet: E7, 0A and 9B. RGB value is (231,10,155). Sum of RGB (Red+Green+Blue) = 231+10+155=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 10 (4.30% from 255 or 2.53% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70A9B is #18F564. Grayscale: #5C5C5C. Windows color (decimal): -1635685 or 10160871. OLE color: 10160871.
HSL color Cylindrical-coordinate representation of color #E70A9B: hue angle of 320.63º degrees, saturation: 0.92, 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 #E70A9B is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 155 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.09 |
| HSL | 320.63º | 0.92% | 0.47% | - |
| HSV(B) | 320.63º | 0.96% | 0.91% | - |
| XYZ | 38.98 | 19.57 | 32.73 | - |
| YUV | 92.61 | 163.22 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 155 | 0 | 0.96 | 0.33 | 0.09 | 320.63 | 0.92 | 0.47 |
| Hex | E7 | A | 9B | 0 | 60 | 21 | 9 | 141 | 5C | 2F |
| Octal | 347 | 12 | 233 | 0 | 140 | 41 | 11 | 501 | 134 | 57 |
| Binary | 11100111 | 1010 | 10011011 | 0 | 1100000 | 100001 | 1001 | 101000001 | 1011100 | 101111 |
Color Harmonies of #E70A9B
Complementary color
Monochromatic Colors of #E70A9B
Black with #E70A9B
Text Example
Text Example
White with #E70A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A9B; }
p { color: rgb(231,10,155); }
H1.HeaderClassName
{
color: #E70A9B;
}
.AnyTagClassName
{
color: #E70A9B;
}
</style>
background-color css
<style>
a { background-color: #E70A9B; }
a { background-color: rgb(231,10,155); }
div.DivClassName
{
background-color: #E70A9B;
}
.BgClassName
{
background-color: #E70A9B;
}
</style>
border-color css
<style>
span { border-color: #E70A9B; }
span { border-color: rgb(231,10,155); }
td.TdClassName
{
border-color: #E70A9B;
}
.TagClassName
{
border-color: #E70A9B;
}
</style>