Shades of Deep Cerise #EC2B8F
Tints of Deep Cerise #EC2B8F
RGB
CMYK
RGB Variations
Color information
#EC2B8F (or 0xEC2B8F) is known color: Deep Cerise. HEX triplet: EC, 2B and 8F. RGB value is (236,43,143). Sum of RGB (Red+Green+Blue) = 236+43+143=422 (55% of max value = 765). Red value is 236 (92.58% from 255 or 55.92% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2B8F is #13D470. Grayscale: #6F6F6F. Windows color (decimal): -1299569 or 9382892. OLE color: 9382892.
HSL color Cylindrical-coordinate representation of color #EC2B8F: hue angle of 328.91º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC2B8F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 143 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.07 |
| HSL | 328.91º | 0.84% | 0.55% | - |
| HSV(B) | 328.91º | 0.82% | 0.93% | - |
| XYZ | 40.41 | 21.54 | 28.01 | - |
| YUV | 112.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 143 | 0 | 0.82 | 0.39 | 0.07 | 328.91 | 0.84 | 0.55 |
| Hex | EC | 2B | 8F | 0 | 52 | 27 | 7 | 149 | 54 | 37 |
| Octal | 354 | 53 | 217 | 0 | 122 | 47 | 7 | 511 | 124 | 67 |
| Binary | 11101100 | 101011 | 10001111 | 0 | 1010010 | 100111 | 111 | 101001001 | 1010100 | 110111 |
Color Harmonies of #EC2B8F
Complementary color
Monochromatic Colors of #EC2B8F
Black with #EC2B8F
Text Example
Text Example
White with #EC2B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B8F; }
p { color: rgb(236,43,143); }
H1.HeaderClassName
{
color: #EC2B8F;
}
.AnyTagClassName
{
color: #EC2B8F;
}
</style>
background-color css
<style>
a { background-color: #EC2B8F; }
a { background-color: rgb(236,43,143); }
div.DivClassName
{
background-color: #EC2B8F;
}
.BgClassName
{
background-color: #EC2B8F;
}
</style>
border-color css
<style>
span { border-color: #EC2B8F; }
span { border-color: rgb(236,43,143); }
td.TdClassName
{
border-color: #EC2B8F;
}
.TagClassName
{
border-color: #EC2B8F;
}
</style>