Shades of Hollywood Cerise #E408AF
Tints of Hollywood Cerise #E408AF
RGB
CMYK
RGB Variations
Color information
#E408AF (or 0xE408AF) is known color: Hollywood Cerise. HEX triplet: E4, 08 and AF. RGB value is (228,8,175). Sum of RGB (Red+Green+Blue) = 228+8+175=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E408AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E408AF is #1BF750. Grayscale: #5C5C5C. Windows color (decimal): -1832785 or 11471076. OLE color: 11471076.
HSL color Cylindrical-coordinate representation of color #E408AF: hue angle of 314.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E408AF is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.11 |
| HSL | 314.45º | 0.93% | 0.46% | - |
| HSV(B) | 314.45º | 0.96% | 0.89% | - |
| XYZ | 39.82 | 19.76 | 42.27 | - |
| YUV | 92.82 | 174.39 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 175 | 0 | 0.96 | 0.23 | 0.11 | 314.45 | 0.93 | 0.46 |
| Hex | E4 | 8 | AF | 0 | 60 | 17 | B | 13A | 5D | 2E |
| Octal | 344 | 10 | 257 | 0 | 140 | 27 | 13 | 472 | 135 | 56 |
| Binary | 11100100 | 1000 | 10101111 | 0 | 1100000 | 10111 | 1011 | 100111010 | 1011101 | 101110 |
Color Harmonies of #E408AF
Complementary color
Monochromatic Colors of #E408AF
Black with #E408AF
Text Example
Text Example
White with #E408AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E408AF; }
p { color: rgb(228,8,175); }
H1.HeaderClassName
{
color: #E408AF;
}
.AnyTagClassName
{
color: #E408AF;
}
</style>
background-color css
<style>
a { background-color: #E408AF; }
a { background-color: rgb(228,8,175); }
div.DivClassName
{
background-color: #E408AF;
}
.BgClassName
{
background-color: #E408AF;
}
</style>
border-color css
<style>
span { border-color: #E408AF; }
span { border-color: rgb(228,8,175); }
td.TdClassName
{
border-color: #E408AF;
}
.TagClassName
{
border-color: #E408AF;
}
</style>