Shades of Hollywood Cerise #E705A7
Tints of Hollywood Cerise #E705A7
RGB
CMYK
RGB Variations
Color information
#E705A7 (or 0xE705A7) is known color: Hollywood Cerise. HEX triplet: E7, 05 and A7. RGB value is (231,5,167). Sum of RGB (Red+Green+Blue) = 231+5+167=403 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.32% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 231 - color contains mainly: red. Hex color #E705A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E705A7 is #18FA58. Grayscale: #5A5A5A. Windows color (decimal): -1636953 or 10946023. OLE color: 10946023.
HSL color Cylindrical-coordinate representation of color #E705A7: hue angle of 316.99º 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 #E705A7 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 5 | 167 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.09 |
| HSL | 316.99º | 0.96% | 0.46% | - |
| HSV(B) | 316.99º | 0.98% | 0.91% | - |
| XYZ | 39.98 | 19.89 | 38.29 | - |
| YUV | 91.04 | 170.87 | 227.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 5 | 167 | 0 | 0.98 | 0.28 | 0.09 | 316.99 | 0.96 | 0.46 |
| Hex | E7 | 5 | A7 | 0 | 62 | 1C | 9 | 13D | 60 | 2E |
| Octal | 347 | 5 | 247 | 0 | 142 | 34 | 11 | 475 | 140 | 56 |
| Binary | 11100111 | 101 | 10100111 | 0 | 1100010 | 11100 | 1001 | 100111101 | 1100000 | 101110 |
Color Harmonies of #E705A7
Complementary color
Monochromatic Colors of #E705A7
Black with #E705A7
Text Example
Text Example
White with #E705A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E705A7; }
p { color: rgb(231,5,167); }
H1.HeaderClassName
{
color: #E705A7;
}
.AnyTagClassName
{
color: #E705A7;
}
</style>
background-color css
<style>
a { background-color: #E705A7; }
a { background-color: rgb(231,5,167); }
div.DivClassName
{
background-color: #E705A7;
}
.BgClassName
{
background-color: #E705A7;
}
</style>
border-color css
<style>
span { border-color: #E705A7; }
span { border-color: rgb(231,5,167); }
td.TdClassName
{
border-color: #E705A7;
}
.TagClassName
{
border-color: #E705A7;
}
</style>