Shades of Hollywood Cerise #E604AC
Tints of Hollywood Cerise #E604AC
RGB
CMYK
RGB Variations
Color information
#E604AC (or 0xE604AC) is known color: Hollywood Cerise. HEX triplet: E6, 04 and AC. RGB value is (230,4,172). Sum of RGB (Red+Green+Blue) = 230+4+172=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E604AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E604AC is #19FB53. Grayscale: #5A5A5A. Windows color (decimal): -1702740 or 11273446. OLE color: 11273446.
HSL color Cylindrical-coordinate representation of color #E604AC: hue angle of 315.4º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E604AC is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.10 |
| HSL | 315.4º | 0.97% | 0.46% | - |
| HSV(B) | 315.4º | 0.98% | 0.9% | - |
| XYZ | 40.12 | 19.89 | 40.75 | - |
| YUV | 90.73 | 173.87 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 4 | 172 | 0 | 0.98 | 0.25 | 0.10 | 315.4 | 0.97 | 0.46 |
| Hex | E6 | 4 | AC | 0 | 62 | 19 | A | 13B | 61 | 2E |
| Octal | 346 | 4 | 254 | 0 | 142 | 31 | 12 | 473 | 141 | 56 |
| Binary | 11100110 | 100 | 10101100 | 0 | 1100010 | 11001 | 1010 | 100111011 | 1100001 | 101110 |
Color Harmonies of #E604AC
Complementary color
Monochromatic Colors of #E604AC
Black with #E604AC
Text Example
Text Example
White with #E604AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E604AC; }
p { color: rgb(230,4,172); }
H1.HeaderClassName
{
color: #E604AC;
}
.AnyTagClassName
{
color: #E604AC;
}
</style>
background-color css
<style>
a { background-color: #E604AC; }
a { background-color: rgb(230,4,172); }
div.DivClassName
{
background-color: #E604AC;
}
.BgClassName
{
background-color: #E604AC;
}
</style>
border-color css
<style>
span { border-color: #E604AC; }
span { border-color: rgb(230,4,172); }
td.TdClassName
{
border-color: #E604AC;
}
.TagClassName
{
border-color: #E604AC;
}
</style>