Shades of Deep Cerise #EC327D
Tints of Deep Cerise #EC327D
RGB
CMYK
RGB Variations
Color information
#EC327D (or 0xEC327D) is known color: Deep Cerise. HEX triplet: EC, 32 and 7D. RGB value is (236,50,125). Sum of RGB (Red+Green+Blue) = 236+50+125=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC327D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC327D is #13CD82. Grayscale: #727272. Windows color (decimal): -1297795 or 8205036. OLE color: 8205036.
HSL color Cylindrical-coordinate representation of color #EC327D: hue angle of 335.81º 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 #EC327D is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 50 | 125 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.07 |
| HSL | 335.81º | 0.83% | 0.56% | - |
| HSV(B) | 335.81º | 0.79% | 0.93% | - |
| XYZ | 39.43 | 21.59 | 21.49 | - |
| YUV | 114.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 50 | 125 | 0 | 0.79 | 0.47 | 0.07 | 335.81 | 0.83 | 0.56 |
| Hex | EC | 32 | 7D | 0 | 4F | 2F | 7 | 150 | 53 | 38 |
| Octal | 354 | 62 | 175 | 0 | 117 | 57 | 7 | 520 | 123 | 70 |
| Binary | 11101100 | 110010 | 1111101 | 0 | 1001111 | 101111 | 111 | 101010000 | 1010011 | 111000 |
Color Harmonies of #EC327D
Complementary color
Monochromatic Colors of #EC327D
Black with #EC327D
Text Example
Text Example
White with #EC327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC327D; }
p { color: rgb(236,50,125); }
H1.HeaderClassName
{
color: #EC327D;
}
.AnyTagClassName
{
color: #EC327D;
}
</style>
background-color css
<style>
a { background-color: #EC327D; }
a { background-color: rgb(236,50,125); }
div.DivClassName
{
background-color: #EC327D;
}
.BgClassName
{
background-color: #EC327D;
}
</style>
border-color css
<style>
span { border-color: #EC327D; }
span { border-color: rgb(236,50,125); }
td.TdClassName
{
border-color: #EC327D;
}
.TagClassName
{
border-color: #EC327D;
}
</style>