Shades of Deep Cerise #EC2F89
Tints of Deep Cerise #EC2F89
RGB
CMYK
RGB Variations
Color information
#EC2F89 (or 0xEC2F89) is known color: Deep Cerise. HEX triplet: EC, 2F and 89. RGB value is (236,47,137). Sum of RGB (Red+Green+Blue) = 236+47+137=420 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.19% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2F89 is #13D076. Grayscale: #717171. Windows color (decimal): -1298551 or 8990700. OLE color: 8990700.
HSL color Cylindrical-coordinate representation of color #EC2F89: hue angle of 331.43º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC2F89 is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 47 | 137 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.07 |
| HSL | 331.43º | 0.83% | 0.55% | - |
| HSV(B) | 331.43º | 0.8% | 0.93% | - |
| XYZ | 40.12 | 21.67 | 25.74 | - |
| YUV | 113.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 47 | 137 | 0 | 0.80 | 0.42 | 0.07 | 331.43 | 0.83 | 0.55 |
| Hex | EC | 2F | 89 | 0 | 50 | 2A | 7 | 14B | 53 | 37 |
| Octal | 354 | 57 | 211 | 0 | 120 | 52 | 7 | 513 | 123 | 67 |
| Binary | 11101100 | 101111 | 10001001 | 0 | 1010000 | 101010 | 111 | 101001011 | 1010011 | 110111 |
Color Harmonies of #EC2F89
Complementary color
Monochromatic Colors of #EC2F89
Black with #EC2F89
Text Example
Text Example
White with #EC2F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2F89; }
p { color: rgb(236,47,137); }
H1.HeaderClassName
{
color: #EC2F89;
}
.AnyTagClassName
{
color: #EC2F89;
}
</style>
background-color css
<style>
a { background-color: #EC2F89; }
a { background-color: rgb(236,47,137); }
div.DivClassName
{
background-color: #EC2F89;
}
.BgClassName
{
background-color: #EC2F89;
}
</style>
border-color css
<style>
span { border-color: #EC2F89; }
span { border-color: rgb(236,47,137); }
td.TdClassName
{
border-color: #EC2F89;
}
.TagClassName
{
border-color: #EC2F89;
}
</style>