Shades of Hollywood Cerise #E1098D
Tints of Hollywood Cerise #E1098D
RGB
CMYK
RGB Variations
Color information
#E1098D (or 0xE1098D) is known color: Hollywood Cerise. HEX triplet: E1, 09 and 8D. RGB value is (225,9,141). Sum of RGB (Red+Green+Blue) = 225+9+141=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E1098D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E1098D is #1EF672. Grayscale: #585858. Windows color (decimal): -2029171 or 9243105. OLE color: 9243105.
HSL color Cylindrical-coordinate representation of color #E1098D: hue angle of 323.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1098D is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 9 | 141 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.12 |
| HSL | 323.33º | 0.92% | 0.46% | - |
| HSV(B) | 323.33º | 0.96% | 0.88% | - |
| XYZ | 35.96 | 18.13 | 26.8 | - |
| YUV | 88.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 9 | 141 | 0 | 0.96 | 0.37 | 0.12 | 323.33 | 0.92 | 0.46 |
| Hex | E1 | 9 | 8D | 0 | 60 | 25 | C | 143 | 5C | 2E |
| Octal | 341 | 11 | 215 | 0 | 140 | 45 | 14 | 503 | 134 | 56 |
| Binary | 11100001 | 1001 | 10001101 | 0 | 1100000 | 100101 | 1100 | 101000011 | 1011100 | 101110 |
Color Harmonies of #E1098D
Complementary color
Monochromatic Colors of #E1098D
Black with #E1098D
Text Example
Text Example
White with #E1098D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1098D; }
p { color: rgb(225,9,141); }
H1.HeaderClassName
{
color: #E1098D;
}
.AnyTagClassName
{
color: #E1098D;
}
</style>
background-color css
<style>
a { background-color: #E1098D; }
a { background-color: rgb(225,9,141); }
div.DivClassName
{
background-color: #E1098D;
}
.BgClassName
{
background-color: #E1098D;
}
</style>
border-color css
<style>
span { border-color: #E1098D; }
span { border-color: rgb(225,9,141); }
td.TdClassName
{
border-color: #E1098D;
}
.TagClassName
{
border-color: #E1098D;
}
</style>