Shades of Cranberry #EC4A6A
Tints of Cranberry #EC4A6A
RGB
CMYK
RGB Variations
Color information
#EC4A6A (or 0xEC4A6A) is known color: Cranberry. HEX triplet: EC, 4A and 6A. RGB value is (236,74,106). Sum of RGB (Red+Green+Blue) = 236+74+106=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4A6A is #13B595. Grayscale: #7E7E7E. Windows color (decimal): -1291670 or 6965996. OLE color: 6965996.
HSL color Cylindrical-coordinate representation of color #EC4A6A: hue angle of 348.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EC4A6A is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 74 | 106 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.07 |
| HSL | 348.15º | 0.81% | 0.61% | - |
| HSV(B) | 348.15º | 0.69% | 0.93% | - |
| XYZ | 39.64 | 23.77 | 16.13 | - |
| YUV | 126.09 | 116.67 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 74 | 106 | 0 | 0.69 | 0.55 | 0.07 | 348.15 | 0.81 | 0.61 |
| Hex | EC | 4A | 6A | 0 | 45 | 37 | 7 | 15C | 51 | 3D |
| Octal | 354 | 112 | 152 | 0 | 105 | 67 | 7 | 534 | 121 | 75 |
| Binary | 11101100 | 1001010 | 1101010 | 0 | 1000101 | 110111 | 111 | 101011100 | 1010001 | 111101 |
Color Harmonies of #EC4A6A
Complementary color
Monochromatic Colors of #EC4A6A
Black with #EC4A6A
Text Example
Text Example
White with #EC4A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4A6A; }
p { color: rgb(236,74,106); }
H1.HeaderClassName
{
color: #EC4A6A;
}
.AnyTagClassName
{
color: #EC4A6A;
}
</style>
background-color css
<style>
a { background-color: #EC4A6A; }
a { background-color: rgb(236,74,106); }
div.DivClassName
{
background-color: #EC4A6A;
}
.BgClassName
{
background-color: #EC4A6A;
}
</style>
border-color css
<style>
span { border-color: #EC4A6A; }
span { border-color: rgb(236,74,106); }
td.TdClassName
{
border-color: #EC4A6A;
}
.TagClassName
{
border-color: #EC4A6A;
}
</style>