Shades of Hollywood Cerise #E30DAE
Tints of Hollywood Cerise #E30DAE
RGB
CMYK
RGB Variations
Color information
#E30DAE (or 0xE30DAE) is known color: Hollywood Cerise. HEX triplet: E3, 0D and AE. RGB value is (227,13,174). Sum of RGB (Red+Green+Blue) = 227+13+174=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 13 (5.47% from 255 or 3.14% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30DAE is #1CF251. Grayscale: #5E5E5E. Windows color (decimal): -1897042 or 11406819. OLE color: 11406819.
HSL color Cylindrical-coordinate representation of color #E30DAE: hue angle of 314.86º 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 #E30DAE is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 174 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.11 |
| HSL | 314.86º | 0.89% | 0.47% | - |
| HSV(B) | 314.86º | 0.94% | 0.89% | - |
| XYZ | 39.46 | 19.67 | 41.76 | - |
| YUV | 95.34 | 172.4 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 174 | 0 | 0.94 | 0.23 | 0.11 | 314.86 | 0.89 | 0.47 |
| Hex | E3 | D | AE | 0 | 5E | 17 | B | 13B | 59 | 2F |
| Octal | 343 | 15 | 256 | 0 | 136 | 27 | 13 | 473 | 131 | 57 |
| Binary | 11100011 | 1101 | 10101110 | 0 | 1011110 | 10111 | 1011 | 100111011 | 1011001 | 101111 |
Color Harmonies of #E30DAE
Complementary color
Monochromatic Colors of #E30DAE
Black with #E30DAE
Text Example
Text Example
White with #E30DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DAE; }
p { color: rgb(227,13,174); }
H1.HeaderClassName
{
color: #E30DAE;
}
.AnyTagClassName
{
color: #E30DAE;
}
</style>
background-color css
<style>
a { background-color: #E30DAE; }
a { background-color: rgb(227,13,174); }
div.DivClassName
{
background-color: #E30DAE;
}
.BgClassName
{
background-color: #E30DAE;
}
</style>
border-color css
<style>
span { border-color: #E30DAE; }
span { border-color: rgb(227,13,174); }
td.TdClassName
{
border-color: #E30DAE;
}
.TagClassName
{
border-color: #E30DAE;
}
</style>