Shades of Deep Cerise #EC298F
Tints of Deep Cerise #EC298F
RGB
CMYK
RGB Variations
Color information
#EC298F (or 0xEC298F) is known color: Deep Cerise. HEX triplet: EC, 29 and 8F. RGB value is (236,41,143). Sum of RGB (Red+Green+Blue) = 236+41+143=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC298F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC298F is #13D670. Grayscale: #6E6E6E. Windows color (decimal): -1300081 or 9382380. OLE color: 9382380.
HSL color Cylindrical-coordinate representation of color #EC298F: hue angle of 328.62º 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 #EC298F is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 143 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.07 |
| HSL | 328.62º | 0.84% | 0.54% | - |
| HSV(B) | 328.62º | 0.83% | 0.93% | - |
| XYZ | 40.34 | 21.4 | 27.99 | - |
| YUV | 110.93 | 146.1 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 143 | 0 | 0.83 | 0.39 | 0.07 | 328.62 | 0.84 | 0.54 |
| Hex | EC | 29 | 8F | 0 | 53 | 27 | 7 | 149 | 54 | 36 |
| Octal | 354 | 51 | 217 | 0 | 123 | 47 | 7 | 511 | 124 | 66 |
| Binary | 11101100 | 101001 | 10001111 | 0 | 1010011 | 100111 | 111 | 101001001 | 1010100 | 110110 |
Color Harmonies of #EC298F
Complementary color
Monochromatic Colors of #EC298F
Black with #EC298F
Text Example
Text Example
White with #EC298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC298F; }
p { color: rgb(236,41,143); }
H1.HeaderClassName
{
color: #EC298F;
}
.AnyTagClassName
{
color: #EC298F;
}
</style>
background-color css
<style>
a { background-color: #EC298F; }
a { background-color: rgb(236,41,143); }
div.DivClassName
{
background-color: #EC298F;
}
.BgClassName
{
background-color: #EC298F;
}
</style>
border-color css
<style>
span { border-color: #EC298F; }
span { border-color: rgb(236,41,143); }
td.TdClassName
{
border-color: #EC298F;
}
.TagClassName
{
border-color: #EC298F;
}
</style>