Shades of Hollywood Cerise #E70187
Tints of Hollywood Cerise #E70187
RGB
CMYK
RGB Variations
Color information
#E70187 (or 0xE70187) is known color: Hollywood Cerise. HEX triplet: E7, 01 and 87. RGB value is (231,1,135). Sum of RGB (Red+Green+Blue) = 231+1+135=367 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.94% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 231 - color contains mainly: red. Hex color #E70187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70187 is #18FE78. Grayscale: #545454. Windows color (decimal): -1638009 or 8847847. OLE color: 8847847.
HSL color Cylindrical-coordinate representation of color #E70187: hue angle of 325.04º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70187 is Cyan = 0, Magento = 1.00, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.42 | 0.09 |
| HSL | 325.04º | 0.99% | 0.45% | - |
| HSV(B) | 325.04º | 1% | 0.91% | - |
| XYZ | 37.34 | 18.76 | 24.57 | - |
| YUV | 85.05 | 156.2 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 135 | 0 | 1.00 | 0.42 | 0.09 | 325.04 | 0.99 | 0.45 |
| Hex | E7 | 1 | 87 | 0 | 64 | 2A | 9 | 145 | 63 | 2D |
| Octal | 347 | 1 | 207 | 0 | 144 | 52 | 11 | 505 | 143 | 55 |
| Binary | 11100111 | 1 | 10000111 | 0 | 1100100 | 101010 | 1001 | 101000101 | 1100011 | 101101 |
Color Harmonies of #E70187
Complementary color
Monochromatic Colors of #E70187
Black with #E70187
Text Example
Text Example
White with #E70187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70187; }
p { color: rgb(231,1,135); }
H1.HeaderClassName
{
color: #E70187;
}
.AnyTagClassName
{
color: #E70187;
}
</style>
background-color css
<style>
a { background-color: #E70187; }
a { background-color: rgb(231,1,135); }
div.DivClassName
{
background-color: #E70187;
}
.BgClassName
{
background-color: #E70187;
}
</style>
border-color css
<style>
span { border-color: #E70187; }
span { border-color: rgb(231,1,135); }
td.TdClassName
{
border-color: #E70187;
}
.TagClassName
{
border-color: #E70187;
}
</style>