Shades of Cranberry #E14977
Tints of Cranberry #E14977
RGB
CMYK
RGB Variations
Color information
#E14977 (or 0xE14977) is known color: Cranberry. HEX triplet: E1, 49 and 77. RGB value is (225,73,119). Sum of RGB (Red+Green+Blue) = 225+73+119=417 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.96% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 119 (46.88% from 255 or 28.54% from 417); Max value from RGB is 225 - color contains mainly: red. Hex color #E14977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14977 is #1EB688. Grayscale: #7B7B7B. Windows color (decimal): -2012809 or 7817697. OLE color: 7817697.
HSL color Cylindrical-coordinate representation of color #E14977: hue angle of 341.84º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14977 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 119 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.12 |
| HSL | 341.84º | 0.72% | 0.58% | - |
| HSV(B) | 341.84º | 0.68% | 0.88% | - |
| XYZ | 36.76 | 22.1 | 19.78 | - |
| YUV | 123.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 119 | 0 | 0.68 | 0.47 | 0.12 | 341.84 | 0.72 | 0.58 |
| Hex | E1 | 49 | 77 | 0 | 44 | 2F | C | 156 | 48 | 3A |
| Octal | 341 | 111 | 167 | 0 | 104 | 57 | 14 | 526 | 110 | 72 |
| Binary | 11100001 | 1001001 | 1110111 | 0 | 1000100 | 101111 | 1100 | 101010110 | 1001000 | 111010 |
Color Harmonies of #E14977
Complementary color
Monochromatic Colors of #E14977
Black with #E14977
Text Example
Text Example
White with #E14977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14977; }
p { color: rgb(225,73,119); }
H1.HeaderClassName
{
color: #E14977;
}
.AnyTagClassName
{
color: #E14977;
}
</style>
background-color css
<style>
a { background-color: #E14977; }
a { background-color: rgb(225,73,119); }
div.DivClassName
{
background-color: #E14977;
}
.BgClassName
{
background-color: #E14977;
}
</style>
border-color css
<style>
span { border-color: #E14977; }
span { border-color: rgb(225,73,119); }
td.TdClassName
{
border-color: #E14977;
}
.TagClassName
{
border-color: #E14977;
}
</style>