Shades of Deep Cerise #E61C8E
Tints of Deep Cerise #E61C8E
RGB
CMYK
RGB Variations
Color information
#E61C8E (or 0xE61C8E) is known color: Deep Cerise. HEX triplet: E6, 1C and 8E. RGB value is (230,28,142). Sum of RGB (Red+Green+Blue) = 230+28+142=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61C8E is #19E371. Grayscale: #656565. Windows color (decimal): -1696626 or 9313510. OLE color: 9313510.
HSL color Cylindrical-coordinate representation of color #E61C8E: hue angle of 326.14º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E61C8E is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 142 | - |
| CMYK | 0 | 0.88 | 0.38 | 0.10 |
| HSL | 326.14º | 0.8% | 0.51% | - |
| HSV(B) | 326.14º | 0.88% | 0.9% | - |
| XYZ | 37.93 | 19.61 | 27.38 | - |
| YUV | 101.39 | 150.92 | 219.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 142 | 0 | 0.88 | 0.38 | 0.10 | 326.14 | 0.8 | 0.51 |
| Hex | E6 | 1C | 8E | 0 | 58 | 26 | A | 146 | 50 | 33 |
| Octal | 346 | 34 | 216 | 0 | 130 | 46 | 12 | 506 | 120 | 63 |
| Binary | 11100110 | 11100 | 10001110 | 0 | 1011000 | 100110 | 1010 | 101000110 | 1010000 | 110011 |
Color Harmonies of #E61C8E
Complementary color
Monochromatic Colors of #E61C8E
Black with #E61C8E
Text Example
Text Example
White with #E61C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C8E; }
p { color: rgb(230,28,142); }
H1.HeaderClassName
{
color: #E61C8E;
}
.AnyTagClassName
{
color: #E61C8E;
}
</style>
background-color css
<style>
a { background-color: #E61C8E; }
a { background-color: rgb(230,28,142); }
div.DivClassName
{
background-color: #E61C8E;
}
.BgClassName
{
background-color: #E61C8E;
}
</style>
border-color css
<style>
span { border-color: #E61C8E; }
span { border-color: rgb(230,28,142); }
td.TdClassName
{
border-color: #E61C8E;
}
.TagClassName
{
border-color: #E61C8E;
}
</style>