Shades of Cranberry #E14E6B
Tints of Cranberry #E14E6B
RGB
CMYK
RGB Variations
Color information
#E14E6B (or 0xE14E6B) is known color: Cranberry. HEX triplet: E1, 4E and 6B. RGB value is (225,78,107). Sum of RGB (Red+Green+Blue) = 225+78+107=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E6B is #1EB194. Grayscale: #7D7D7D. Windows color (decimal): -2011541 or 7032545. OLE color: 7032545.
HSL color Cylindrical-coordinate representation of color #E14E6B: hue angle of 348.16º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14E6B is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 107 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.12 |
| HSL | 348.16º | 0.71% | 0.59% | - |
| HSV(B) | 348.16º | 0.65% | 0.88% | - |
| XYZ | 36.43 | 22.52 | 16.34 | - |
| YUV | 125.26 | 117.7 | 199.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 107 | 0 | 0.65 | 0.52 | 0.12 | 348.16 | 0.71 | 0.59 |
| Hex | E1 | 4E | 6B | 0 | 41 | 34 | C | 15C | 47 | 3B |
| Octal | 341 | 116 | 153 | 0 | 101 | 64 | 14 | 534 | 107 | 73 |
| Binary | 11100001 | 1001110 | 1101011 | 0 | 1000001 | 110100 | 1100 | 101011100 | 1000111 | 111011 |
Color Harmonies of #E14E6B
Complementary color
Monochromatic Colors of #E14E6B
Black with #E14E6B
Text Example
Text Example
White with #E14E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E6B; }
p { color: rgb(225,78,107); }
H1.HeaderClassName
{
color: #E14E6B;
}
.AnyTagClassName
{
color: #E14E6B;
}
</style>
background-color css
<style>
a { background-color: #E14E6B; }
a { background-color: rgb(225,78,107); }
div.DivClassName
{
background-color: #E14E6B;
}
.BgClassName
{
background-color: #E14E6B;
}
</style>
border-color css
<style>
span { border-color: #E14E6B; }
span { border-color: rgb(225,78,107); }
td.TdClassName
{
border-color: #E14E6B;
}
.TagClassName
{
border-color: #E14E6B;
}
</style>