Shades of Deep Cerise #EC2786
Tints of Deep Cerise #EC2786
RGB
CMYK
RGB Variations
Color information
#EC2786 (or 0xEC2786) is known color: Deep Cerise. HEX triplet: EC, 27 and 86. RGB value is (236,39,134). Sum of RGB (Red+Green+Blue) = 236+39+134=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2786 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2786 is #13D879. Grayscale: #6C6C6C. Windows color (decimal): -1300602 or 8792044. OLE color: 8792044.
HSL color Cylindrical-coordinate representation of color #EC2786: hue angle of 331.07º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC2786 is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 39 | 134 | - |
| CMYK | 0 | 0.83 | 0.43 | 0.07 |
| HSL | 331.07º | 0.84% | 0.54% | - |
| HSV(B) | 331.07º | 0.83% | 0.93% | - |
| XYZ | 39.62 | 21.01 | 24.52 | - |
| YUV | 108.73 | 142.27 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 39 | 134 | 0 | 0.83 | 0.43 | 0.07 | 331.07 | 0.84 | 0.54 |
| Hex | EC | 27 | 86 | 0 | 53 | 2B | 7 | 14B | 54 | 36 |
| Octal | 354 | 47 | 206 | 0 | 123 | 53 | 7 | 513 | 124 | 66 |
| Binary | 11101100 | 100111 | 10000110 | 0 | 1010011 | 101011 | 111 | 101001011 | 1010100 | 110110 |
Color Harmonies of #EC2786
Complementary color
Monochromatic Colors of #EC2786
Black with #EC2786
Text Example
Text Example
White with #EC2786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2786; }
p { color: rgb(236,39,134); }
H1.HeaderClassName
{
color: #EC2786;
}
.AnyTagClassName
{
color: #EC2786;
}
</style>
background-color css
<style>
a { background-color: #EC2786; }
a { background-color: rgb(236,39,134); }
div.DivClassName
{
background-color: #EC2786;
}
.BgClassName
{
background-color: #EC2786;
}
</style>
border-color css
<style>
span { border-color: #EC2786; }
span { border-color: rgb(236,39,134); }
td.TdClassName
{
border-color: #EC2786;
}
.TagClassName
{
border-color: #EC2786;
}
</style>