Shades of Cerise #EC3D6E
Tints of Cerise #EC3D6E
RGB
CMYK
RGB Variations
Color information
#EC3D6E (or 0xEC3D6E) is known color: Cerise. HEX triplet: EC, 3D and 6E. RGB value is (236,61,110). Sum of RGB (Red+Green+Blue) = 236+61+110=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3D6E is #13C291. Grayscale: #767676. Windows color (decimal): -1294994 or 7224812. OLE color: 7224812.
HSL color Cylindrical-coordinate representation of color #EC3D6E: hue angle of 343.2º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC3D6E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 110 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.07 |
| HSL | 343.2º | 0.82% | 0.58% | - |
| HSV(B) | 343.2º | 0.74% | 0.93% | - |
| XYZ | 39.08 | 22.3 | 17 | - |
| YUV | 118.91 | 122.98 | 211.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 110 | 0 | 0.74 | 0.53 | 0.07 | 343.2 | 0.82 | 0.58 |
| Hex | EC | 3D | 6E | 0 | 4A | 35 | 7 | 157 | 52 | 3A |
| Octal | 354 | 75 | 156 | 0 | 112 | 65 | 7 | 527 | 122 | 72 |
| Binary | 11101100 | 111101 | 1101110 | 0 | 1001010 | 110101 | 111 | 101010111 | 1010010 | 111010 |
Color Harmonies of #EC3D6E
Complementary color
Monochromatic Colors of #EC3D6E
Black with #EC3D6E
Text Example
Text Example
White with #EC3D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D6E; }
p { color: rgb(236,61,110); }
H1.HeaderClassName
{
color: #EC3D6E;
}
.AnyTagClassName
{
color: #EC3D6E;
}
</style>
background-color css
<style>
a { background-color: #EC3D6E; }
a { background-color: rgb(236,61,110); }
div.DivClassName
{
background-color: #EC3D6E;
}
.BgClassName
{
background-color: #EC3D6E;
}
</style>
border-color css
<style>
span { border-color: #EC3D6E; }
span { border-color: rgb(236,61,110); }
td.TdClassName
{
border-color: #EC3D6E;
}
.TagClassName
{
border-color: #EC3D6E;
}
</style>