Shades of Cranberry #EC3F74
Tints of Cranberry #EC3F74
RGB
CMYK
RGB Variations
Color information
#EC3F74 (or 0xEC3F74) is known color: Cranberry. HEX triplet: EC, 3F and 74. RGB value is (236,63,116). Sum of RGB (Red+Green+Blue) = 236+63+116=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC3F74 is #13C08B. Grayscale: #787878. Windows color (decimal): -1294476 or 7618540. OLE color: 7618540.
HSL color Cylindrical-coordinate representation of color #EC3F74: hue angle of 341.62º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3F74 is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 63 | 116 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.07 |
| HSL | 341.62º | 0.82% | 0.59% | - |
| HSV(B) | 341.62º | 0.73% | 0.93% | - |
| XYZ | 39.52 | 22.65 | 18.81 | - |
| YUV | 120.77 | 125.31 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 63 | 116 | 0 | 0.73 | 0.51 | 0.07 | 341.62 | 0.82 | 0.59 |
| Hex | EC | 3F | 74 | 0 | 49 | 33 | 7 | 156 | 52 | 3B |
| Octal | 354 | 77 | 164 | 0 | 111 | 63 | 7 | 526 | 122 | 73 |
| Binary | 11101100 | 111111 | 1110100 | 0 | 1001001 | 110011 | 111 | 101010110 | 1010010 | 111011 |
Color Harmonies of #EC3F74
Complementary color
Monochromatic Colors of #EC3F74
Black with #EC3F74
Text Example
Text Example
White with #EC3F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC3F74; }
p { color: rgb(236,63,116); }
H1.HeaderClassName
{
color: #EC3F74;
}
.AnyTagClassName
{
color: #EC3F74;
}
</style>
background-color css
<style>
a { background-color: #EC3F74; }
a { background-color: rgb(236,63,116); }
div.DivClassName
{
background-color: #EC3F74;
}
.BgClassName
{
background-color: #EC3F74;
}
</style>
border-color css
<style>
span { border-color: #EC3F74; }
span { border-color: rgb(236,63,116); }
td.TdClassName
{
border-color: #EC3F74;
}
.TagClassName
{
border-color: #EC3F74;
}
</style>