Shades of Hollywood Cerise #E10294
Tints of Hollywood Cerise #E10294
RGB
CMYK
RGB Variations
Color information
#E10294 (or 0xE10294) is known color: Hollywood Cerise. HEX triplet: E1, 02 and 94. RGB value is (225,2,148). Sum of RGB (Red+Green+Blue) = 225+2+148=375 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60% from 375); Green value is 2 (1.17% from 255 or 0.53% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 225 - color contains mainly: red. Hex color #E10294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10294 is #1EFD6B. Grayscale: #545454. Windows color (decimal): -2030956 or 9700065. OLE color: 9700065.
HSL color Cylindrical-coordinate representation of color #E10294: hue angle of 320.72º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E10294 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.12 |
| HSL | 320.72º | 0.98% | 0.45% | - |
| HSV(B) | 320.72º | 0.99% | 0.88% | - |
| XYZ | 36.42 | 18.19 | 29.61 | - |
| YUV | 85.32 | 163.38 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 148 | 0 | 0.99 | 0.34 | 0.12 | 320.72 | 0.98 | 0.45 |
| Hex | E1 | 2 | 94 | 0 | 63 | 22 | C | 141 | 62 | 2D |
| Octal | 341 | 2 | 224 | 0 | 143 | 42 | 14 | 501 | 142 | 55 |
| Binary | 11100001 | 10 | 10010100 | 0 | 1100011 | 100010 | 1100 | 101000001 | 1100010 | 101101 |
Color Harmonies of #E10294
Complementary color
Monochromatic Colors of #E10294
Black with #E10294
Text Example
Text Example
White with #E10294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10294; }
p { color: rgb(225,2,148); }
H1.HeaderClassName
{
color: #E10294;
}
.AnyTagClassName
{
color: #E10294;
}
</style>
background-color css
<style>
a { background-color: #E10294; }
a { background-color: rgb(225,2,148); }
div.DivClassName
{
background-color: #E10294;
}
.BgClassName
{
background-color: #E10294;
}
</style>
border-color css
<style>
span { border-color: #E10294; }
span { border-color: rgb(225,2,148); }
td.TdClassName
{
border-color: #E10294;
}
.TagClassName
{
border-color: #E10294;
}
</style>