Shades of Hollywood Cerise #E70689
Tints of Hollywood Cerise #E70689
RGB
CMYK
RGB Variations
Color information
#E70689 (or 0xE70689) is known color: Hollywood Cerise. HEX triplet: E7, 06 and 89. RGB value is (231,6,137). Sum of RGB (Red+Green+Blue) = 231+6+137=374 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.76% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 231 - color contains mainly: red. Hex color #E70689 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E70689 is #18F976. Grayscale: #575757. Windows color (decimal): -1636727 or 8980199. OLE color: 8980199.
HSL color Cylindrical-coordinate representation of color #E70689: hue angle of 325.07º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70689 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 137 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.09 |
| HSL | 325.07º | 0.95% | 0.46% | - |
| HSV(B) | 325.07º | 0.97% | 0.91% | - |
| XYZ | 37.54 | 18.93 | 25.34 | - |
| YUV | 88.21 | 155.54 | 229.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 137 | 0 | 0.97 | 0.41 | 0.09 | 325.07 | 0.95 | 0.46 |
| Hex | E7 | 6 | 89 | 0 | 61 | 29 | 9 | 145 | 5F | 2E |
| Octal | 347 | 6 | 211 | 0 | 141 | 51 | 11 | 505 | 137 | 56 |
| Binary | 11100111 | 110 | 10001001 | 0 | 1100001 | 101001 | 1001 | 101000101 | 1011111 | 101110 |
Color Harmonies of #E70689
Complementary color
Monochromatic Colors of #E70689
Black with #E70689
Text Example
Text Example
White with #E70689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70689; }
p { color: rgb(231,6,137); }
H1.HeaderClassName
{
color: #E70689;
}
.AnyTagClassName
{
color: #E70689;
}
</style>
background-color css
<style>
a { background-color: #E70689; }
a { background-color: rgb(231,6,137); }
div.DivClassName
{
background-color: #E70689;
}
.BgClassName
{
background-color: #E70689;
}
</style>
border-color css
<style>
span { border-color: #E70689; }
span { border-color: rgb(231,6,137); }
td.TdClassName
{
border-color: #E70689;
}
.TagClassName
{
border-color: #E70689;
}
</style>