Shades of Deep Cerise #EC327E
Tints of Deep Cerise #EC327E
RGB
CMYK
RGB Variations
Color information
#EC327E (or 0xEC327E) is known color: Deep Cerise. HEX triplet: EC, 32 and 7E. RGB value is (236,50,126). Sum of RGB (Red+Green+Blue) = 236+50+126=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC327E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC327E is #13CD81. Grayscale: #727272. Windows color (decimal): -1297794 or 8270572. OLE color: 8270572.
HSL color Cylindrical-coordinate representation of color #EC327E: hue angle of 335.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC327E is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 126 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.07 |
| HSL | 335.48º | 0.83% | 0.56% | - |
| HSV(B) | 335.48º | 0.79% | 0.93% | - |
| XYZ | 39.5 | 21.62 | 21.83 | - |
| YUV | 114.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 126 | 0 | 0.79 | 0.47 | 0.07 | 335.48 | 0.83 | 0.56 |
| Hex | EC | 32 | 7E | 0 | 4F | 2F | 7 | 14F | 53 | 38 |
| Octal | 354 | 62 | 176 | 0 | 117 | 57 | 7 | 517 | 123 | 70 |
| Binary | 11101100 | 110010 | 1111110 | 0 | 1001111 | 101111 | 111 | 101001111 | 1010011 | 111000 |
Color Harmonies of #EC327E
Complementary color
Monochromatic Colors of #EC327E
Black with #EC327E
Text Example
Text Example
White with #EC327E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC327E; }
p { color: rgb(236,50,126); }
H1.HeaderClassName
{
color: #EC327E;
}
.AnyTagClassName
{
color: #EC327E;
}
</style>
background-color css
<style>
a { background-color: #EC327E; }
a { background-color: rgb(236,50,126); }
div.DivClassName
{
background-color: #EC327E;
}
.BgClassName
{
background-color: #EC327E;
}
</style>
border-color css
<style>
span { border-color: #EC327E; }
span { border-color: rgb(236,50,126); }
td.TdClassName
{
border-color: #EC327E;
}
.TagClassName
{
border-color: #EC327E;
}
</style>