Shades of Cerise #EC3D70
Tints of Cerise #EC3D70
RGB
CMYK
RGB Variations
Color information
#EC3D70 (or 0xEC3D70) is known color: Cerise. HEX triplet: EC, 3D and 70. RGB value is (236,61,112). Sum of RGB (Red+Green+Blue) = 236+61+112=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 61 (24.22% from 255 or 14.91% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3D70 is #13C28F. Grayscale: #777777. Windows color (decimal): -1294992 or 7355884. OLE color: 7355884.
HSL color Cylindrical-coordinate representation of color #EC3D70: hue angle of 342.51º 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 #EC3D70 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 112 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.07 |
| HSL | 342.51º | 0.82% | 0.58% | - |
| HSV(B) | 342.51º | 0.74% | 0.93% | - |
| XYZ | 39.19 | 22.34 | 17.58 | - |
| YUV | 119.14 | 123.98 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 112 | 0 | 0.74 | 0.53 | 0.07 | 342.51 | 0.82 | 0.58 |
| Hex | EC | 3D | 70 | 0 | 4A | 35 | 7 | 157 | 52 | 3A |
| Octal | 354 | 75 | 160 | 0 | 112 | 65 | 7 | 527 | 122 | 72 |
| Binary | 11101100 | 111101 | 1110000 | 0 | 1001010 | 110101 | 111 | 101010111 | 1010010 | 111010 |
Color Harmonies of #EC3D70
Complementary color
Monochromatic Colors of #EC3D70
Black with #EC3D70
Text Example
Text Example
White with #EC3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D70; }
p { color: rgb(236,61,112); }
H1.HeaderClassName
{
color: #EC3D70;
}
.AnyTagClassName
{
color: #EC3D70;
}
</style>
background-color css
<style>
a { background-color: #EC3D70; }
a { background-color: rgb(236,61,112); }
div.DivClassName
{
background-color: #EC3D70;
}
.BgClassName
{
background-color: #EC3D70;
}
</style>
border-color css
<style>
span { border-color: #EC3D70; }
span { border-color: rgb(236,61,112); }
td.TdClassName
{
border-color: #EC3D70;
}
.TagClassName
{
border-color: #EC3D70;
}
</style>