Shades of Cranberry #EB446D
Tints of Cranberry #EB446D
RGB
CMYK
RGB Variations
Color information
#EB446D (or 0xEB446D) is known color: Cranberry. HEX triplet: EB, 44 and 6D. RGB value is (235,68,109). Sum of RGB (Red+Green+Blue) = 235+68+109=412 (54% of max value = 765). Red value is 235 (92.19% from 255 or 57.04% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 235 - color contains mainly: red. Hex color #EB446D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB446D is #14BB92. Grayscale: #7A7A7A. Windows color (decimal): -1358739 or 7161067. OLE color: 7161067.
HSL color Cylindrical-coordinate representation of color #EB446D: hue angle of 345.27º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB446D is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 68 | 109 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.08 |
| HSL | 345.27º | 0.81% | 0.59% | - |
| HSV(B) | 345.27º | 0.71% | 0.92% | - |
| XYZ | 39.09 | 22.9 | 16.83 | - |
| YUV | 122.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 68 | 109 | 0 | 0.71 | 0.54 | 0.08 | 345.27 | 0.81 | 0.59 |
| Hex | EB | 44 | 6D | 0 | 47 | 36 | 8 | 159 | 51 | 3B |
| Octal | 353 | 104 | 155 | 0 | 107 | 66 | 10 | 531 | 121 | 73 |
| Binary | 11101011 | 1000100 | 1101101 | 0 | 1000111 | 110110 | 1000 | 101011001 | 1010001 | 111011 |
Color Harmonies of #EB446D
Complementary color
Monochromatic Colors of #EB446D
Black with #EB446D
Text Example
Text Example
White with #EB446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB446D; }
p { color: rgb(235,68,109); }
H1.HeaderClassName
{
color: #EB446D;
}
.AnyTagClassName
{
color: #EB446D;
}
</style>
background-color css
<style>
a { background-color: #EB446D; }
a { background-color: rgb(235,68,109); }
div.DivClassName
{
background-color: #EB446D;
}
.BgClassName
{
background-color: #EB446D;
}
</style>
border-color css
<style>
span { border-color: #EB446D; }
span { border-color: rgb(235,68,109); }
td.TdClassName
{
border-color: #EB446D;
}
.TagClassName
{
border-color: #EB446D;
}
</style>