Shades of Deep Cerise #EC227B
Tints of Deep Cerise #EC227B
RGB
CMYK
RGB Variations
Color information
#EC227B (or 0xEC227B) is known color: Deep Cerise. HEX triplet: EC, 22 and 7B. RGB value is (236,34,123). Sum of RGB (Red+Green+Blue) = 236+34+123=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC227B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC227B is #13DD84. Grayscale: #686868. Windows color (decimal): -1301893 or 8069868. OLE color: 8069868.
HSL color Cylindrical-coordinate representation of color #EC227B: hue angle of 333.56º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EC227B is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 123 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.07 |
| HSL | 333.56º | 0.84% | 0.53% | - |
| HSV(B) | 333.56º | 0.86% | 0.93% | - |
| XYZ | 38.74 | 20.41 | 20.64 | - |
| YUV | 104.54 | 138.42 | 221.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 123 | 0 | 0.86 | 0.48 | 0.07 | 333.56 | 0.84 | 0.53 |
| Hex | EC | 22 | 7B | 0 | 56 | 30 | 7 | 14E | 54 | 35 |
| Octal | 354 | 42 | 173 | 0 | 126 | 60 | 7 | 516 | 124 | 65 |
| Binary | 11101100 | 100010 | 1111011 | 0 | 1010110 | 110000 | 111 | 101001110 | 1010100 | 110101 |
Color Harmonies of #EC227B
Complementary color
Monochromatic Colors of #EC227B
Black with #EC227B
Text Example
Text Example
White with #EC227B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC227B; }
p { color: rgb(236,34,123); }
H1.HeaderClassName
{
color: #EC227B;
}
.AnyTagClassName
{
color: #EC227B;
}
</style>
background-color css
<style>
a { background-color: #EC227B; }
a { background-color: rgb(236,34,123); }
div.DivClassName
{
background-color: #EC227B;
}
.BgClassName
{
background-color: #EC227B;
}
</style>
border-color css
<style>
span { border-color: #EC227B; }
span { border-color: rgb(236,34,123); }
td.TdClassName
{
border-color: #EC227B;
}
.TagClassName
{
border-color: #EC227B;
}
</style>