Shades of Hollywood Cerise #E705A8
Tints of Hollywood Cerise #E705A8
RGB
CMYK
RGB Variations
Color information
#E705A8 (or 0xE705A8) is known color: Hollywood Cerise. HEX triplet: E7, 05 and A8. RGB value is (231,5,168). Sum of RGB (Red+Green+Blue) = 231+5+168=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 5 (2.34% from 255 or 1.24% from 404); Blue value is 168 (66.02% from 255 or 41.58% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E705A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E705A8 is #18FA57. Grayscale: #5A5A5A. Windows color (decimal): -1636952 or 11011559. OLE color: 11011559.
HSL color Cylindrical-coordinate representation of color #E705A8: hue angle of 316.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E705A8 is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 168 | - |
| CMYK | 0 | 0.98 | 0.27 | 0.09 |
| HSL | 316.73º | 0.96% | 0.46% | - |
| HSV(B) | 316.73º | 0.98% | 0.91% | - |
| XYZ | 40.08 | 19.92 | 38.78 | - |
| YUV | 91.16 | 171.37 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 168 | 0 | 0.98 | 0.27 | 0.09 | 316.73 | 0.96 | 0.46 |
| Hex | E7 | 5 | A8 | 0 | 62 | 1B | 9 | 13D | 60 | 2E |
| Octal | 347 | 5 | 250 | 0 | 142 | 33 | 11 | 475 | 140 | 56 |
| Binary | 11100111 | 101 | 10101000 | 0 | 1100010 | 11011 | 1001 | 100111101 | 1100000 | 101110 |
Color Harmonies of #E705A8
Complementary color
Monochromatic Colors of #E705A8
Black with #E705A8
Text Example
Text Example
White with #E705A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705A8; }
p { color: rgb(231,5,168); }
H1.HeaderClassName
{
color: #E705A8;
}
.AnyTagClassName
{
color: #E705A8;
}
</style>
background-color css
<style>
a { background-color: #E705A8; }
a { background-color: rgb(231,5,168); }
div.DivClassName
{
background-color: #E705A8;
}
.BgClassName
{
background-color: #E705A8;
}
</style>
border-color css
<style>
span { border-color: #E705A8; }
span { border-color: rgb(231,5,168); }
td.TdClassName
{
border-color: #E705A8;
}
.TagClassName
{
border-color: #E705A8;
}
</style>