Shades of Hollywood Cerise #E61095
Tints of Hollywood Cerise #E61095
RGB
CMYK
RGB Variations
Color information
#E61095 (or 0xE61095) is known color: Hollywood Cerise. HEX triplet: E6, 10 and 95. RGB value is (230,16,149). Sum of RGB (Red+Green+Blue) = 230+16+149=395 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.23% from 395); Green value is 16 (6.64% from 255 or 4.05% from 395); Blue value is 149 (58.59% from 255 or 37.72% from 395); Max value from RGB is 230 - color contains mainly: red. Hex color #E61095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61095 is #19EF6A. Grayscale: #5E5E5E. Windows color (decimal): -1699691 or 9769190. OLE color: 9769190.
HSL color Cylindrical-coordinate representation of color #E61095: hue angle of 322.71º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61095 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 16 | 149 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.10 |
| HSL | 322.71º | 0.87% | 0.48% | - |
| HSV(B) | 322.71º | 0.93% | 0.9% | - |
| XYZ | 38.24 | 19.36 | 30.16 | - |
| YUV | 95.15 | 158.4 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 16 | 149 | 0 | 0.93 | 0.35 | 0.10 | 322.71 | 0.87 | 0.48 |
| Hex | E6 | 10 | 95 | 0 | 5D | 23 | A | 143 | 57 | 30 |
| Octal | 346 | 20 | 225 | 0 | 135 | 43 | 12 | 503 | 127 | 60 |
| Binary | 11100110 | 10000 | 10010101 | 0 | 1011101 | 100011 | 1010 | 101000011 | 1010111 | 110000 |
Color Harmonies of #E61095
Complementary color
Monochromatic Colors of #E61095
Black with #E61095
Text Example
Text Example
White with #E61095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61095; }
p { color: rgb(230,16,149); }
H1.HeaderClassName
{
color: #E61095;
}
.AnyTagClassName
{
color: #E61095;
}
</style>
background-color css
<style>
a { background-color: #E61095; }
a { background-color: rgb(230,16,149); }
div.DivClassName
{
background-color: #E61095;
}
.BgClassName
{
background-color: #E61095;
}
</style>
border-color css
<style>
span { border-color: #E61095; }
span { border-color: rgb(230,16,149); }
td.TdClassName
{
border-color: #E61095;
}
.TagClassName
{
border-color: #E61095;
}
</style>