Shades of Hollywood Cerise #E102A9
Tints of Hollywood Cerise #E102A9
RGB
CMYK
RGB Variations
Color information
#E102A9 (or 0xE102A9) is known color: Hollywood Cerise. HEX triplet: E1, 02 and A9. RGB value is (225,2,169). Sum of RGB (Red+Green+Blue) = 225+2+169=396 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.82% from 396); Green value is 2 (1.17% from 255 or 0.51% from 396); Blue value is 169 (66.41% from 255 or 42.68% from 396); Max value from RGB is 225 - color contains mainly: red. Hex color #E102A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E102A9 is #1EFD56. Grayscale: #575757. Windows color (decimal): -2030935 or 11076321. OLE color: 11076321.
HSL color Cylindrical-coordinate representation of color #E102A9: hue angle of 315.07º degrees, saturation: 0.98, 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 #E102A9 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 2 | 169 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.12 |
| HSL | 315.07º | 0.98% | 0.45% | - |
| HSV(B) | 315.07º | 0.99% | 0.88% | - |
| XYZ | 38.23 | 18.92 | 39.17 | - |
| YUV | 87.72 | 173.88 | 225.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 2 | 169 | 0 | 0.99 | 0.25 | 0.12 | 315.07 | 0.98 | 0.45 |
| Hex | E1 | 2 | A9 | 0 | 63 | 19 | C | 13B | 62 | 2D |
| Octal | 341 | 2 | 251 | 0 | 143 | 31 | 14 | 473 | 142 | 55 |
| Binary | 11100001 | 10 | 10101001 | 0 | 1100011 | 11001 | 1100 | 100111011 | 1100010 | 101101 |
Color Harmonies of #E102A9
Complementary color
Monochromatic Colors of #E102A9
Black with #E102A9
Text Example
Text Example
White with #E102A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E102A9; }
p { color: rgb(225,2,169); }
H1.HeaderClassName
{
color: #E102A9;
}
.AnyTagClassName
{
color: #E102A9;
}
</style>
background-color css
<style>
a { background-color: #E102A9; }
a { background-color: rgb(225,2,169); }
div.DivClassName
{
background-color: #E102A9;
}
.BgClassName
{
background-color: #E102A9;
}
</style>
border-color css
<style>
span { border-color: #E102A9; }
span { border-color: rgb(225,2,169); }
td.TdClassName
{
border-color: #E102A9;
}
.TagClassName
{
border-color: #E102A9;
}
</style>