Shades of Cranberry #EC456B
Tints of Cranberry #EC456B
RGB
CMYK
RGB Variations
Color information
#EC456B (or 0xEC456B) is known color: Cranberry. HEX triplet: EC, 45 and 6B. RGB value is (236,69,107). Sum of RGB (Red+Green+Blue) = 236+69+107=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 107 (42.19% from 255 or 25.97% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC456B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC456B is #13BA94. Grayscale: #7B7B7B. Windows color (decimal): -1292949 or 7030252. OLE color: 7030252.
HSL color Cylindrical-coordinate representation of color #EC456B: hue angle of 346.35º 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 #EC456B is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 107 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.07 |
| HSL | 346.35º | 0.81% | 0.6% | - |
| HSV(B) | 346.35º | 0.71% | 0.93% | - |
| XYZ | 39.37 | 23.15 | 16.3 | - |
| YUV | 123.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 107 | 0 | 0.71 | 0.55 | 0.07 | 346.35 | 0.81 | 0.6 |
| Hex | EC | 45 | 6B | 0 | 47 | 37 | 7 | 15A | 51 | 3C |
| Octal | 354 | 105 | 153 | 0 | 107 | 67 | 7 | 532 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1101011 | 0 | 1000111 | 110111 | 111 | 101011010 | 1010001 | 111100 |
Color Harmonies of #EC456B
Complementary color
Monochromatic Colors of #EC456B
Black with #EC456B
Text Example
Text Example
White with #EC456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC456B; }
p { color: rgb(236,69,107); }
H1.HeaderClassName
{
color: #EC456B;
}
.AnyTagClassName
{
color: #EC456B;
}
</style>
background-color css
<style>
a { background-color: #EC456B; }
a { background-color: rgb(236,69,107); }
div.DivClassName
{
background-color: #EC456B;
}
.BgClassName
{
background-color: #EC456B;
}
</style>
border-color css
<style>
span { border-color: #EC456B; }
span { border-color: rgb(236,69,107); }
td.TdClassName
{
border-color: #EC456B;
}
.TagClassName
{
border-color: #EC456B;
}
</style>