Shades of Cerise #EC3A74
Tints of Cerise #EC3A74
RGB
CMYK
RGB Variations
Color information
#EC3A74 (or 0xEC3A74) is known color: Cerise. HEX triplet: EC, 3A and 74. RGB value is (236,58,116). Sum of RGB (Red+Green+Blue) = 236+58+116=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 58 (23.05% from 255 or 14.15% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3A74 is #13C58B. Grayscale: #757575. Windows color (decimal): -1295756 or 7617260. OLE color: 7617260.
HSL color Cylindrical-coordinate representation of color #EC3A74: hue angle of 340.45º 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 #EC3A74 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 58 | 116 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.07 |
| HSL | 340.45º | 0.82% | 0.58% | - |
| HSV(B) | 340.45º | 0.75% | 0.93% | - |
| XYZ | 39.26 | 22.12 | 18.72 | - |
| YUV | 117.83 | 126.97 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 58 | 116 | 0 | 0.75 | 0.51 | 0.07 | 340.45 | 0.82 | 0.58 |
| Hex | EC | 3A | 74 | 0 | 4B | 33 | 7 | 154 | 52 | 3A |
| Octal | 354 | 72 | 164 | 0 | 113 | 63 | 7 | 524 | 122 | 72 |
| Binary | 11101100 | 111010 | 1110100 | 0 | 1001011 | 110011 | 111 | 101010100 | 1010010 | 111010 |
Color Harmonies of #EC3A74
Complementary color
Monochromatic Colors of #EC3A74
Black with #EC3A74
Text Example
Text Example
White with #EC3A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3A74; }
p { color: rgb(236,58,116); }
H1.HeaderClassName
{
color: #EC3A74;
}
.AnyTagClassName
{
color: #EC3A74;
}
</style>
background-color css
<style>
a { background-color: #EC3A74; }
a { background-color: rgb(236,58,116); }
div.DivClassName
{
background-color: #EC3A74;
}
.BgClassName
{
background-color: #EC3A74;
}
</style>
border-color css
<style>
span { border-color: #EC3A74; }
span { border-color: rgb(236,58,116); }
td.TdClassName
{
border-color: #EC3A74;
}
.TagClassName
{
border-color: #EC3A74;
}
</style>