Shades of Hollywood Cerise #E705AF
Tints of Hollywood Cerise #E705AF
RGB
CMYK
RGB Variations
Color information
#E705AF (or 0xE705AF) is known color: Hollywood Cerise. HEX triplet: E7, 05 and AF. RGB value is (231,5,175). Sum of RGB (Red+Green+Blue) = 231+5+175=411 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.20% from 411); Green value is 5 (2.34% from 255 or 1.22% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 231 - color contains mainly: red. Hex color #E705AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E705AF is #18FA50. Grayscale: #5B5B5B. Windows color (decimal): -1636945 or 11470311. OLE color: 11470311.
HSL color Cylindrical-coordinate representation of color #E705AF: hue angle of 314.87º 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 #E705AF is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 175 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.09 |
| HSL | 314.87º | 0.96% | 0.46% | - |
| HSV(B) | 314.87º | 0.98% | 0.91% | - |
| XYZ | 40.75 | 20.19 | 42.31 | - |
| YUV | 91.95 | 174.87 | 227.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 175 | 0 | 0.98 | 0.24 | 0.09 | 314.87 | 0.96 | 0.46 |
| Hex | E7 | 5 | AF | 0 | 62 | 18 | 9 | 13B | 60 | 2E |
| Octal | 347 | 5 | 257 | 0 | 142 | 30 | 11 | 473 | 140 | 56 |
| Binary | 11100111 | 101 | 10101111 | 0 | 1100010 | 11000 | 1001 | 100111011 | 1100000 | 101110 |
Color Harmonies of #E705AF
Complementary color
Monochromatic Colors of #E705AF
Black with #E705AF
Text Example
Text Example
White with #E705AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705AF; }
p { color: rgb(231,5,175); }
H1.HeaderClassName
{
color: #E705AF;
}
.AnyTagClassName
{
color: #E705AF;
}
</style>
background-color css
<style>
a { background-color: #E705AF; }
a { background-color: rgb(231,5,175); }
div.DivClassName
{
background-color: #E705AF;
}
.BgClassName
{
background-color: #E705AF;
}
</style>
border-color css
<style>
span { border-color: #E705AF; }
span { border-color: rgb(231,5,175); }
td.TdClassName
{
border-color: #E705AF;
}
.TagClassName
{
border-color: #E705AF;
}
</style>