Shades of Cranberry #EC446C
Tints of Cranberry #EC446C
RGB
CMYK
RGB Variations
Color information
#EC446C (or 0xEC446C) is known color: Cranberry. HEX triplet: EC, 44 and 6C. RGB value is (236,68,108). Sum of RGB (Red+Green+Blue) = 236+68+108=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC446C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC446C is #13BB93. Grayscale: #7A7A7A. Windows color (decimal): -1293204 or 7095532. OLE color: 7095532.
HSL color Cylindrical-coordinate representation of color #EC446C: hue angle of 345.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC446C is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 68 | 108 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.07 |
| HSL | 345.71º | 0.82% | 0.6% | - |
| HSV(B) | 345.71º | 0.71% | 0.93% | - |
| XYZ | 39.37 | 23.05 | 16.56 | - |
| YUV | 122.79 | 119.66 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 68 | 108 | 0 | 0.71 | 0.54 | 0.07 | 345.71 | 0.82 | 0.6 |
| Hex | EC | 44 | 6C | 0 | 47 | 36 | 7 | 15A | 52 | 3C |
| Octal | 354 | 104 | 154 | 0 | 107 | 66 | 7 | 532 | 122 | 74 |
| Binary | 11101100 | 1000100 | 1101100 | 0 | 1000111 | 110110 | 111 | 101011010 | 1010010 | 111100 |
Color Harmonies of #EC446C
Complementary color
Monochromatic Colors of #EC446C
Black with #EC446C
Text Example
Text Example
White with #EC446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC446C; }
p { color: rgb(236,68,108); }
H1.HeaderClassName
{
color: #EC446C;
}
.AnyTagClassName
{
color: #EC446C;
}
</style>
background-color css
<style>
a { background-color: #EC446C; }
a { background-color: rgb(236,68,108); }
div.DivClassName
{
background-color: #EC446C;
}
.BgClassName
{
background-color: #EC446C;
}
</style>
border-color css
<style>
span { border-color: #EC446C; }
span { border-color: rgb(236,68,108); }
td.TdClassName
{
border-color: #EC446C;
}
.TagClassName
{
border-color: #EC446C;
}
</style>