Shades of Hollywood Cerise #E103A8
Tints of Hollywood Cerise #E103A8
RGB
CMYK
RGB Variations
Color information
#E103A8 (or 0xE103A8) is known color: Hollywood Cerise. HEX triplet: E1, 03 and A8. RGB value is (225,3,168). Sum of RGB (Red+Green+Blue) = 225+3+168=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 168 (66.02% from 255 or 42.42% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E103A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E103A8 is #1EFC57. Grayscale: #575757. Windows color (decimal): -2030680 or 11011041. OLE color: 11011041.
HSL color Cylindrical-coordinate representation of color #E103A8: hue angle of 315.41º degrees, saturation: 0.97, 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 #E103A8 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 3 | 168 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.12 |
| HSL | 315.41º | 0.97% | 0.45% | - |
| HSV(B) | 315.41º | 0.99% | 0.88% | - |
| XYZ | 38.15 | 18.9 | 38.68 | - |
| YUV | 88.19 | 173.05 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 3 | 168 | 0 | 0.99 | 0.25 | 0.12 | 315.41 | 0.97 | 0.45 |
| Hex | E1 | 3 | A8 | 0 | 63 | 19 | C | 13B | 61 | 2D |
| Octal | 341 | 3 | 250 | 0 | 143 | 31 | 14 | 473 | 141 | 55 |
| Binary | 11100001 | 11 | 10101000 | 0 | 1100011 | 11001 | 1100 | 100111011 | 1100001 | 101101 |
Color Harmonies of #E103A8
Complementary color
Monochromatic Colors of #E103A8
Black with #E103A8
Text Example
Text Example
White with #E103A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E103A8; }
p { color: rgb(225,3,168); }
H1.HeaderClassName
{
color: #E103A8;
}
.AnyTagClassName
{
color: #E103A8;
}
</style>
background-color css
<style>
a { background-color: #E103A8; }
a { background-color: rgb(225,3,168); }
div.DivClassName
{
background-color: #E103A8;
}
.BgClassName
{
background-color: #E103A8;
}
</style>
border-color css
<style>
span { border-color: #E103A8; }
span { border-color: rgb(225,3,168); }
td.TdClassName
{
border-color: #E103A8;
}
.TagClassName
{
border-color: #E103A8;
}
</style>