Shades of Cranberry #EC456A
Tints of Cranberry #EC456A
RGB
CMYK
RGB Variations
Color information
#EC456A (or 0xEC456A) is known color: Cranberry. HEX triplet: EC, 45 and 6A. RGB value is (236,69,106). Sum of RGB (Red+Green+Blue) = 236+69+106=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 69 (27.34% from 255 or 16.79% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC456A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC456A is #13BA95. Grayscale: #7B7B7B. Windows color (decimal): -1292950 or 6964716. OLE color: 6964716.
HSL color Cylindrical-coordinate representation of color #EC456A: hue angle of 346.71º 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 #EC456A is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 69 | 106 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.07 |
| HSL | 346.71º | 0.81% | 0.6% | - |
| HSV(B) | 346.71º | 0.71% | 0.93% | - |
| XYZ | 39.32 | 23.13 | 16.03 | - |
| YUV | 123.15 | 118.33 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 69 | 106 | 0 | 0.71 | 0.55 | 0.07 | 346.71 | 0.81 | 0.6 |
| Hex | EC | 45 | 6A | 0 | 47 | 37 | 7 | 15B | 51 | 3C |
| Octal | 354 | 105 | 152 | 0 | 107 | 67 | 7 | 533 | 121 | 74 |
| Binary | 11101100 | 1000101 | 1101010 | 0 | 1000111 | 110111 | 111 | 101011011 | 1010001 | 111100 |
Color Harmonies of #EC456A
Complementary color
Monochromatic Colors of #EC456A
Black with #EC456A
Text Example
Text Example
White with #EC456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC456A; }
p { color: rgb(236,69,106); }
H1.HeaderClassName
{
color: #EC456A;
}
.AnyTagClassName
{
color: #EC456A;
}
</style>
background-color css
<style>
a { background-color: #EC456A; }
a { background-color: rgb(236,69,106); }
div.DivClassName
{
background-color: #EC456A;
}
.BgClassName
{
background-color: #EC456A;
}
</style>
border-color css
<style>
span { border-color: #EC456A; }
span { border-color: rgb(236,69,106); }
td.TdClassName
{
border-color: #EC456A;
}
.TagClassName
{
border-color: #EC456A;
}
</style>