Shades of Cranberry #E14D75
Tints of Cranberry #E14D75
RGB
CMYK
RGB Variations
Color information
#E14D75 (or 0xE14D75) is known color: Cranberry. HEX triplet: E1, 4D and 75. RGB value is (225,77,117). Sum of RGB (Red+Green+Blue) = 225+77+117=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14D75 is #1EB28A. Grayscale: #7D7D7D. Windows color (decimal): -2011787 or 7687649. OLE color: 7687649.
HSL color Cylindrical-coordinate representation of color #E14D75: hue angle of 343.78º 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 #E14D75 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 117 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.12 |
| HSL | 343.78º | 0.71% | 0.59% | - |
| HSV(B) | 343.78º | 0.66% | 0.88% | - |
| XYZ | 36.92 | 22.6 | 19.25 | - |
| YUV | 125.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 117 | 0 | 0.66 | 0.48 | 0.12 | 343.78 | 0.71 | 0.59 |
| Hex | E1 | 4D | 75 | 0 | 42 | 30 | C | 158 | 47 | 3B |
| Octal | 341 | 115 | 165 | 0 | 102 | 60 | 14 | 530 | 107 | 73 |
| Binary | 11100001 | 1001101 | 1110101 | 0 | 1000010 | 110000 | 1100 | 101011000 | 1000111 | 111011 |
Color Harmonies of #E14D75
Complementary color
Monochromatic Colors of #E14D75
Black with #E14D75
Text Example
Text Example
White with #E14D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D75; }
p { color: rgb(225,77,117); }
H1.HeaderClassName
{
color: #E14D75;
}
.AnyTagClassName
{
color: #E14D75;
}
</style>
background-color css
<style>
a { background-color: #E14D75; }
a { background-color: rgb(225,77,117); }
div.DivClassName
{
background-color: #E14D75;
}
.BgClassName
{
background-color: #E14D75;
}
</style>
border-color css
<style>
span { border-color: #E14D75; }
span { border-color: rgb(225,77,117); }
td.TdClassName
{
border-color: #E14D75;
}
.TagClassName
{
border-color: #E14D75;
}
</style>