Shades of Hollywood Cerise #E30DA9
Tints of Hollywood Cerise #E30DA9
RGB
CMYK
RGB Variations
Color information
#E30DA9 (or 0xE30DA9) is known color: Hollywood Cerise. HEX triplet: E3, 0D and A9. RGB value is (227,13,169). Sum of RGB (Red+Green+Blue) = 227+13+169=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 13 (5.47% from 255 or 3.18% from 409); Blue value is 169 (66.41% from 255 or 41.32% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30DA9 is #1CF256. Grayscale: #5E5E5E. Windows color (decimal): -1897047 or 11079139. OLE color: 11079139.
HSL color Cylindrical-coordinate representation of color #E30DA9: hue angle of 316.26º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E30DA9 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 169 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.11 |
| HSL | 316.26º | 0.89% | 0.47% | - |
| HSV(B) | 316.26º | 0.94% | 0.89% | - |
| XYZ | 38.98 | 19.48 | 39.24 | - |
| YUV | 94.77 | 169.9 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 169 | 0 | 0.94 | 0.26 | 0.11 | 316.26 | 0.89 | 0.47 |
| Hex | E3 | D | A9 | 0 | 5E | 1A | B | 13C | 59 | 2F |
| Octal | 343 | 15 | 251 | 0 | 136 | 32 | 13 | 474 | 131 | 57 |
| Binary | 11100011 | 1101 | 10101001 | 0 | 1011110 | 11010 | 1011 | 100111100 | 1011001 | 101111 |
Color Harmonies of #E30DA9
Complementary color
Monochromatic Colors of #E30DA9
Black with #E30DA9
Text Example
Text Example
White with #E30DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DA9; }
p { color: rgb(227,13,169); }
H1.HeaderClassName
{
color: #E30DA9;
}
.AnyTagClassName
{
color: #E30DA9;
}
</style>
background-color css
<style>
a { background-color: #E30DA9; }
a { background-color: rgb(227,13,169); }
div.DivClassName
{
background-color: #E30DA9;
}
.BgClassName
{
background-color: #E30DA9;
}
</style>
border-color css
<style>
span { border-color: #E30DA9; }
span { border-color: rgb(227,13,169); }
td.TdClassName
{
border-color: #E30DA9;
}
.TagClassName
{
border-color: #E30DA9;
}
</style>