Shades of Hollywood Cerise #E30DAD
Tints of Hollywood Cerise #E30DAD
RGB
CMYK
RGB Variations
Color information
#E30DAD (or 0xE30DAD) is known color: Hollywood Cerise. HEX triplet: E3, 0D and AD. RGB value is (227,13,173). Sum of RGB (Red+Green+Blue) = 227+13+173=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 13 (5.47% from 255 or 3.15% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E30DAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30DAD is #1CF252. Grayscale: #5E5E5E. Windows color (decimal): -1897043 or 11341283. OLE color: 11341283.
HSL color Cylindrical-coordinate representation of color #E30DAD: hue angle of 315.14º 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 #E30DAD is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 13 | 173 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.11 |
| HSL | 315.14º | 0.89% | 0.47% | - |
| HSV(B) | 315.14º | 0.94% | 0.89% | - |
| XYZ | 39.37 | 19.64 | 41.25 | - |
| YUV | 95.23 | 171.9 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 13 | 173 | 0 | 0.94 | 0.24 | 0.11 | 315.14 | 0.89 | 0.47 |
| Hex | E3 | D | AD | 0 | 5E | 18 | B | 13B | 59 | 2F |
| Octal | 343 | 15 | 255 | 0 | 136 | 30 | 13 | 473 | 131 | 57 |
| Binary | 11100011 | 1101 | 10101101 | 0 | 1011110 | 11000 | 1011 | 100111011 | 1011001 | 101111 |
Color Harmonies of #E30DAD
Complementary color
Monochromatic Colors of #E30DAD
Black with #E30DAD
Text Example
Text Example
White with #E30DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30DAD; }
p { color: rgb(227,13,173); }
H1.HeaderClassName
{
color: #E30DAD;
}
.AnyTagClassName
{
color: #E30DAD;
}
</style>
background-color css
<style>
a { background-color: #E30DAD; }
a { background-color: rgb(227,13,173); }
div.DivClassName
{
background-color: #E30DAD;
}
.BgClassName
{
background-color: #E30DAD;
}
</style>
border-color css
<style>
span { border-color: #E30DAD; }
span { border-color: rgb(227,13,173); }
td.TdClassName
{
border-color: #E30DAD;
}
.TagClassName
{
border-color: #E30DAD;
}
</style>