Shades of Cranberry #E14D6C
Tints of Cranberry #E14D6C
RGB
CMYK
RGB Variations
Color information
#E14D6C (or 0xE14D6C) is known color: Cranberry. HEX triplet: E1, 4D and 6C. RGB value is (225,77,108). Sum of RGB (Red+Green+Blue) = 225+77+108=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 77 (30.47% from 255 or 18.78% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D6C is #1EB293. Grayscale: #7C7C7C. Windows color (decimal): -2011796 or 7097825. OLE color: 7097825.
HSL color Cylindrical-coordinate representation of color #E14D6C: hue angle of 347.43º 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 #E14D6C is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 108 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.12 |
| HSL | 347.43º | 0.71% | 0.59% | - |
| HSV(B) | 347.43º | 0.66% | 0.88% | - |
| XYZ | 36.41 | 22.4 | 16.59 | - |
| YUV | 124.79 | 118.53 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 108 | 0 | 0.66 | 0.52 | 0.12 | 347.43 | 0.71 | 0.59 |
| Hex | E1 | 4D | 6C | 0 | 42 | 34 | C | 15B | 47 | 3B |
| Octal | 341 | 115 | 154 | 0 | 102 | 64 | 14 | 533 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1101100 | 0 | 1000010 | 110100 | 1100 | 101011011 | 1000111 | 111011 |
Color Harmonies of #E14D6C
Complementary color
Monochromatic Colors of #E14D6C
Black with #E14D6C
Text Example
Text Example
White with #E14D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D6C; }
p { color: rgb(225,77,108); }
H1.HeaderClassName
{
color: #E14D6C;
}
.AnyTagClassName
{
color: #E14D6C;
}
</style>
background-color css
<style>
a { background-color: #E14D6C; }
a { background-color: rgb(225,77,108); }
div.DivClassName
{
background-color: #E14D6C;
}
.BgClassName
{
background-color: #E14D6C;
}
</style>
border-color css
<style>
span { border-color: #E14D6C; }
span { border-color: rgb(225,77,108); }
td.TdClassName
{
border-color: #E14D6C;
}
.TagClassName
{
border-color: #E14D6C;
}
</style>