Shades of Deep Cerise #EC2885
Tints of Deep Cerise #EC2885
RGB
CMYK
RGB Variations
Color information
#EC2885 (or 0xEC2885) is known color: Deep Cerise. HEX triplet: EC, 28 and 85. RGB value is (236,40,133). Sum of RGB (Red+Green+Blue) = 236+40+133=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2885 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2885 is #13D77A. Grayscale: #6D6D6D. Windows color (decimal): -1300347 or 8726764. OLE color: 8726764.
HSL color Cylindrical-coordinate representation of color #EC2885: hue angle of 331.53º 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 #EC2885 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 40 | 133 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.07 |
| HSL | 331.53º | 0.84% | 0.54% | - |
| HSV(B) | 331.53º | 0.83% | 0.93% | - |
| XYZ | 39.58 | 21.04 | 24.17 | - |
| YUV | 109.21 | 141.43 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 40 | 133 | 0 | 0.83 | 0.44 | 0.07 | 331.53 | 0.84 | 0.54 |
| Hex | EC | 28 | 85 | 0 | 53 | 2C | 7 | 14C | 54 | 36 |
| Octal | 354 | 50 | 205 | 0 | 123 | 54 | 7 | 514 | 124 | 66 |
| Binary | 11101100 | 101000 | 10000101 | 0 | 1010011 | 101100 | 111 | 101001100 | 1010100 | 110110 |
Color Harmonies of #EC2885
Complementary color
Monochromatic Colors of #EC2885
Black with #EC2885
Text Example
Text Example
White with #EC2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2885; }
p { color: rgb(236,40,133); }
H1.HeaderClassName
{
color: #EC2885;
}
.AnyTagClassName
{
color: #EC2885;
}
</style>
background-color css
<style>
a { background-color: #EC2885; }
a { background-color: rgb(236,40,133); }
div.DivClassName
{
background-color: #EC2885;
}
.BgClassName
{
background-color: #EC2885;
}
</style>
border-color css
<style>
span { border-color: #EC2885; }
span { border-color: rgb(236,40,133); }
td.TdClassName
{
border-color: #EC2885;
}
.TagClassName
{
border-color: #EC2885;
}
</style>