Shades of Deep Cerise #E61C81
Tints of Deep Cerise #E61C81
RGB
CMYK
RGB Variations
Color information
#E61C81 (or 0xE61C81) is known color: Deep Cerise. HEX triplet: E6, 1C and 81. RGB value is (230,28,129). Sum of RGB (Red+Green+Blue) = 230+28+129=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61C81 is #19E37E. Grayscale: #636363. Windows color (decimal): -1696639 or 8461542. OLE color: 8461542.
HSL color Cylindrical-coordinate representation of color #E61C81: hue angle of 330º 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 #E61C81 is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 129 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.10 |
| HSL | 330º | 0.8% | 0.51% | - |
| HSV(B) | 330º | 0.88% | 0.9% | - |
| XYZ | 37.01 | 19.24 | 22.53 | - |
| YUV | 99.91 | 144.42 | 220.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 129 | 0 | 0.88 | 0.44 | 0.10 | 330 | 0.8 | 0.51 |
| Hex | E6 | 1C | 81 | 0 | 58 | 2C | A | 14A | 50 | 33 |
| Octal | 346 | 34 | 201 | 0 | 130 | 54 | 12 | 512 | 120 | 63 |
| Binary | 11100110 | 11100 | 10000001 | 0 | 1011000 | 101100 | 1010 | 101001010 | 1010000 | 110011 |
Color Harmonies of #E61C81
Complementary color
Monochromatic Colors of #E61C81
Black with #E61C81
Text Example
Text Example
White with #E61C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C81; }
p { color: rgb(230,28,129); }
H1.HeaderClassName
{
color: #E61C81;
}
.AnyTagClassName
{
color: #E61C81;
}
</style>
background-color css
<style>
a { background-color: #E61C81; }
a { background-color: rgb(230,28,129); }
div.DivClassName
{
background-color: #E61C81;
}
.BgClassName
{
background-color: #E61C81;
}
</style>
border-color css
<style>
span { border-color: #E61C81; }
span { border-color: rgb(230,28,129); }
td.TdClassName
{
border-color: #E61C81;
}
.TagClassName
{
border-color: #E61C81;
}
</style>