Shades of Deep Cerise #EC298C
Tints of Deep Cerise #EC298C
RGB
CMYK
RGB Variations
Color information
#EC298C (or 0xEC298C) is known color: Deep Cerise. HEX triplet: EC, 29 and 8C. RGB value is (236,41,140). Sum of RGB (Red+Green+Blue) = 236+41+140=417 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.59% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 236 - color contains mainly: red. Hex color #EC298C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC298C is #13D673. Grayscale: #6E6E6E. Windows color (decimal): -1300084 or 9185772. OLE color: 9185772.
HSL color Cylindrical-coordinate representation of color #EC298C: hue angle of 329.54º 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 #EC298C is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 140 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 329.54º | 0.84% | 0.54% | - |
| HSV(B) | 329.54º | 0.83% | 0.93% | - |
| XYZ | 40.12 | 21.31 | 26.81 | - |
| YUV | 110.59 | 144.6 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 140 | 0 | 0.83 | 0.41 | 0.07 | 329.54 | 0.84 | 0.54 |
| Hex | EC | 29 | 8C | 0 | 53 | 29 | 7 | 14A | 54 | 36 |
| Octal | 354 | 51 | 214 | 0 | 123 | 51 | 7 | 512 | 124 | 66 |
| Binary | 11101100 | 101001 | 10001100 | 0 | 1010011 | 101001 | 111 | 101001010 | 1010100 | 110110 |
Color Harmonies of #EC298C
Complementary color
Monochromatic Colors of #EC298C
Black with #EC298C
Text Example
Text Example
White with #EC298C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC298C; }
p { color: rgb(236,41,140); }
H1.HeaderClassName
{
color: #EC298C;
}
.AnyTagClassName
{
color: #EC298C;
}
</style>
background-color css
<style>
a { background-color: #EC298C; }
a { background-color: rgb(236,41,140); }
div.DivClassName
{
background-color: #EC298C;
}
.BgClassName
{
background-color: #EC298C;
}
</style>
border-color css
<style>
span { border-color: #EC298C; }
span { border-color: rgb(236,41,140); }
td.TdClassName
{
border-color: #EC298C;
}
.TagClassName
{
border-color: #EC298C;
}
</style>