Shades of Cranberry #EC486C
Tints of Cranberry #EC486C
RGB
CMYK
RGB Variations
Color information
#EC486C (or 0xEC486C) is known color: Cranberry. HEX triplet: EC, 48 and 6C. RGB value is (236,72,108). Sum of RGB (Red+Green+Blue) = 236+72+108=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC486C is #13B793. Grayscale: #7D7D7D. Windows color (decimal): -1292180 or 7096556. OLE color: 7096556.
HSL color Cylindrical-coordinate representation of color #EC486C: hue angle of 346.83º 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 #EC486C is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 72 | 108 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.07 |
| HSL | 346.83º | 0.81% | 0.6% | - |
| HSV(B) | 346.83º | 0.69% | 0.93% | - |
| XYZ | 39.62 | 23.55 | 16.65 | - |
| YUV | 125.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 72 | 108 | 0 | 0.69 | 0.54 | 0.07 | 346.83 | 0.81 | 0.6 |
| Hex | EC | 48 | 6C | 0 | 45 | 36 | 7 | 15B | 51 | 3C |
| Octal | 354 | 110 | 154 | 0 | 105 | 66 | 7 | 533 | 121 | 74 |
| Binary | 11101100 | 1001000 | 1101100 | 0 | 1000101 | 110110 | 111 | 101011011 | 1010001 | 111100 |
Color Harmonies of #EC486C
Complementary color
Monochromatic Colors of #EC486C
Black with #EC486C
Text Example
Text Example
White with #EC486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC486C; }
p { color: rgb(236,72,108); }
H1.HeaderClassName
{
color: #EC486C;
}
.AnyTagClassName
{
color: #EC486C;
}
</style>
background-color css
<style>
a { background-color: #EC486C; }
a { background-color: rgb(236,72,108); }
div.DivClassName
{
background-color: #EC486C;
}
.BgClassName
{
background-color: #EC486C;
}
</style>
border-color css
<style>
span { border-color: #EC486C; }
span { border-color: rgb(236,72,108); }
td.TdClassName
{
border-color: #EC486C;
}
.TagClassName
{
border-color: #EC486C;
}
</style>