Shades of Cranberry #EC4B65
Tints of Cranberry #EC4B65
RGB
CMYK
RGB Variations
Color information
#EC4B65 (or 0xEC4B65) is known color: Cranberry. HEX triplet: EC, 4B and 65. RGB value is (236,75,101). Sum of RGB (Red+Green+Blue) = 236+75+101=412 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.28% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC4B65 is #13B49A. Grayscale: #7E7E7E. Windows color (decimal): -1291419 or 6638572. OLE color: 6638572.
HSL color Cylindrical-coordinate representation of color #EC4B65: hue angle of 350.31º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EC4B65 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 75 | 101 | - |
| CMYK | 0 | 0.68 | 0.57 | 0.07 |
| HSL | 350.31º | 0.81% | 0.61% | - |
| HSV(B) | 350.31º | 0.68% | 0.93% | - |
| XYZ | 39.46 | 23.8 | 14.83 | - |
| YUV | 126.1 | 113.84 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 75 | 101 | 0 | 0.68 | 0.57 | 0.07 | 350.31 | 0.81 | 0.61 |
| Hex | EC | 4B | 65 | 0 | 44 | 39 | 7 | 15E | 51 | 3D |
| Octal | 354 | 113 | 145 | 0 | 104 | 71 | 7 | 536 | 121 | 75 |
| Binary | 11101100 | 1001011 | 1100101 | 0 | 1000100 | 111001 | 111 | 101011110 | 1010001 | 111101 |
Color Harmonies of #EC4B65
Complementary color
Monochromatic Colors of #EC4B65
Black with #EC4B65
Text Example
Text Example
White with #EC4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC4B65; }
p { color: rgb(236,75,101); }
H1.HeaderClassName
{
color: #EC4B65;
}
.AnyTagClassName
{
color: #EC4B65;
}
</style>
background-color css
<style>
a { background-color: #EC4B65; }
a { background-color: rgb(236,75,101); }
div.DivClassName
{
background-color: #EC4B65;
}
.BgClassName
{
background-color: #EC4B65;
}
</style>
border-color css
<style>
span { border-color: #EC4B65; }
span { border-color: rgb(236,75,101); }
td.TdClassName
{
border-color: #EC4B65;
}
.TagClassName
{
border-color: #EC4B65;
}
</style>