Shades of Hollywood Cerise #E405AC
Tints of Hollywood Cerise #E405AC
RGB
CMYK
RGB Variations
Color information
#E405AC (or 0xE405AC) is known color: Hollywood Cerise. HEX triplet: E4, 05 and AC. RGB value is (228,5,172). Sum of RGB (Red+Green+Blue) = 228+5+172=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E405AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E405AC is #1BFA53. Grayscale: #5A5A5A. Windows color (decimal): -1833556 or 11273700. OLE color: 11273700.
HSL color Cylindrical-coordinate representation of color #E405AC: hue angle of 315.07º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E405AC is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.11 |
| HSL | 315.07º | 0.96% | 0.46% | - |
| HSV(B) | 315.07º | 0.98% | 0.89% | - |
| XYZ | 39.5 | 19.58 | 40.73 | - |
| YUV | 90.72 | 173.88 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 5 | 172 | 0 | 0.98 | 0.25 | 0.11 | 315.07 | 0.96 | 0.46 |
| Hex | E4 | 5 | AC | 0 | 62 | 19 | B | 13B | 60 | 2E |
| Octal | 344 | 5 | 254 | 0 | 142 | 31 | 13 | 473 | 140 | 56 |
| Binary | 11100100 | 101 | 10101100 | 0 | 1100010 | 11001 | 1011 | 100111011 | 1100000 | 101110 |
Color Harmonies of #E405AC
Complementary color
Monochromatic Colors of #E405AC
Black with #E405AC
Text Example
Text Example
White with #E405AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E405AC; }
p { color: rgb(228,5,172); }
H1.HeaderClassName
{
color: #E405AC;
}
.AnyTagClassName
{
color: #E405AC;
}
</style>
background-color css
<style>
a { background-color: #E405AC; }
a { background-color: rgb(228,5,172); }
div.DivClassName
{
background-color: #E405AC;
}
.BgClassName
{
background-color: #E405AC;
}
</style>
border-color css
<style>
span { border-color: #E405AC; }
span { border-color: rgb(228,5,172); }
td.TdClassName
{
border-color: #E405AC;
}
.TagClassName
{
border-color: #E405AC;
}
</style>