Shades of Cranberry #EC4172
Tints of Cranberry #EC4172
RGB
CMYK
RGB Variations
Color information
#EC4172 (or 0xEC4172) is known color: Cranberry. HEX triplet: EC, 41 and 72. RGB value is (236,65,114). Sum of RGB (Red+Green+Blue) = 236+65+114=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4172 is #13BE8D. Grayscale: #797979. Windows color (decimal): -1293966 or 7487980. OLE color: 7487980.
HSL color Cylindrical-coordinate representation of color #EC4172: hue angle of 342.81º 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 #EC4172 is Cyan = 0, Magento = 0.72, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 65 | 114 | - |
| CMYK | 0 | 0.72 | 0.52 | 0.07 |
| HSL | 342.81º | 0.82% | 0.59% | - |
| HSV(B) | 342.81º | 0.72% | 0.93% | - |
| XYZ | 39.52 | 22.83 | 18.24 | - |
| YUV | 121.72 | 123.65 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 65 | 114 | 0 | 0.72 | 0.52 | 0.07 | 342.81 | 0.82 | 0.59 |
| Hex | EC | 41 | 72 | 0 | 48 | 34 | 7 | 157 | 52 | 3B |
| Octal | 354 | 101 | 162 | 0 | 110 | 64 | 7 | 527 | 122 | 73 |
| Binary | 11101100 | 1000001 | 1110010 | 0 | 1001000 | 110100 | 111 | 101010111 | 1010010 | 111011 |
Color Harmonies of #EC4172
Complementary color
Monochromatic Colors of #EC4172
Black with #EC4172
Text Example
Text Example
White with #EC4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4172; }
p { color: rgb(236,65,114); }
H1.HeaderClassName
{
color: #EC4172;
}
.AnyTagClassName
{
color: #EC4172;
}
</style>
background-color css
<style>
a { background-color: #EC4172; }
a { background-color: rgb(236,65,114); }
div.DivClassName
{
background-color: #EC4172;
}
.BgClassName
{
background-color: #EC4172;
}
</style>
border-color css
<style>
span { border-color: #EC4172; }
span { border-color: rgb(236,65,114); }
td.TdClassName
{
border-color: #EC4172;
}
.TagClassName
{
border-color: #EC4172;
}
</style>