Shades of Deep Cerise #EC298D
Tints of Deep Cerise #EC298D
RGB
CMYK
RGB Variations
Color information
#EC298D (or 0xEC298D) is known color: Deep Cerise. HEX triplet: EC, 29 and 8D. RGB value is (236,41,141). Sum of RGB (Red+Green+Blue) = 236+41+141=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC298D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC298D is #13D672. Grayscale: #6E6E6E. Windows color (decimal): -1300083 or 9251308. OLE color: 9251308.
HSL color Cylindrical-coordinate representation of color #EC298D: hue angle of 329.23º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC298D is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 141 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.07 |
| HSL | 329.23º | 0.84% | 0.54% | - |
| HSV(B) | 329.23º | 0.83% | 0.93% | - |
| XYZ | 40.19 | 21.34 | 27.2 | - |
| YUV | 110.71 | 145.1 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 141 | 0 | 0.83 | 0.40 | 0.07 | 329.23 | 0.84 | 0.54 |
| Hex | EC | 29 | 8D | 0 | 53 | 28 | 7 | 149 | 54 | 36 |
| Octal | 354 | 51 | 215 | 0 | 123 | 50 | 7 | 511 | 124 | 66 |
| Binary | 11101100 | 101001 | 10001101 | 0 | 1010011 | 101000 | 111 | 101001001 | 1010100 | 110110 |
Color Harmonies of #EC298D
Complementary color
Monochromatic Colors of #EC298D
Black with #EC298D
Text Example
Text Example
White with #EC298D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC298D; }
p { color: rgb(236,41,141); }
H1.HeaderClassName
{
color: #EC298D;
}
.AnyTagClassName
{
color: #EC298D;
}
</style>
background-color css
<style>
a { background-color: #EC298D; }
a { background-color: rgb(236,41,141); }
div.DivClassName
{
background-color: #EC298D;
}
.BgClassName
{
background-color: #EC298D;
}
</style>
border-color css
<style>
span { border-color: #EC298D; }
span { border-color: rgb(236,41,141); }
td.TdClassName
{
border-color: #EC298D;
}
.TagClassName
{
border-color: #EC298D;
}
</style>