Shades of Cranberry #E14E7E
Tints of Cranberry #E14E7E
RGB
CMYK
RGB Variations
Color information
#E14E7E (or 0xE14E7E) is known color: Cranberry. HEX triplet: E1, 4E and 7E. RGB value is (225,78,126). Sum of RGB (Red+Green+Blue) = 225+78+126=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E14E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14E7E is #1EB181. Grayscale: #7F7F7F. Windows color (decimal): -2011522 or 8277729. OLE color: 8277729.
HSL color Cylindrical-coordinate representation of color #E14E7E: hue angle of 340.41º 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 #E14E7E is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 78 | 126 | - |
| CMYK | 0 | 0.65 | 0.44 | 0.12 |
| HSL | 340.41º | 0.71% | 0.59% | - |
| HSV(B) | 340.41º | 0.65% | 0.88% | - |
| XYZ | 37.54 | 22.96 | 22.19 | - |
| YUV | 127.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 78 | 126 | 0 | 0.65 | 0.44 | 0.12 | 340.41 | 0.71 | 0.59 |
| Hex | E1 | 4E | 7E | 0 | 41 | 2C | C | 154 | 47 | 3B |
| Octal | 341 | 116 | 176 | 0 | 101 | 54 | 14 | 524 | 107 | 73 |
| Binary | 11100001 | 1001110 | 1111110 | 0 | 1000001 | 101100 | 1100 | 101010100 | 1000111 | 111011 |
Color Harmonies of #E14E7E
Complementary color
Monochromatic Colors of #E14E7E
Black with #E14E7E
Text Example
Text Example
White with #E14E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14E7E; }
p { color: rgb(225,78,126); }
H1.HeaderClassName
{
color: #E14E7E;
}
.AnyTagClassName
{
color: #E14E7E;
}
</style>
background-color css
<style>
a { background-color: #E14E7E; }
a { background-color: rgb(225,78,126); }
div.DivClassName
{
background-color: #E14E7E;
}
.BgClassName
{
background-color: #E14E7E;
}
</style>
border-color css
<style>
span { border-color: #E14E7E; }
span { border-color: rgb(225,78,126); }
td.TdClassName
{
border-color: #E14E7E;
}
.TagClassName
{
border-color: #E14E7E;
}
</style>