Shades of Deep Cerise #E61C8A
Tints of Deep Cerise #E61C8A
RGB
CMYK
RGB Variations
Color information
#E61C8A (or 0xE61C8A) is known color: Deep Cerise. HEX triplet: E6, 1C and 8A. RGB value is (230,28,138). Sum of RGB (Red+Green+Blue) = 230+28+138=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 28 (11.33% from 255 or 7.07% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61C8A is #19E375. Grayscale: #646464. Windows color (decimal): -1696630 or 9051366. OLE color: 9051366.
HSL color Cylindrical-coordinate representation of color #E61C8A: hue angle of 327.33º 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 #E61C8A is Cyan = 0, Magento = 0.88, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 28 | 138 | - |
| CMYK | 0 | 0.88 | 0.4 | 0.10 |
| HSL | 327.33º | 0.8% | 0.51% | - |
| HSV(B) | 327.33º | 0.88% | 0.9% | - |
| XYZ | 37.64 | 19.49 | 25.82 | - |
| YUV | 100.94 | 148.92 | 220.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 28 | 138 | 0 | 0.88 | 0.4 | 0.10 | 327.33 | 0.8 | 0.51 |
| Hex | E6 | 1C | 8A | 0 | 58 | 28 | A | 147 | 50 | 33 |
| Octal | 346 | 34 | 212 | 0 | 130 | 50 | 12 | 507 | 120 | 63 |
| Binary | 11100110 | 11100 | 10001010 | 0 | 1011000 | 101000 | 1010 | 101000111 | 1010000 | 110011 |
Color Harmonies of #E61C8A
Complementary color
Monochromatic Colors of #E61C8A
Black with #E61C8A
Text Example
Text Example
White with #E61C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61C8A; }
p { color: rgb(230,28,138); }
H1.HeaderClassName
{
color: #E61C8A;
}
.AnyTagClassName
{
color: #E61C8A;
}
</style>
background-color css
<style>
a { background-color: #E61C8A; }
a { background-color: rgb(230,28,138); }
div.DivClassName
{
background-color: #E61C8A;
}
.BgClassName
{
background-color: #E61C8A;
}
</style>
border-color css
<style>
span { border-color: #E61C8A; }
span { border-color: rgb(230,28,138); }
td.TdClassName
{
border-color: #E61C8A;
}
.TagClassName
{
border-color: #E61C8A;
}
</style>