Shades of Deep Cerise #EC2B8B
Tints of Deep Cerise #EC2B8B
RGB
CMYK
RGB Variations
Color information
#EC2B8B (or 0xEC2B8B) is known color: Deep Cerise. HEX triplet: EC, 2B and 8B. RGB value is (236,43,139). Sum of RGB (Red+Green+Blue) = 236+43+139=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2B8B is #13D474. Grayscale: #6F6F6F. Windows color (decimal): -1299573 or 9120748. OLE color: 9120748.
HSL color Cylindrical-coordinate representation of color #EC2B8B: hue angle of 330.16º 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 #EC2B8B is Cyan = 0, Magento = 0.82, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 43 | 139 | - |
| CMYK | 0 | 0.82 | 0.41 | 0.07 |
| HSL | 330.16º | 0.84% | 0.55% | - |
| HSV(B) | 330.16º | 0.82% | 0.93% | - |
| XYZ | 40.12 | 21.42 | 26.45 | - |
| YUV | 111.65 | 143.44 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 43 | 139 | 0 | 0.82 | 0.41 | 0.07 | 330.16 | 0.84 | 0.55 |
| Hex | EC | 2B | 8B | 0 | 52 | 29 | 7 | 14A | 54 | 37 |
| Octal | 354 | 53 | 213 | 0 | 122 | 51 | 7 | 512 | 124 | 67 |
| Binary | 11101100 | 101011 | 10001011 | 0 | 1010010 | 101001 | 111 | 101001010 | 1010100 | 110111 |
Color Harmonies of #EC2B8B
Complementary color
Monochromatic Colors of #EC2B8B
Black with #EC2B8B
Text Example
Text Example
White with #EC2B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2B8B; }
p { color: rgb(236,43,139); }
H1.HeaderClassName
{
color: #EC2B8B;
}
.AnyTagClassName
{
color: #EC2B8B;
}
</style>
background-color css
<style>
a { background-color: #EC2B8B; }
a { background-color: rgb(236,43,139); }
div.DivClassName
{
background-color: #EC2B8B;
}
.BgClassName
{
background-color: #EC2B8B;
}
</style>
border-color css
<style>
span { border-color: #EC2B8B; }
span { border-color: rgb(236,43,139); }
td.TdClassName
{
border-color: #EC2B8B;
}
.TagClassName
{
border-color: #EC2B8B;
}
</style>