Shades of Deep Cerise #EC217B
Tints of Deep Cerise #EC217B
RGB
CMYK
RGB Variations
Color information
#EC217B (or 0xEC217B) is known color: Deep Cerise. HEX triplet: EC, 21 and 7B. RGB value is (236,33,123). Sum of RGB (Red+Green+Blue) = 236+33+123=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC217B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC217B is #13DE84. Grayscale: #676767. Windows color (decimal): -1302149 or 8069612. OLE color: 8069612.
HSL color Cylindrical-coordinate representation of color #EC217B: hue angle of 333.4º 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 #EC217B is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 123 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.07 |
| HSL | 333.4º | 0.84% | 0.53% | - |
| HSV(B) | 333.4º | 0.86% | 0.93% | - |
| XYZ | 38.71 | 20.35 | 20.63 | - |
| YUV | 103.96 | 138.75 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 123 | 0 | 0.86 | 0.48 | 0.07 | 333.4 | 0.84 | 0.53 |
| Hex | EC | 21 | 7B | 0 | 56 | 30 | 7 | 14D | 54 | 35 |
| Octal | 354 | 41 | 173 | 0 | 126 | 60 | 7 | 515 | 124 | 65 |
| Binary | 11101100 | 100001 | 1111011 | 0 | 1010110 | 110000 | 111 | 101001101 | 1010100 | 110101 |
Color Harmonies of #EC217B
Complementary color
Monochromatic Colors of #EC217B
Black with #EC217B
Text Example
Text Example
White with #EC217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC217B; }
p { color: rgb(236,33,123); }
H1.HeaderClassName
{
color: #EC217B;
}
.AnyTagClassName
{
color: #EC217B;
}
</style>
background-color css
<style>
a { background-color: #EC217B; }
a { background-color: rgb(236,33,123); }
div.DivClassName
{
background-color: #EC217B;
}
.BgClassName
{
background-color: #EC217B;
}
</style>
border-color css
<style>
span { border-color: #EC217B; }
span { border-color: rgb(236,33,123); }
td.TdClassName
{
border-color: #EC217B;
}
.TagClassName
{
border-color: #EC217B;
}
</style>