Shades of Cerise #EC3A6F
Tints of Cerise #EC3A6F
RGB
CMYK
RGB Variations
Color information
#EC3A6F (or 0xEC3A6F) is known color: Cerise. HEX triplet: EC, 3A and 6F. RGB value is (236,58,111). Sum of RGB (Red+Green+Blue) = 236+58+111=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 111 (43.75% from 255 or 27.41% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3A6F is #13C590. Grayscale: #757575. Windows color (decimal): -1295761 or 7289580. OLE color: 7289580.
HSL color Cylindrical-coordinate representation of color #EC3A6F: hue angle of 342.13º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC3A6F is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 111 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.07 |
| HSL | 342.13º | 0.82% | 0.58% | - |
| HSV(B) | 342.13º | 0.75% | 0.93% | - |
| XYZ | 38.97 | 22.01 | 17.23 | - |
| YUV | 117.26 | 124.47 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 111 | 0 | 0.75 | 0.53 | 0.07 | 342.13 | 0.82 | 0.58 |
| Hex | EC | 3A | 6F | 0 | 4B | 35 | 7 | 156 | 52 | 3A |
| Octal | 354 | 72 | 157 | 0 | 113 | 65 | 7 | 526 | 122 | 72 |
| Binary | 11101100 | 111010 | 1101111 | 0 | 1001011 | 110101 | 111 | 101010110 | 1010010 | 111010 |
Color Harmonies of #EC3A6F
Complementary color
Monochromatic Colors of #EC3A6F
Black with #EC3A6F
Text Example
Text Example
White with #EC3A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A6F; }
p { color: rgb(236,58,111); }
H1.HeaderClassName
{
color: #EC3A6F;
}
.AnyTagClassName
{
color: #EC3A6F;
}
</style>
background-color css
<style>
a { background-color: #EC3A6F; }
a { background-color: rgb(236,58,111); }
div.DivClassName
{
background-color: #EC3A6F;
}
.BgClassName
{
background-color: #EC3A6F;
}
</style>
border-color css
<style>
span { border-color: #EC3A6F; }
span { border-color: rgb(236,58,111); }
td.TdClassName
{
border-color: #EC3A6F;
}
.TagClassName
{
border-color: #EC3A6F;
}
</style>