Shades of Hollywood Cerise #E10AB3
Tints of Hollywood Cerise #E10AB3
RGB
CMYK
RGB Variations
Color information
#E10AB3 (or 0xE10AB3) is known color: Hollywood Cerise. HEX triplet: E1, 0A and B3. RGB value is (225,10,179). Sum of RGB (Red+Green+Blue) = 225+10+179=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 10 (4.30% from 255 or 2.42% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E10AB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10AB3 is #1EF54C. Grayscale: #5D5D5D. Windows color (decimal): -2028877 or 11733729. OLE color: 11733729.
HSL color Cylindrical-coordinate representation of color #E10AB3: hue angle of 312.84º degrees, saturation: 0.91, 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 #E10AB3 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 10 | 179 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.12 |
| HSL | 312.84º | 0.91% | 0.46% | - |
| HSV(B) | 312.84º | 0.96% | 0.88% | - |
| XYZ | 39.3 | 19.48 | 44.34 | - |
| YUV | 93.55 | 176.23 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 10 | 179 | 0 | 0.96 | 0.20 | 0.12 | 312.84 | 0.91 | 0.46 |
| Hex | E1 | A | B3 | 0 | 60 | 14 | C | 139 | 5B | 2E |
| Octal | 341 | 12 | 263 | 0 | 140 | 24 | 14 | 471 | 133 | 56 |
| Binary | 11100001 | 1010 | 10110011 | 0 | 1100000 | 10100 | 1100 | 100111001 | 1011011 | 101110 |
Color Harmonies of #E10AB3
Complementary color
Monochromatic Colors of #E10AB3
Black with #E10AB3
Text Example
Text Example
White with #E10AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E10AB3; }
p { color: rgb(225,10,179); }
H1.HeaderClassName
{
color: #E10AB3;
}
.AnyTagClassName
{
color: #E10AB3;
}
</style>
background-color css
<style>
a { background-color: #E10AB3; }
a { background-color: rgb(225,10,179); }
div.DivClassName
{
background-color: #E10AB3;
}
.BgClassName
{
background-color: #E10AB3;
}
</style>
border-color css
<style>
span { border-color: #E10AB3; }
span { border-color: rgb(225,10,179); }
td.TdClassName
{
border-color: #E10AB3;
}
.TagClassName
{
border-color: #E10AB3;
}
</style>