Shades of Cerise #EC2A6B
Tints of Cerise #EC2A6B
RGB
CMYK
RGB Variations
Color information
#EC2A6B (or 0xEC2A6B) is known color: Cerise. HEX triplet: EC, 2A and 6B. RGB value is (236,42,107). Sum of RGB (Red+Green+Blue) = 236+42+107=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 42 (16.80% from 255 or 10.91% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2A6B is #13D594. Grayscale: #6B6B6B. Windows color (decimal): -1299861 or 7023340. OLE color: 7023340.
HSL color Cylindrical-coordinate representation of color #EC2A6B: hue angle of 339.9º 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 #EC2A6B is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 42 | 107 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.07 |
| HSL | 339.9º | 0.84% | 0.55% | - |
| HSV(B) | 339.9º | 0.82% | 0.93% | - |
| XYZ | 38.07 | 20.55 | 15.87 | - |
| YUV | 107.42 | 127.77 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 42 | 107 | 0 | 0.82 | 0.55 | 0.07 | 339.9 | 0.84 | 0.55 |
| Hex | EC | 2A | 6B | 0 | 52 | 37 | 7 | 154 | 54 | 37 |
| Octal | 354 | 52 | 153 | 0 | 122 | 67 | 7 | 524 | 124 | 67 |
| Binary | 11101100 | 101010 | 1101011 | 0 | 1010010 | 110111 | 111 | 101010100 | 1010100 | 110111 |
Color Harmonies of #EC2A6B
Complementary color
Monochromatic Colors of #EC2A6B
Black with #EC2A6B
Text Example
Text Example
White with #EC2A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC2A6B; }
p { color: rgb(236,42,107); }
H1.HeaderClassName
{
color: #EC2A6B;
}
.AnyTagClassName
{
color: #EC2A6B;
}
</style>
background-color css
<style>
a { background-color: #EC2A6B; }
a { background-color: rgb(236,42,107); }
div.DivClassName
{
background-color: #EC2A6B;
}
.BgClassName
{
background-color: #EC2A6B;
}
</style>
border-color css
<style>
span { border-color: #EC2A6B; }
span { border-color: rgb(236,42,107); }
td.TdClassName
{
border-color: #EC2A6B;
}
.TagClassName
{
border-color: #EC2A6B;
}
</style>