Shades of Hollywood Cerise #E10694
Tints of Hollywood Cerise #E10694
RGB
CMYK
RGB Variations
Color information
#E10694 (or 0xE10694) is known color: Hollywood Cerise. HEX triplet: E1, 06 and 94. RGB value is (225,6,148). Sum of RGB (Red+Green+Blue) = 225+6+148=379 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.37% from 379); Green value is 6 (2.73% from 255 or 1.58% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 225 - color contains mainly: red. Hex color #E10694 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E10694 is #1EF96B. Grayscale: #575757. Windows color (decimal): -2029932 or 9701089. OLE color: 9701089.
HSL color Cylindrical-coordinate representation of color #E10694: hue angle of 321.1º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E10694 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 6 | 148 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.12 |
| HSL | 321.1º | 0.95% | 0.45% | - |
| HSV(B) | 321.1º | 0.97% | 0.88% | - |
| XYZ | 36.46 | 18.28 | 29.62 | - |
| YUV | 87.67 | 162.05 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 6 | 148 | 0 | 0.97 | 0.34 | 0.12 | 321.1 | 0.95 | 0.45 |
| Hex | E1 | 6 | 94 | 0 | 61 | 22 | C | 141 | 5F | 2D |
| Octal | 341 | 6 | 224 | 0 | 141 | 42 | 14 | 501 | 137 | 55 |
| Binary | 11100001 | 110 | 10010100 | 0 | 1100001 | 100010 | 1100 | 101000001 | 1011111 | 101101 |
Color Harmonies of #E10694
Complementary color
Monochromatic Colors of #E10694
Black with #E10694
Text Example
Text Example
White with #E10694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10694; }
p { color: rgb(225,6,148); }
H1.HeaderClassName
{
color: #E10694;
}
.AnyTagClassName
{
color: #E10694;
}
</style>
background-color css
<style>
a { background-color: #E10694; }
a { background-color: rgb(225,6,148); }
div.DivClassName
{
background-color: #E10694;
}
.BgClassName
{
background-color: #E10694;
}
</style>
border-color css
<style>
span { border-color: #E10694; }
span { border-color: rgb(225,6,148); }
td.TdClassName
{
border-color: #E10694;
}
.TagClassName
{
border-color: #E10694;
}
</style>