Shades of Cranberry #EC4270
Tints of Cranberry #EC4270
RGB
CMYK
RGB Variations
Color information
#EC4270 (or 0xEC4270) is known color: Cranberry. HEX triplet: EC, 42 and 70. RGB value is (236,66,112). Sum of RGB (Red+Green+Blue) = 236+66+112=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4270 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4270 is #13BD8F. Grayscale: #7A7A7A. Windows color (decimal): -1293712 or 7357164. OLE color: 7357164.
HSL color Cylindrical-coordinate representation of color #EC4270: hue angle of 343.76º 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 #EC4270 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 66 | 112 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.07 |
| HSL | 343.76º | 0.82% | 0.59% | - |
| HSV(B) | 343.76º | 0.72% | 0.93% | - |
| XYZ | 39.46 | 22.9 | 17.67 | - |
| YUV | 122.07 | 122.32 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 66 | 112 | 0 | 0.72 | 0.53 | 0.07 | 343.76 | 0.82 | 0.59 |
| Hex | EC | 42 | 70 | 0 | 48 | 35 | 7 | 158 | 52 | 3B |
| Octal | 354 | 102 | 160 | 0 | 110 | 65 | 7 | 530 | 122 | 73 |
| Binary | 11101100 | 1000010 | 1110000 | 0 | 1001000 | 110101 | 111 | 101011000 | 1010010 | 111011 |
Color Harmonies of #EC4270
Complementary color
Monochromatic Colors of #EC4270
Black with #EC4270
Text Example
Text Example
White with #EC4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4270; }
p { color: rgb(236,66,112); }
H1.HeaderClassName
{
color: #EC4270;
}
.AnyTagClassName
{
color: #EC4270;
}
</style>
background-color css
<style>
a { background-color: #EC4270; }
a { background-color: rgb(236,66,112); }
div.DivClassName
{
background-color: #EC4270;
}
.BgClassName
{
background-color: #EC4270;
}
</style>
border-color css
<style>
span { border-color: #EC4270; }
span { border-color: rgb(236,66,112); }
td.TdClassName
{
border-color: #EC4270;
}
.TagClassName
{
border-color: #EC4270;
}
</style>