Shades of Cerise #EC3D6F
Tints of Cerise #EC3D6F
RGB
CMYK
RGB Variations
Color information
#EC3D6F (or 0xEC3D6F) is known color: Cerise. HEX triplet: EC, 3D and 6F. RGB value is (236,61,111). Sum of RGB (Red+Green+Blue) = 236+61+111=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3D6F is #13C290. Grayscale: #777777. Windows color (decimal): -1294993 or 7290348. OLE color: 7290348.
HSL color Cylindrical-coordinate representation of color #EC3D6F: hue angle of 342.86º 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 #EC3D6F is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 61 | 111 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.07 |
| HSL | 342.86º | 0.82% | 0.58% | - |
| HSV(B) | 342.86º | 0.74% | 0.93% | - |
| XYZ | 39.13 | 22.32 | 17.28 | - |
| YUV | 119.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 61 | 111 | 0 | 0.74 | 0.53 | 0.07 | 342.86 | 0.82 | 0.58 |
| Hex | EC | 3D | 6F | 0 | 4A | 35 | 7 | 157 | 52 | 3A |
| Octal | 354 | 75 | 157 | 0 | 112 | 65 | 7 | 527 | 122 | 72 |
| Binary | 11101100 | 111101 | 1101111 | 0 | 1001010 | 110101 | 111 | 101010111 | 1010010 | 111010 |
Color Harmonies of #EC3D6F
Complementary color
Monochromatic Colors of #EC3D6F
Black with #EC3D6F
Text Example
Text Example
White with #EC3D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3D6F; }
p { color: rgb(236,61,111); }
H1.HeaderClassName
{
color: #EC3D6F;
}
.AnyTagClassName
{
color: #EC3D6F;
}
</style>
background-color css
<style>
a { background-color: #EC3D6F; }
a { background-color: rgb(236,61,111); }
div.DivClassName
{
background-color: #EC3D6F;
}
.BgClassName
{
background-color: #EC3D6F;
}
</style>
border-color css
<style>
span { border-color: #EC3D6F; }
span { border-color: rgb(236,61,111); }
td.TdClassName
{
border-color: #EC3D6F;
}
.TagClassName
{
border-color: #EC3D6F;
}
</style>