Shades of Hollywood Cerise #E411AD
Tints of Hollywood Cerise #E411AD
RGB
CMYK
RGB Variations
Color information
#E411AD (or 0xE411AD) is known color: Hollywood Cerise. HEX triplet: E4, 11 and AD. RGB value is (228,17,173). Sum of RGB (Red+Green+Blue) = 228+17+173=418 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.55% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 228 - color contains mainly: red. Hex color #E411AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E411AD is #1BEE52. Grayscale: #616161. Windows color (decimal): -1830483 or 11342308. OLE color: 11342308.
HSL color Cylindrical-coordinate representation of color #E411AD: hue angle of 315.64º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E411AD is Cyan = 0, Magento = 0.93, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 17 | 173 | - |
| CMYK | 0 | 0.93 | 0.24 | 0.11 |
| HSL | 315.64º | 0.86% | 0.48% | - |
| HSV(B) | 315.64º | 0.93% | 0.89% | - |
| XYZ | 39.74 | 19.91 | 41.28 | - |
| YUV | 97.87 | 170.4 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 17 | 173 | 0 | 0.93 | 0.24 | 0.11 | 315.64 | 0.86 | 0.48 |
| Hex | E4 | 11 | AD | 0 | 5D | 18 | B | 13C | 56 | 30 |
| Octal | 344 | 21 | 255 | 0 | 135 | 30 | 13 | 474 | 126 | 60 |
| Binary | 11100100 | 10001 | 10101101 | 0 | 1011101 | 11000 | 1011 | 100111100 | 1010110 | 110000 |
Color Harmonies of #E411AD
Complementary color
Monochromatic Colors of #E411AD
Black with #E411AD
Text Example
Text Example
White with #E411AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E411AD; }
p { color: rgb(228,17,173); }
H1.HeaderClassName
{
color: #E411AD;
}
.AnyTagClassName
{
color: #E411AD;
}
</style>
background-color css
<style>
a { background-color: #E411AD; }
a { background-color: rgb(228,17,173); }
div.DivClassName
{
background-color: #E411AD;
}
.BgClassName
{
background-color: #E411AD;
}
</style>
border-color css
<style>
span { border-color: #E411AD; }
span { border-color: rgb(228,17,173); }
td.TdClassName
{
border-color: #E411AD;
}
.TagClassName
{
border-color: #E411AD;
}
</style>