Shades of Deep Cerise #EC327B
Tints of Deep Cerise #EC327B
RGB
CMYK
RGB Variations
Color information
#EC327B (or 0xEC327B) is known color: Deep Cerise. HEX triplet: EC, 32 and 7B. RGB value is (236,50,123). Sum of RGB (Red+Green+Blue) = 236+50+123=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC327B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC327B is #13CD84. Grayscale: #717171. Windows color (decimal): -1297797 or 8073964. OLE color: 8073964.
HSL color Cylindrical-coordinate representation of color #EC327B: hue angle of 336.45º 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 #EC327B is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 123 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.07 |
| HSL | 336.45º | 0.83% | 0.56% | - |
| HSV(B) | 336.45º | 0.79% | 0.93% | - |
| XYZ | 39.31 | 21.54 | 20.83 | - |
| YUV | 113.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 123 | 0 | 0.79 | 0.48 | 0.07 | 336.45 | 0.83 | 0.56 |
| Hex | EC | 32 | 7B | 0 | 4F | 30 | 7 | 150 | 53 | 38 |
| Octal | 354 | 62 | 173 | 0 | 117 | 60 | 7 | 520 | 123 | 70 |
| Binary | 11101100 | 110010 | 1111011 | 0 | 1001111 | 110000 | 111 | 101010000 | 1010011 | 111000 |
Color Harmonies of #EC327B
Complementary color
Monochromatic Colors of #EC327B
Black with #EC327B
Text Example
Text Example
White with #EC327B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC327B; }
p { color: rgb(236,50,123); }
H1.HeaderClassName
{
color: #EC327B;
}
.AnyTagClassName
{
color: #EC327B;
}
</style>
background-color css
<style>
a { background-color: #EC327B; }
a { background-color: rgb(236,50,123); }
div.DivClassName
{
background-color: #EC327B;
}
.BgClassName
{
background-color: #EC327B;
}
</style>
border-color css
<style>
span { border-color: #EC327B; }
span { border-color: rgb(236,50,123); }
td.TdClassName
{
border-color: #EC327B;
}
.TagClassName
{
border-color: #EC327B;
}
</style>