Shades of Hollywood Cerise #E104A6
Tints of Hollywood Cerise #E104A6
RGB
CMYK
RGB Variations
Color information
#E104A6 (or 0xE104A6) is known color: Hollywood Cerise. HEX triplet: E1, 04 and A6. RGB value is (225,4,166). Sum of RGB (Red+Green+Blue) = 225+4+166=395 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.96% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 166 (65.23% from 255 or 42.03% from 395); Max value from RGB is 225 - color contains mainly: red. Hex color #E104A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E104A6 is #1EFB59. Grayscale: #585858. Windows color (decimal): -2030426 or 10880225. OLE color: 10880225.
HSL color Cylindrical-coordinate representation of color #E104A6: hue angle of 316.02º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E104A6 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 4 | 166 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.12 |
| HSL | 316.02º | 0.97% | 0.45% | - |
| HSV(B) | 316.02º | 0.98% | 0.88% | - |
| XYZ | 37.98 | 18.85 | 37.71 | - |
| YUV | 88.55 | 171.72 | 225.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 4 | 166 | 0 | 0.98 | 0.26 | 0.12 | 316.02 | 0.97 | 0.45 |
| Hex | E1 | 4 | A6 | 0 | 62 | 1A | C | 13C | 61 | 2D |
| Octal | 341 | 4 | 246 | 0 | 142 | 32 | 14 | 474 | 141 | 55 |
| Binary | 11100001 | 100 | 10100110 | 0 | 1100010 | 11010 | 1100 | 100111100 | 1100001 | 101101 |
Color Harmonies of #E104A6
Complementary color
Monochromatic Colors of #E104A6
Black with #E104A6
Text Example
Text Example
White with #E104A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E104A6; }
p { color: rgb(225,4,166); }
H1.HeaderClassName
{
color: #E104A6;
}
.AnyTagClassName
{
color: #E104A6;
}
</style>
background-color css
<style>
a { background-color: #E104A6; }
a { background-color: rgb(225,4,166); }
div.DivClassName
{
background-color: #E104A6;
}
.BgClassName
{
background-color: #E104A6;
}
</style>
border-color css
<style>
span { border-color: #E104A6; }
span { border-color: rgb(225,4,166); }
td.TdClassName
{
border-color: #E104A6;
}
.TagClassName
{
border-color: #E104A6;
}
</style>