Shades of Cranberry #E14E6E
Tints of Cranberry #E14E6E
RGB
CMYK
RGB Variations
Color information
#E14E6E (or 0xE14E6E) is known color: Cranberry. HEX triplet: E1, 4E and 6E. RGB value is (225,78,110). Sum of RGB (Red+Green+Blue) = 225+78+110=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E6E is #1EB191. Grayscale: #7D7D7D. Windows color (decimal): -2011538 or 7229153. OLE color: 7229153.
HSL color Cylindrical-coordinate representation of color #E14E6E: hue angle of 346.94º 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 #E14E6E is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 110 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.12 |
| HSL | 346.94º | 0.71% | 0.59% | - |
| HSV(B) | 346.94º | 0.65% | 0.88% | - |
| XYZ | 36.59 | 22.58 | 17.18 | - |
| YUV | 125.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 110 | 0 | 0.65 | 0.51 | 0.12 | 346.94 | 0.71 | 0.59 |
| Hex | E1 | 4E | 6E | 0 | 41 | 33 | C | 15B | 47 | 3B |
| Octal | 341 | 116 | 156 | 0 | 101 | 63 | 14 | 533 | 107 | 73 |
| Binary | 11100001 | 1001110 | 1101110 | 0 | 1000001 | 110011 | 1100 | 101011011 | 1000111 | 111011 |
Color Harmonies of #E14E6E
Complementary color
Monochromatic Colors of #E14E6E
Black with #E14E6E
Text Example
Text Example
White with #E14E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E6E; }
p { color: rgb(225,78,110); }
H1.HeaderClassName
{
color: #E14E6E;
}
.AnyTagClassName
{
color: #E14E6E;
}
</style>
background-color css
<style>
a { background-color: #E14E6E; }
a { background-color: rgb(225,78,110); }
div.DivClassName
{
background-color: #E14E6E;
}
.BgClassName
{
background-color: #E14E6E;
}
</style>
border-color css
<style>
span { border-color: #E14E6E; }
span { border-color: rgb(225,78,110); }
td.TdClassName
{
border-color: #E14E6E;
}
.TagClassName
{
border-color: #E14E6E;
}
</style>