Shades of Hollywood Cerise #E404AD
Tints of Hollywood Cerise #E404AD
RGB
CMYK
RGB Variations
Color information
#E404AD (or 0xE404AD) is known color: Hollywood Cerise. HEX triplet: E4, 04 and AD. RGB value is (228,4,173). Sum of RGB (Red+Green+Blue) = 228+4+173=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 4 (1.95% from 255 or 0.99% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E404AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E404AD is #1BFB52. Grayscale: #595959. Windows color (decimal): -1833811 or 11338980. OLE color: 11338980.
HSL color Cylindrical-coordinate representation of color #E404AD: hue angle of 314.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E404AD is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 4 | 173 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.11 |
| HSL | 314.73º | 0.97% | 0.45% | - |
| HSV(B) | 314.73º | 0.98% | 0.89% | - |
| XYZ | 39.58 | 19.6 | 41.23 | - |
| YUV | 90.24 | 174.71 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 4 | 173 | 0 | 0.98 | 0.24 | 0.11 | 314.73 | 0.97 | 0.45 |
| Hex | E4 | 4 | AD | 0 | 62 | 18 | B | 13B | 61 | 2D |
| Octal | 344 | 4 | 255 | 0 | 142 | 30 | 13 | 473 | 141 | 55 |
| Binary | 11100100 | 100 | 10101101 | 0 | 1100010 | 11000 | 1011 | 100111011 | 1100001 | 101101 |
Color Harmonies of #E404AD
Complementary color
Monochromatic Colors of #E404AD
Black with #E404AD
Text Example
Text Example
White with #E404AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E404AD; }
p { color: rgb(228,4,173); }
H1.HeaderClassName
{
color: #E404AD;
}
.AnyTagClassName
{
color: #E404AD;
}
</style>
background-color css
<style>
a { background-color: #E404AD; }
a { background-color: rgb(228,4,173); }
div.DivClassName
{
background-color: #E404AD;
}
.BgClassName
{
background-color: #E404AD;
}
</style>
border-color css
<style>
span { border-color: #E404AD; }
span { border-color: rgb(228,4,173); }
td.TdClassName
{
border-color: #E404AD;
}
.TagClassName
{
border-color: #E404AD;
}
</style>