Shades of Hollywood Cerise #E105AC
Tints of Hollywood Cerise #E105AC
RGB
CMYK
RGB Variations
Color information
#E105AC (or 0xE105AC) is known color: Hollywood Cerise. HEX triplet: E1, 05 and AC. RGB value is (225,5,172). Sum of RGB (Red+Green+Blue) = 225+5+172=402 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.97% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 225 - color contains mainly: red. Hex color #E105AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E105AC is #1EFA53. Grayscale: #595959. Windows color (decimal): -2030164 or 11273697. OLE color: 11273697.
HSL color Cylindrical-coordinate representation of color #E105AC: hue angle of 314.45º degrees, saturation: 0.96, 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 #E105AC is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.12 |
| HSL | 314.45º | 0.96% | 0.45% | - |
| HSV(B) | 314.45º | 0.98% | 0.88% | - |
| XYZ | 38.55 | 19.09 | 40.68 | - |
| YUV | 89.82 | 174.39 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 5 | 172 | 0 | 0.98 | 0.24 | 0.12 | 314.45 | 0.96 | 0.45 |
| Hex | E1 | 5 | AC | 0 | 62 | 18 | C | 13A | 60 | 2D |
| Octal | 341 | 5 | 254 | 0 | 142 | 30 | 14 | 472 | 140 | 55 |
| Binary | 11100001 | 101 | 10101100 | 0 | 1100010 | 11000 | 1100 | 100111010 | 1100000 | 101101 |
Color Harmonies of #E105AC
Complementary color
Monochromatic Colors of #E105AC
Black with #E105AC
Text Example
Text Example
White with #E105AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E105AC; }
p { color: rgb(225,5,172); }
H1.HeaderClassName
{
color: #E105AC;
}
.AnyTagClassName
{
color: #E105AC;
}
</style>
background-color css
<style>
a { background-color: #E105AC; }
a { background-color: rgb(225,5,172); }
div.DivClassName
{
background-color: #E105AC;
}
.BgClassName
{
background-color: #E105AC;
}
</style>
border-color css
<style>
span { border-color: #E105AC; }
span { border-color: rgb(225,5,172); }
td.TdClassName
{
border-color: #E105AC;
}
.TagClassName
{
border-color: #E105AC;
}
</style>