Shades of Hollywood Cerise #E912AD
Tints of Hollywood Cerise #E912AD
RGB
CMYK
RGB Variations
Color information
#E912AD (or 0xE912AD) is known color: Hollywood Cerise. HEX triplet: E9, 12 and AD. RGB value is (233,18,173). Sum of RGB (Red+Green+Blue) = 233+18+173=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 18 (7.42% from 255 or 4.25% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E912AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E912AD is #16ED52. Grayscale: #636363. Windows color (decimal): -1502547 or 11342569. OLE color: 11342569.
HSL color Cylindrical-coordinate representation of color #E912AD: hue angle of 316.74º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E912AD is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 173 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.09 |
| HSL | 316.74º | 0.86% | 0.49% | - |
| HSV(B) | 316.74º | 0.92% | 0.91% | - |
| XYZ | 41.36 | 20.77 | 41.36 | - |
| YUV | 99.96 | 169.23 | 222.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 173 | 0 | 0.92 | 0.26 | 0.09 | 316.74 | 0.86 | 0.49 |
| Hex | E9 | 12 | AD | 0 | 5C | 1A | 9 | 13D | 56 | 31 |
| Octal | 351 | 22 | 255 | 0 | 134 | 32 | 11 | 475 | 126 | 61 |
| Binary | 11101001 | 10010 | 10101101 | 0 | 1011100 | 11010 | 1001 | 100111101 | 1010110 | 110001 |
Color Harmonies of #E912AD
Complementary color
Monochromatic Colors of #E912AD
Black with #E912AD
Text Example
Text Example
White with #E912AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E912AD; }
p { color: rgb(233,18,173); }
H1.HeaderClassName
{
color: #E912AD;
}
.AnyTagClassName
{
color: #E912AD;
}
</style>
background-color css
<style>
a { background-color: #E912AD; }
a { background-color: rgb(233,18,173); }
div.DivClassName
{
background-color: #E912AD;
}
.BgClassName
{
background-color: #E912AD;
}
</style>
border-color css
<style>
span { border-color: #E912AD; }
span { border-color: rgb(233,18,173); }
td.TdClassName
{
border-color: #E912AD;
}
.TagClassName
{
border-color: #E912AD;
}
</style>