Shades of Hollywood Cerise #E708AC
Tints of Hollywood Cerise #E708AC
RGB
CMYK
RGB Variations
Color information
#E708AC (or 0xE708AC) is known color: Hollywood Cerise. HEX triplet: E7, 08 and AC. RGB value is (231,8,172). Sum of RGB (Red+Green+Blue) = 231+8+172=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E708AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E708AC is #18F753. Grayscale: #5C5C5C. Windows color (decimal): -1636180 or 11274471. OLE color: 11274471.
HSL color Cylindrical-coordinate representation of color #E708AC: hue angle of 315.87º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E708AC is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 172 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.09 |
| HSL | 315.87º | 0.93% | 0.47% | - |
| HSV(B) | 315.87º | 0.97% | 0.91% | - |
| XYZ | 40.49 | 20.14 | 40.78 | - |
| YUV | 93.37 | 172.38 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 172 | 0 | 0.97 | 0.26 | 0.09 | 315.87 | 0.93 | 0.47 |
| Hex | E7 | 8 | AC | 0 | 61 | 1A | 9 | 13C | 5D | 2F |
| Octal | 347 | 10 | 254 | 0 | 141 | 32 | 11 | 474 | 135 | 57 |
| Binary | 11100111 | 1000 | 10101100 | 0 | 1100001 | 11010 | 1001 | 100111100 | 1011101 | 101111 |
Color Harmonies of #E708AC
Complementary color
Monochromatic Colors of #E708AC
Black with #E708AC
Text Example
Text Example
White with #E708AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708AC; }
p { color: rgb(231,8,172); }
H1.HeaderClassName
{
color: #E708AC;
}
.AnyTagClassName
{
color: #E708AC;
}
</style>
background-color css
<style>
a { background-color: #E708AC; }
a { background-color: rgb(231,8,172); }
div.DivClassName
{
background-color: #E708AC;
}
.BgClassName
{
background-color: #E708AC;
}
</style>
border-color css
<style>
span { border-color: #E708AC; }
span { border-color: rgb(231,8,172); }
td.TdClassName
{
border-color: #E708AC;
}
.TagClassName
{
border-color: #E708AC;
}
</style>