Shades of Cerise #EC3D64
Tints of Cerise #EC3D64
RGB
CMYK
RGB Variations
Color information
#EC3D64 (or 0xEC3D64) is known color: Cerise. HEX triplet: EC, 3D and 64. RGB value is (236,61,100). Sum of RGB (Red+Green+Blue) = 236+61+100=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3D64 is #13C29B. Grayscale: #757575. Windows color (decimal): -1295004 or 6569452. OLE color: 6569452.
HSL color Cylindrical-coordinate representation of color #EC3D64: hue angle of 346.63º 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 #EC3D64 is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 100 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.07 |
| HSL | 346.63º | 0.82% | 0.58% | - |
| HSV(B) | 346.63º | 0.74% | 0.93% | - |
| XYZ | 38.56 | 22.09 | 14.29 | - |
| YUV | 117.77 | 117.98 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 100 | 0 | 0.74 | 0.58 | 0.07 | 346.63 | 0.82 | 0.58 |
| Hex | EC | 3D | 64 | 0 | 4A | 3A | 7 | 15B | 52 | 3A |
| Octal | 354 | 75 | 144 | 0 | 112 | 72 | 7 | 533 | 122 | 72 |
| Binary | 11101100 | 111101 | 1100100 | 0 | 1001010 | 111010 | 111 | 101011011 | 1010010 | 111010 |
Color Harmonies of #EC3D64
Complementary color
Monochromatic Colors of #EC3D64
Black with #EC3D64
Text Example
Text Example
White with #EC3D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D64; }
p { color: rgb(236,61,100); }
H1.HeaderClassName
{
color: #EC3D64;
}
.AnyTagClassName
{
color: #EC3D64;
}
</style>
background-color css
<style>
a { background-color: #EC3D64; }
a { background-color: rgb(236,61,100); }
div.DivClassName
{
background-color: #EC3D64;
}
.BgClassName
{
background-color: #EC3D64;
}
</style>
border-color css
<style>
span { border-color: #EC3D64; }
span { border-color: rgb(236,61,100); }
td.TdClassName
{
border-color: #EC3D64;
}
.TagClassName
{
border-color: #EC3D64;
}
</style>