Shades of Deep Cerise #EC298B
Tints of Deep Cerise #EC298B
RGB
CMYK
RGB Variations
Color information
#EC298B (or 0xEC298B) is known color: Deep Cerise. HEX triplet: EC, 29 and 8B. RGB value is (236,41,139). Sum of RGB (Red+Green+Blue) = 236+41+139=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC298B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC298B is #13D674. Grayscale: #6E6E6E. Windows color (decimal): -1300085 or 9120236. OLE color: 9120236.
HSL color Cylindrical-coordinate representation of color #EC298B: hue angle of 329.85º 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 #EC298B is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 41 | 139 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.07 |
| HSL | 329.85º | 0.84% | 0.54% | - |
| HSV(B) | 329.85º | 0.83% | 0.93% | - |
| XYZ | 40.05 | 21.28 | 26.42 | - |
| YUV | 110.48 | 144.1 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 41 | 139 | 0 | 0.83 | 0.41 | 0.07 | 329.85 | 0.84 | 0.54 |
| Hex | EC | 29 | 8B | 0 | 53 | 29 | 7 | 14A | 54 | 36 |
| Octal | 354 | 51 | 213 | 0 | 123 | 51 | 7 | 512 | 124 | 66 |
| Binary | 11101100 | 101001 | 10001011 | 0 | 1010011 | 101001 | 111 | 101001010 | 1010100 | 110110 |
Color Harmonies of #EC298B
Complementary color
Monochromatic Colors of #EC298B
Black with #EC298B
Text Example
Text Example
White with #EC298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC298B; }
p { color: rgb(236,41,139); }
H1.HeaderClassName
{
color: #EC298B;
}
.AnyTagClassName
{
color: #EC298B;
}
</style>
background-color css
<style>
a { background-color: #EC298B; }
a { background-color: rgb(236,41,139); }
div.DivClassName
{
background-color: #EC298B;
}
.BgClassName
{
background-color: #EC298B;
}
</style>
border-color css
<style>
span { border-color: #EC298B; }
span { border-color: rgb(236,41,139); }
td.TdClassName
{
border-color: #EC298B;
}
.TagClassName
{
border-color: #EC298B;
}
</style>