Shades of Cranberry #EC4370
Tints of Cranberry #EC4370
RGB
CMYK
RGB Variations
Color information
#EC4370 (or 0xEC4370) is known color: Cranberry. HEX triplet: EC, 43 and 70. RGB value is (236,67,112). Sum of RGB (Red+Green+Blue) = 236+67+112=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4370 is #13BC8F. Grayscale: #7A7A7A. Windows color (decimal): -1293456 or 7357420. OLE color: 7357420.
HSL color Cylindrical-coordinate representation of color #EC4370: hue angle of 344.02º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC4370 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 67 | 112 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.07 |
| HSL | 344.02º | 0.82% | 0.59% | - |
| HSV(B) | 344.02º | 0.72% | 0.93% | - |
| XYZ | 39.52 | 23.02 | 17.69 | - |
| YUV | 122.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 67 | 112 | 0 | 0.72 | 0.53 | 0.07 | 344.02 | 0.82 | 0.59 |
| Hex | EC | 43 | 70 | 0 | 48 | 35 | 7 | 158 | 52 | 3B |
| Octal | 354 | 103 | 160 | 0 | 110 | 65 | 7 | 530 | 122 | 73 |
| Binary | 11101100 | 1000011 | 1110000 | 0 | 1001000 | 110101 | 111 | 101011000 | 1010010 | 111011 |
Color Harmonies of #EC4370
Complementary color
Monochromatic Colors of #EC4370
Black with #EC4370
Text Example
Text Example
White with #EC4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4370; }
p { color: rgb(236,67,112); }
H1.HeaderClassName
{
color: #EC4370;
}
.AnyTagClassName
{
color: #EC4370;
}
</style>
background-color css
<style>
a { background-color: #EC4370; }
a { background-color: rgb(236,67,112); }
div.DivClassName
{
background-color: #EC4370;
}
.BgClassName
{
background-color: #EC4370;
}
</style>
border-color css
<style>
span { border-color: #EC4370; }
span { border-color: rgb(236,67,112); }
td.TdClassName
{
border-color: #EC4370;
}
.TagClassName
{
border-color: #EC4370;
}
</style>