Shades of Deep Cerise #EC2181
Tints of Deep Cerise #EC2181
RGB
CMYK
RGB Variations
Color information
#EC2181 (or 0xEC2181) is known color: Deep Cerise. HEX triplet: EC, 21 and 81. RGB value is (236,33,129). Sum of RGB (Red+Green+Blue) = 236+33+129=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 33 (13.28% from 255 or 8.29% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2181 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2181 is #13DE7E. Grayscale: #686868. Windows color (decimal): -1302143 or 8462828. OLE color: 8462828.
HSL color Cylindrical-coordinate representation of color #EC2181: hue angle of 331.63º 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 #EC2181 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 33 | 129 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.07 |
| HSL | 331.63º | 0.84% | 0.53% | - |
| HSV(B) | 331.63º | 0.86% | 0.93% | - |
| XYZ | 39.1 | 20.51 | 22.67 | - |
| YUV | 104.64 | 141.75 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 33 | 129 | 0 | 0.86 | 0.45 | 0.07 | 331.63 | 0.84 | 0.53 |
| Hex | EC | 21 | 81 | 0 | 56 | 2D | 7 | 14C | 54 | 35 |
| Octal | 354 | 41 | 201 | 0 | 126 | 55 | 7 | 514 | 124 | 65 |
| Binary | 11101100 | 100001 | 10000001 | 0 | 1010110 | 101101 | 111 | 101001100 | 1010100 | 110101 |
Color Harmonies of #EC2181
Complementary color
Monochromatic Colors of #EC2181
Black with #EC2181
Text Example
Text Example
White with #EC2181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2181; }
p { color: rgb(236,33,129); }
H1.HeaderClassName
{
color: #EC2181;
}
.AnyTagClassName
{
color: #EC2181;
}
</style>
background-color css
<style>
a { background-color: #EC2181; }
a { background-color: rgb(236,33,129); }
div.DivClassName
{
background-color: #EC2181;
}
.BgClassName
{
background-color: #EC2181;
}
</style>
border-color css
<style>
span { border-color: #EC2181; }
span { border-color: rgb(236,33,129); }
td.TdClassName
{
border-color: #EC2181;
}
.TagClassName
{
border-color: #EC2181;
}
</style>