Shades of Cranberry #EC456F
Tints of Cranberry #EC456F
RGB
CMYK
RGB Variations
Color information
#EC456F (or 0xEC456F) is known color: Cranberry. HEX triplet: EC, 45 and 6F. RGB value is (236,69,111). Sum of RGB (Red+Green+Blue) = 236+69+111=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 69 (27.34% from 255 or 16.59% from 416); Blue value is 111 (43.75% from 255 or 26.68% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC456F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC456F is #13BA90. Grayscale: #7B7B7B. Windows color (decimal): -1292945 or 7292396. OLE color: 7292396.
HSL color Cylindrical-coordinate representation of color #EC456F: hue angle of 344.91º degrees, saturation: 0.81, 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 #EC456F is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 111 | - |
| CMYK | 0 | 0.71 | 0.53 | 0.07 |
| HSL | 344.91º | 0.81% | 0.6% | - |
| HSV(B) | 344.91º | 0.71% | 0.93% | - |
| XYZ | 39.59 | 23.24 | 17.44 | - |
| YUV | 123.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 111 | 0 | 0.71 | 0.53 | 0.07 | 344.91 | 0.81 | 0.6 |
| Hex | EC | 45 | 6F | 0 | 47 | 35 | 7 | 159 | 51 | 3C |
| Octal | 354 | 105 | 157 | 0 | 107 | 65 | 7 | 531 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1101111 | 0 | 1000111 | 110101 | 111 | 101011001 | 1010001 | 111100 |
Color Harmonies of #EC456F
Complementary color
Monochromatic Colors of #EC456F
Black with #EC456F
Text Example
Text Example
White with #EC456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC456F; }
p { color: rgb(236,69,111); }
H1.HeaderClassName
{
color: #EC456F;
}
.AnyTagClassName
{
color: #EC456F;
}
</style>
background-color css
<style>
a { background-color: #EC456F; }
a { background-color: rgb(236,69,111); }
div.DivClassName
{
background-color: #EC456F;
}
.BgClassName
{
background-color: #EC456F;
}
</style>
border-color css
<style>
span { border-color: #EC456F; }
span { border-color: rgb(236,69,111); }
td.TdClassName
{
border-color: #EC456F;
}
.TagClassName
{
border-color: #EC456F;
}
</style>