Shades of Deep Cerise #EC2A8F
Tints of Deep Cerise #EC2A8F
RGB
CMYK
RGB Variations
Color information
#EC2A8F (or 0xEC2A8F) is known color: Deep Cerise. HEX triplet: EC, 2A and 8F. RGB value is (236,42,143). Sum of RGB (Red+Green+Blue) = 236+42+143=421 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.06% from 421); Green value is 42 (16.80% from 255 or 9.98% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC2A8F is #13D570. Grayscale: #6F6F6F. Windows color (decimal): -1299825 or 9382636. OLE color: 9382636.
HSL color Cylindrical-coordinate representation of color #EC2A8F: hue angle of 328.76º 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 #EC2A8F is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 143 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.07 |
| HSL | 328.76º | 0.84% | 0.55% | - |
| HSV(B) | 328.76º | 0.82% | 0.93% | - |
| XYZ | 40.38 | 21.47 | 28 | - |
| YUV | 111.52 | 145.77 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 143 | 0 | 0.82 | 0.39 | 0.07 | 328.76 | 0.84 | 0.55 |
| Hex | EC | 2A | 8F | 0 | 52 | 27 | 7 | 149 | 54 | 37 |
| Octal | 354 | 52 | 217 | 0 | 122 | 47 | 7 | 511 | 124 | 67 |
| Binary | 11101100 | 101010 | 10001111 | 0 | 1010010 | 100111 | 111 | 101001001 | 1010100 | 110111 |
Color Harmonies of #EC2A8F
Complementary color
Monochromatic Colors of #EC2A8F
Black with #EC2A8F
Text Example
Text Example
White with #EC2A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A8F; }
p { color: rgb(236,42,143); }
H1.HeaderClassName
{
color: #EC2A8F;
}
.AnyTagClassName
{
color: #EC2A8F;
}
</style>
background-color css
<style>
a { background-color: #EC2A8F; }
a { background-color: rgb(236,42,143); }
div.DivClassName
{
background-color: #EC2A8F;
}
.BgClassName
{
background-color: #EC2A8F;
}
</style>
border-color css
<style>
span { border-color: #EC2A8F; }
span { border-color: rgb(236,42,143); }
td.TdClassName
{
border-color: #EC2A8F;
}
.TagClassName
{
border-color: #EC2A8F;
}
</style>