Shades of Hollywood Cerise #E200A5
Tints of Hollywood Cerise #E200A5
RGB
CMYK
RGB Variations
Color information
#E200A5 (or 0xE200A5) is known color: Hollywood Cerise. HEX triplet: E2, 00 and A5. RGB value is (226,0,165). Sum of RGB (Red+Green+Blue) = 226+0+165=391 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.80% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 226 - color contains mainly: red. Hex color #E200A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E200A5 is #1DFF5A. Grayscale: #555555. Windows color (decimal): -1965915 or 10813666. OLE color: 10813666.
HSL color Cylindrical-coordinate representation of color #E200A5: hue angle of 316.19º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200A5 is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.27 | 0.11 |
| HSL | 316.19º | 1% | 0.44% | - |
| HSV(B) | 316.19º | 1% | 0.89% | - |
| XYZ | 38.16 | 18.89 | 37.23 | - |
| YUV | 86.38 | 172.37 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 165 | 0 | 1 | 0.27 | 0.11 | 316.19 | 1 | 0.44 |
| Hex | E2 | 0 | A5 | 0 | 64 | 1B | B | 13C | 64 | 2C |
| Octal | 342 | 0 | 245 | 0 | 144 | 33 | 13 | 474 | 144 | 54 |
| Binary | 11100010 | 0 | 10100101 | 0 | 1100100 | 11011 | 1011 | 100111100 | 1100100 | 101100 |
Color Harmonies of #E200A5
Complementary color
Monochromatic Colors of #E200A5
Black with #E200A5
Text Example
Text Example
White with #E200A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200A5; }
p { color: rgb(226,0,165); }
H1.HeaderClassName
{
color: #E200A5;
}
.AnyTagClassName
{
color: #E200A5;
}
</style>
background-color css
<style>
a { background-color: #E200A5; }
a { background-color: rgb(226,0,165); }
div.DivClassName
{
background-color: #E200A5;
}
.BgClassName
{
background-color: #E200A5;
}
</style>
border-color css
<style>
span { border-color: #E200A5; }
span { border-color: rgb(226,0,165); }
td.TdClassName
{
border-color: #E200A5;
}
.TagClassName
{
border-color: #E200A5;
}
</style>