Shades of Cranberry #E1446B
Tints of Cranberry #E1446B
RGB
CMYK
RGB Variations
Color information
#E1446B (or 0xE1446B) is known color: Cranberry. HEX triplet: E1, 44 and 6B. RGB value is (225,68,107). Sum of RGB (Red+Green+Blue) = 225+68+107=400 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.25% from 400); Green value is 68 (26.95% from 255 or 17% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 225 - color contains mainly: red. Hex color #E1446B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1446B is #1EBB94. Grayscale: #777777. Windows color (decimal): -2014101 or 7029985. OLE color: 7029985.
HSL color Cylindrical-coordinate representation of color #E1446B: hue angle of 345.1º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E1446B is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 107 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.12 |
| HSL | 345.1º | 0.72% | 0.57% | - |
| HSV(B) | 345.1º | 0.7% | 0.88% | - |
| XYZ | 35.77 | 21.2 | 16.12 | - |
| YUV | 119.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 107 | 0 | 0.70 | 0.52 | 0.12 | 345.1 | 0.72 | 0.57 |
| Hex | E1 | 44 | 6B | 0 | 46 | 34 | C | 159 | 48 | 39 |
| Octal | 341 | 104 | 153 | 0 | 106 | 64 | 14 | 531 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1101011 | 0 | 1000110 | 110100 | 1100 | 101011001 | 1001000 | 111001 |
Color Harmonies of #E1446B
Complementary color
Monochromatic Colors of #E1446B
Black with #E1446B
Text Example
Text Example
White with #E1446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1446B; }
p { color: rgb(225,68,107); }
H1.HeaderClassName
{
color: #E1446B;
}
.AnyTagClassName
{
color: #E1446B;
}
</style>
background-color css
<style>
a { background-color: #E1446B; }
a { background-color: rgb(225,68,107); }
div.DivClassName
{
background-color: #E1446B;
}
.BgClassName
{
background-color: #E1446B;
}
</style>
border-color css
<style>
span { border-color: #E1446B; }
span { border-color: rgb(225,68,107); }
td.TdClassName
{
border-color: #E1446B;
}
.TagClassName
{
border-color: #E1446B;
}
</style>