Shades of Hollywood Cerise #E8139D
Tints of Hollywood Cerise #E8139D
RGB
CMYK
RGB Variations
Color information
#E8139D (or 0xE8139D) is known color: Hollywood Cerise. HEX triplet: E8, 13 and 9D. RGB value is (232,19,157). Sum of RGB (Red+Green+Blue) = 232+19+157=408 (54% of max value = 765). Red value is 232 (91.02% from 255 or 56.86% from 408); Green value is 19 (7.81% from 255 or 4.66% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 232 - color contains mainly: red. Hex color #E8139D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E8139D is #17EC62. Grayscale: #626262. Windows color (decimal): -1567843 or 10294248. OLE color: 10294248.
HSL color Cylindrical-coordinate representation of color #E8139D: hue angle of 321.13º degrees, saturation: 0.85, 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 #E8139D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 157 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.09 |
| HSL | 321.13º | 0.85% | 0.49% | - |
| HSV(B) | 321.13º | 0.92% | 0.91% | - |
| XYZ | 39.6 | 20.06 | 33.68 | - |
| YUV | 98.42 | 161.07 | 223.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 157 | 0 | 0.92 | 0.32 | 0.09 | 321.13 | 0.85 | 0.49 |
| Hex | E8 | 13 | 9D | 0 | 5C | 20 | 9 | 141 | 55 | 31 |
| Octal | 350 | 23 | 235 | 0 | 134 | 40 | 11 | 501 | 125 | 61 |
| Binary | 11101000 | 10011 | 10011101 | 0 | 1011100 | 100000 | 1001 | 101000001 | 1010101 | 110001 |
Color Harmonies of #E8139D
Complementary color
Monochromatic Colors of #E8139D
Black with #E8139D
Text Example
Text Example
White with #E8139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8139D; }
p { color: rgb(232,19,157); }
H1.HeaderClassName
{
color: #E8139D;
}
.AnyTagClassName
{
color: #E8139D;
}
</style>
background-color css
<style>
a { background-color: #E8139D; }
a { background-color: rgb(232,19,157); }
div.DivClassName
{
background-color: #E8139D;
}
.BgClassName
{
background-color: #E8139D;
}
</style>
border-color css
<style>
span { border-color: #E8139D; }
span { border-color: rgb(232,19,157); }
td.TdClassName
{
border-color: #E8139D;
}
.TagClassName
{
border-color: #E8139D;
}
</style>