Shades of Hollywood Cerise #E704AD
Tints of Hollywood Cerise #E704AD
RGB
CMYK
RGB Variations
Color information
#E704AD (or 0xE704AD) is known color: Hollywood Cerise. HEX triplet: E7, 04 and AD. RGB value is (231,4,173). Sum of RGB (Red+Green+Blue) = 231+4+173=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E704AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E704AD is #18FB52. Grayscale: #5A5A5A. Windows color (decimal): -1637203 or 11338983. OLE color: 11338983.
HSL color Cylindrical-coordinate representation of color #E704AD: hue angle of 315.33º degrees, saturation: 0.97, 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 #E704AD is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.09 |
| HSL | 315.33º | 0.97% | 0.46% | - |
| HSV(B) | 315.33º | 0.98% | 0.91% | - |
| XYZ | 40.54 | 20.09 | 41.28 | - |
| YUV | 91.14 | 174.21 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 173 | 0 | 0.98 | 0.25 | 0.09 | 315.33 | 0.97 | 0.46 |
| Hex | E7 | 4 | AD | 0 | 62 | 19 | 9 | 13B | 61 | 2E |
| Octal | 347 | 4 | 255 | 0 | 142 | 31 | 11 | 473 | 141 | 56 |
| Binary | 11100111 | 100 | 10101101 | 0 | 1100010 | 11001 | 1001 | 100111011 | 1100001 | 101110 |
Color Harmonies of #E704AD
Complementary color
Monochromatic Colors of #E704AD
Black with #E704AD
Text Example
Text Example
White with #E704AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E704AD; }
p { color: rgb(231,4,173); }
H1.HeaderClassName
{
color: #E704AD;
}
.AnyTagClassName
{
color: #E704AD;
}
</style>
background-color css
<style>
a { background-color: #E704AD; }
a { background-color: rgb(231,4,173); }
div.DivClassName
{
background-color: #E704AD;
}
.BgClassName
{
background-color: #E704AD;
}
</style>
border-color css
<style>
span { border-color: #E704AD; }
span { border-color: rgb(231,4,173); }
td.TdClassName
{
border-color: #E704AD;
}
.TagClassName
{
border-color: #E704AD;
}
</style>