Shades of Deep Cerise #EC1D80
Tints of Deep Cerise #EC1D80
RGB
CMYK
RGB Variations
Color information
#EC1D80 (or 0xEC1D80) is known color: Deep Cerise. HEX triplet: EC, 1D and 80. RGB value is (236,29,128). Sum of RGB (Red+Green+Blue) = 236+29+128=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC1D80 is #13E27F. Grayscale: #656565. Windows color (decimal): -1303168 or 8396268. OLE color: 8396268.
HSL color Cylindrical-coordinate representation of color #EC1D80: hue angle of 331.3º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1D80 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 29 | 128 | - |
| CMYK | 0 | 0.88 | 0.46 | 0.07 |
| HSL | 331.3º | 0.84% | 0.52% | - |
| HSV(B) | 331.3º | 0.88% | 0.93% | - |
| XYZ | 38.93 | 20.27 | 22.28 | - |
| YUV | 102.18 | 142.58 | 223.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 29 | 128 | 0 | 0.88 | 0.46 | 0.07 | 331.3 | 0.84 | 0.52 |
| Hex | EC | 1D | 80 | 0 | 58 | 2E | 7 | 14B | 54 | 34 |
| Octal | 354 | 35 | 200 | 0 | 130 | 56 | 7 | 513 | 124 | 64 |
| Binary | 11101100 | 11101 | 10000000 | 0 | 1011000 | 101110 | 111 | 101001011 | 1010100 | 110100 |
Color Harmonies of #EC1D80
Complementary color
Monochromatic Colors of #EC1D80
Black with #EC1D80
Text Example
Text Example
White with #EC1D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC1D80; }
p { color: rgb(236,29,128); }
H1.HeaderClassName
{
color: #EC1D80;
}
.AnyTagClassName
{
color: #EC1D80;
}
</style>
background-color css
<style>
a { background-color: #EC1D80; }
a { background-color: rgb(236,29,128); }
div.DivClassName
{
background-color: #EC1D80;
}
.BgClassName
{
background-color: #EC1D80;
}
</style>
border-color css
<style>
span { border-color: #EC1D80; }
span { border-color: rgb(236,29,128); }
td.TdClassName
{
border-color: #EC1D80;
}
.TagClassName
{
border-color: #EC1D80;
}
</style>