Shades of Hollywood Cerise #E708A8
Tints of Hollywood Cerise #E708A8
RGB
CMYK
RGB Variations
Color information
#E708A8 (or 0xE708A8) is known color: Hollywood Cerise. HEX triplet: E7, 08 and A8. RGB value is (231,8,168). Sum of RGB (Red+Green+Blue) = 231+8+168=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 8 (3.52% from 255 or 1.97% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E708A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E708A8 is #18F757. Grayscale: #5C5C5C. Windows color (decimal): -1636184 or 11012327. OLE color: 11012327.
HSL color Cylindrical-coordinate representation of color #E708A8: hue angle of 316.95º 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 #E708A8 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 168 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.09 |
| HSL | 316.95º | 0.93% | 0.47% | - |
| HSV(B) | 316.95º | 0.97% | 0.91% | - |
| XYZ | 40.11 | 19.99 | 38.79 | - |
| YUV | 92.92 | 170.38 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 168 | 0 | 0.97 | 0.27 | 0.09 | 316.95 | 0.93 | 0.47 |
| Hex | E7 | 8 | A8 | 0 | 61 | 1B | 9 | 13D | 5D | 2F |
| Octal | 347 | 10 | 250 | 0 | 141 | 33 | 11 | 475 | 135 | 57 |
| Binary | 11100111 | 1000 | 10101000 | 0 | 1100001 | 11011 | 1001 | 100111101 | 1011101 | 101111 |
Color Harmonies of #E708A8
Complementary color
Monochromatic Colors of #E708A8
Black with #E708A8
Text Example
Text Example
White with #E708A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E708A8; }
p { color: rgb(231,8,168); }
H1.HeaderClassName
{
color: #E708A8;
}
.AnyTagClassName
{
color: #E708A8;
}
</style>
background-color css
<style>
a { background-color: #E708A8; }
a { background-color: rgb(231,8,168); }
div.DivClassName
{
background-color: #E708A8;
}
.BgClassName
{
background-color: #E708A8;
}
</style>
border-color css
<style>
span { border-color: #E708A8; }
span { border-color: rgb(231,8,168); }
td.TdClassName
{
border-color: #E708A8;
}
.TagClassName
{
border-color: #E708A8;
}
</style>