Shades of Hollywood Cerise #E412AD
Tints of Hollywood Cerise #E412AD
RGB
CMYK
RGB Variations
Color information
#E412AD (or 0xE412AD) is known color: Hollywood Cerise. HEX triplet: E4, 12 and AD. RGB value is (228,18,173). Sum of RGB (Red+Green+Blue) = 228+18+173=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 18 (7.42% from 255 or 4.30% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E412AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E412AD is #1BED52. Grayscale: #626262. Windows color (decimal): -1830227 or 11342564. OLE color: 11342564.
HSL color Cylindrical-coordinate representation of color #E412AD: hue angle of 315.71º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E412AD is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 18 | 173 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.11 |
| HSL | 315.71º | 0.85% | 0.48% | - |
| HSV(B) | 315.71º | 0.92% | 0.89% | - |
| XYZ | 39.75 | 19.94 | 41.29 | - |
| YUV | 98.46 | 170.07 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 18 | 173 | 0 | 0.92 | 0.24 | 0.11 | 315.71 | 0.85 | 0.48 |
| Hex | E4 | 12 | AD | 0 | 5C | 18 | B | 13C | 55 | 30 |
| Octal | 344 | 22 | 255 | 0 | 134 | 30 | 13 | 474 | 125 | 60 |
| Binary | 11100100 | 10010 | 10101101 | 0 | 1011100 | 11000 | 1011 | 100111100 | 1010101 | 110000 |
Color Harmonies of #E412AD
Complementary color
Monochromatic Colors of #E412AD
Black with #E412AD
Text Example
Text Example
White with #E412AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E412AD; }
p { color: rgb(228,18,173); }
H1.HeaderClassName
{
color: #E412AD;
}
.AnyTagClassName
{
color: #E412AD;
}
</style>
background-color css
<style>
a { background-color: #E412AD; }
a { background-color: rgb(228,18,173); }
div.DivClassName
{
background-color: #E412AD;
}
.BgClassName
{
background-color: #E412AD;
}
</style>
border-color css
<style>
span { border-color: #E412AD; }
span { border-color: rgb(228,18,173); }
td.TdClassName
{
border-color: #E412AD;
}
.TagClassName
{
border-color: #E412AD;
}
</style>