Shades of Deep Cerise #EC227E
Tints of Deep Cerise #EC227E
RGB
CMYK
RGB Variations
Color information
#EC227E (or 0xEC227E) is known color: Deep Cerise. HEX triplet: EC, 22 and 7E. RGB value is (236,34,126). Sum of RGB (Red+Green+Blue) = 236+34+126=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC227E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC227E is #13DD81. Grayscale: #686868. Windows color (decimal): -1301890 or 8266476. OLE color: 8266476.
HSL color Cylindrical-coordinate representation of color #EC227E: hue angle of 332.67º 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 #EC227E is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 34 | 126 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.07 |
| HSL | 332.67º | 0.84% | 0.53% | - |
| HSV(B) | 332.67º | 0.86% | 0.93% | - |
| XYZ | 38.93 | 20.48 | 21.64 | - |
| YUV | 104.89 | 139.92 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 34 | 126 | 0 | 0.86 | 0.47 | 0.07 | 332.67 | 0.84 | 0.53 |
| Hex | EC | 22 | 7E | 0 | 56 | 2F | 7 | 14D | 54 | 35 |
| Octal | 354 | 42 | 176 | 0 | 126 | 57 | 7 | 515 | 124 | 65 |
| Binary | 11101100 | 100010 | 1111110 | 0 | 1010110 | 101111 | 111 | 101001101 | 1010100 | 110101 |
Color Harmonies of #EC227E
Complementary color
Monochromatic Colors of #EC227E
Black with #EC227E
Text Example
Text Example
White with #EC227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC227E; }
p { color: rgb(236,34,126); }
H1.HeaderClassName
{
color: #EC227E;
}
.AnyTagClassName
{
color: #EC227E;
}
</style>
background-color css
<style>
a { background-color: #EC227E; }
a { background-color: rgb(236,34,126); }
div.DivClassName
{
background-color: #EC227E;
}
.BgClassName
{
background-color: #EC227E;
}
</style>
border-color css
<style>
span { border-color: #EC227E; }
span { border-color: rgb(236,34,126); }
td.TdClassName
{
border-color: #EC227E;
}
.TagClassName
{
border-color: #EC227E;
}
</style>