Shades of Hollywood Cerise #E406AC
Tints of Hollywood Cerise #E406AC
RGB
CMYK
RGB Variations
Color information
#E406AC (or 0xE406AC) is known color: Hollywood Cerise. HEX triplet: E4, 06 and AC. RGB value is (228,6,172). Sum of RGB (Red+Green+Blue) = 228+6+172=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 6 (2.73% from 255 or 1.48% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E406AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E406AC is #1BF953. Grayscale: #5A5A5A. Windows color (decimal): -1833300 or 11273956. OLE color: 11273956.
HSL color Cylindrical-coordinate representation of color #E406AC: hue angle of 315.14º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E406AC is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 6 | 172 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.11 |
| HSL | 315.14º | 0.95% | 0.46% | - |
| HSV(B) | 315.14º | 0.97% | 0.89% | - |
| XYZ | 39.51 | 19.6 | 40.73 | - |
| YUV | 91.3 | 173.55 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 6 | 172 | 0 | 0.97 | 0.25 | 0.11 | 315.14 | 0.95 | 0.46 |
| Hex | E4 | 6 | AC | 0 | 61 | 19 | B | 13B | 5F | 2E |
| Octal | 344 | 6 | 254 | 0 | 141 | 31 | 13 | 473 | 137 | 56 |
| Binary | 11100100 | 110 | 10101100 | 0 | 1100001 | 11001 | 1011 | 100111011 | 1011111 | 101110 |
Color Harmonies of #E406AC
Complementary color
Monochromatic Colors of #E406AC
Black with #E406AC
Text Example
Text Example
White with #E406AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E406AC; }
p { color: rgb(228,6,172); }
H1.HeaderClassName
{
color: #E406AC;
}
.AnyTagClassName
{
color: #E406AC;
}
</style>
background-color css
<style>
a { background-color: #E406AC; }
a { background-color: rgb(228,6,172); }
div.DivClassName
{
background-color: #E406AC;
}
.BgClassName
{
background-color: #E406AC;
}
</style>
border-color css
<style>
span { border-color: #E406AC; }
span { border-color: rgb(228,6,172); }
td.TdClassName
{
border-color: #E406AC;
}
.TagClassName
{
border-color: #E406AC;
}
</style>