Shades of Cranberry #E14D6A
Tints of Cranberry #E14D6A
RGB
CMYK
RGB Variations
Color information
#E14D6A (or 0xE14D6A) is known color: Cranberry. HEX triplet: E1, 4D and 6A. RGB value is (225,77,106). Sum of RGB (Red+Green+Blue) = 225+77+106=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D6A is #1EB295. Grayscale: #7C7C7C. Windows color (decimal): -2011798 or 6966753. OLE color: 6966753.
HSL color Cylindrical-coordinate representation of color #E14D6A: hue angle of 348.24º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14D6A is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 106 | - |
| CMYK | 0 | 0.66 | 0.53 | 0.12 |
| HSL | 348.24º | 0.71% | 0.59% | - |
| HSV(B) | 348.24º | 0.66% | 0.88% | - |
| XYZ | 36.31 | 22.36 | 16.04 | - |
| YUV | 124.56 | 117.53 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 106 | 0 | 0.66 | 0.53 | 0.12 | 348.24 | 0.71 | 0.59 |
| Hex | E1 | 4D | 6A | 0 | 42 | 35 | C | 15C | 47 | 3B |
| Octal | 341 | 115 | 152 | 0 | 102 | 65 | 14 | 534 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1101010 | 0 | 1000010 | 110101 | 1100 | 101011100 | 1000111 | 111011 |
Color Harmonies of #E14D6A
Complementary color
Monochromatic Colors of #E14D6A
Black with #E14D6A
Text Example
Text Example
White with #E14D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D6A; }
p { color: rgb(225,77,106); }
H1.HeaderClassName
{
color: #E14D6A;
}
.AnyTagClassName
{
color: #E14D6A;
}
</style>
background-color css
<style>
a { background-color: #E14D6A; }
a { background-color: rgb(225,77,106); }
div.DivClassName
{
background-color: #E14D6A;
}
.BgClassName
{
background-color: #E14D6A;
}
</style>
border-color css
<style>
span { border-color: #E14D6A; }
span { border-color: rgb(225,77,106); }
td.TdClassName
{
border-color: #E14D6A;
}
.TagClassName
{
border-color: #E14D6A;
}
</style>