Shades of Deep Cerise #E61D8E
Tints of Deep Cerise #E61D8E
RGB
CMYK
RGB Variations
Color information
#E61D8E (or 0xE61D8E) is known color: Deep Cerise. HEX triplet: E6, 1D and 8E. RGB value is (230,29,142). Sum of RGB (Red+Green+Blue) = 230+29+142=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61D8E is #19E271. Grayscale: #656565. Windows color (decimal): -1696370 or 9313766. OLE color: 9313766.
HSL color Cylindrical-coordinate representation of color #E61D8E: hue angle of 326.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61D8E is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 142 | - |
| CMYK | 0 | 0.87 | 0.38 | 0.10 |
| HSL | 326.27º | 0.8% | 0.51% | - |
| HSV(B) | 326.27º | 0.87% | 0.9% | - |
| XYZ | 37.95 | 19.65 | 27.38 | - |
| YUV | 101.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 142 | 0 | 0.87 | 0.38 | 0.10 | 326.27 | 0.8 | 0.51 |
| Hex | E6 | 1D | 8E | 0 | 57 | 26 | A | 146 | 50 | 33 |
| Octal | 346 | 35 | 216 | 0 | 127 | 46 | 12 | 506 | 120 | 63 |
| Binary | 11100110 | 11101 | 10001110 | 0 | 1010111 | 100110 | 1010 | 101000110 | 1010000 | 110011 |
Color Harmonies of #E61D8E
Complementary color
Monochromatic Colors of #E61D8E
Black with #E61D8E
Text Example
Text Example
White with #E61D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61D8E; }
p { color: rgb(230,29,142); }
H1.HeaderClassName
{
color: #E61D8E;
}
.AnyTagClassName
{
color: #E61D8E;
}
</style>
background-color css
<style>
a { background-color: #E61D8E; }
a { background-color: rgb(230,29,142); }
div.DivClassName
{
background-color: #E61D8E;
}
.BgClassName
{
background-color: #E61D8E;
}
</style>
border-color css
<style>
span { border-color: #E61D8E; }
span { border-color: rgb(230,29,142); }
td.TdClassName
{
border-color: #E61D8E;
}
.TagClassName
{
border-color: #E61D8E;
}
</style>