Shades of Cranberry #EC4868
Tints of Cranberry #EC4868
RGB
CMYK
RGB Variations
Color information
#EC4868 (or 0xEC4868) is known color: Cranberry. HEX triplet: EC, 48 and 68. RGB value is (236,72,104). Sum of RGB (Red+Green+Blue) = 236+72+104=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 72 (28.52% from 255 or 17.48% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4868 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4868 is #13B797. Grayscale: #7C7C7C. Windows color (decimal): -1292184 or 6834412. OLE color: 6834412.
HSL color Cylindrical-coordinate representation of color #EC4868: hue angle of 348.29º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4868 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 104 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.07 |
| HSL | 348.29º | 0.81% | 0.6% | - |
| HSV(B) | 348.29º | 0.69% | 0.93% | - |
| XYZ | 39.41 | 23.47 | 15.55 | - |
| YUV | 124.68 | 116.33 | 207.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 104 | 0 | 0.69 | 0.56 | 0.07 | 348.29 | 0.81 | 0.6 |
| Hex | EC | 48 | 68 | 0 | 45 | 38 | 7 | 15C | 51 | 3C |
| Octal | 354 | 110 | 150 | 0 | 105 | 70 | 7 | 534 | 121 | 74 |
| Binary | 11101100 | 1001000 | 1101000 | 0 | 1000101 | 111000 | 111 | 101011100 | 1010001 | 111100 |
Color Harmonies of #EC4868
Complementary color
Monochromatic Colors of #EC4868
Black with #EC4868
Text Example
Text Example
White with #EC4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4868; }
p { color: rgb(236,72,104); }
H1.HeaderClassName
{
color: #EC4868;
}
.AnyTagClassName
{
color: #EC4868;
}
</style>
background-color css
<style>
a { background-color: #EC4868; }
a { background-color: rgb(236,72,104); }
div.DivClassName
{
background-color: #EC4868;
}
.BgClassName
{
background-color: #EC4868;
}
</style>
border-color css
<style>
span { border-color: #EC4868; }
span { border-color: rgb(236,72,104); }
td.TdClassName
{
border-color: #EC4868;
}
.TagClassName
{
border-color: #EC4868;
}
</style>