Shades of Hollywood Cerise #E30895
Tints of Hollywood Cerise #E30895
RGB
CMYK
RGB Variations
Color information
#E30895 (or 0xE30895) is known color: Hollywood Cerise. HEX triplet: E3, 08 and 95. RGB value is (227,8,149). Sum of RGB (Red+Green+Blue) = 227+8+149=384 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.11% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 227 - color contains mainly: red. Hex color #E30895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E30895 is #1CF76A. Grayscale: #595959. Windows color (decimal): -1898347 or 9767139. OLE color: 9767139.
HSL color Cylindrical-coordinate representation of color #E30895: hue angle of 321.37º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30895 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 8 | 149 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.11 |
| HSL | 321.37º | 0.93% | 0.46% | - |
| HSV(B) | 321.37º | 0.96% | 0.89% | - |
| XYZ | 37.19 | 18.67 | 30.08 | - |
| YUV | 89.56 | 161.55 | 226.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 8 | 149 | 0 | 0.96 | 0.34 | 0.11 | 321.37 | 0.93 | 0.46 |
| Hex | E3 | 8 | 95 | 0 | 60 | 22 | B | 141 | 5D | 2E |
| Octal | 343 | 10 | 225 | 0 | 140 | 42 | 13 | 501 | 135 | 56 |
| Binary | 11100011 | 1000 | 10010101 | 0 | 1100000 | 100010 | 1011 | 101000001 | 1011101 | 101110 |
Color Harmonies of #E30895
Complementary color
Monochromatic Colors of #E30895
Black with #E30895
Text Example
Text Example
White with #E30895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E30895; }
p { color: rgb(227,8,149); }
H1.HeaderClassName
{
color: #E30895;
}
.AnyTagClassName
{
color: #E30895;
}
</style>
background-color css
<style>
a { background-color: #E30895; }
a { background-color: rgb(227,8,149); }
div.DivClassName
{
background-color: #E30895;
}
.BgClassName
{
background-color: #E30895;
}
</style>
border-color css
<style>
span { border-color: #E30895; }
span { border-color: rgb(227,8,149); }
td.TdClassName
{
border-color: #E30895;
}
.TagClassName
{
border-color: #E30895;
}
</style>