Shades of Hollywood Cerise #E700A8
Tints of Hollywood Cerise #E700A8
RGB
CMYK
RGB Variations
Color information
#E700A8 (or 0xE700A8) is known color: Hollywood Cerise. HEX triplet: E7, 00 and A8. RGB value is (231,0,168). Sum of RGB (Red+Green+Blue) = 231+0+168=399 (52% of max value = 765). Red value is 231 (90.62% from 255 or 57.89% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 231 - color contains mainly: red. Hex color #E700A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E700A8 is #18FF57. Grayscale: #575757. Windows color (decimal): -1638232 or 11010279. OLE color: 11010279.
HSL color Cylindrical-coordinate representation of color #E700A8: hue angle of 316.36º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E700A8 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 0 | 168 | - |
| CMYK | 0 | 1 | 0.27 | 0.09 |
| HSL | 316.36º | 1% | 0.45% | - |
| HSV(B) | 316.36º | 1% | 0.91% | - |
| XYZ | 40.02 | 19.82 | 38.76 | - |
| YUV | 88.22 | 173.03 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 0 | 168 | 0 | 1 | 0.27 | 0.09 | 316.36 | 1 | 0.45 |
| Hex | E7 | 0 | A8 | 0 | 64 | 1B | 9 | 13C | 64 | 2D |
| Octal | 347 | 0 | 250 | 0 | 144 | 33 | 11 | 474 | 144 | 55 |
| Binary | 11100111 | 0 | 10101000 | 0 | 1100100 | 11011 | 1001 | 100111100 | 1100100 | 101101 |
Color Harmonies of #E700A8
Complementary color
Monochromatic Colors of #E700A8
Black with #E700A8
Text Example
Text Example
White with #E700A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E700A8; }
p { color: rgb(231,0,168); }
H1.HeaderClassName
{
color: #E700A8;
}
.AnyTagClassName
{
color: #E700A8;
}
</style>
background-color css
<style>
a { background-color: #E700A8; }
a { background-color: rgb(231,0,168); }
div.DivClassName
{
background-color: #E700A8;
}
.BgClassName
{
background-color: #E700A8;
}
</style>
border-color css
<style>
span { border-color: #E700A8; }
span { border-color: rgb(231,0,168); }
td.TdClassName
{
border-color: #E700A8;
}
.TagClassName
{
border-color: #E700A8;
}
</style>