Shades of Cranberry #E14477
Tints of Cranberry #E14477
RGB
CMYK
RGB Variations
Color information
#E14477 (or 0xE14477) is known color: Cranberry. HEX triplet: E1, 44 and 77. RGB value is (225,68,119). Sum of RGB (Red+Green+Blue) = 225+68+119=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E14477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14477 is #1EBB88. Grayscale: #787878. Windows color (decimal): -2014089 or 7816417. OLE color: 7816417.
HSL color Cylindrical-coordinate representation of color #E14477: hue angle of 340.51º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14477 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 119 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.12 |
| HSL | 340.51º | 0.72% | 0.57% | - |
| HSV(B) | 340.51º | 0.7% | 0.88% | - |
| XYZ | 36.45 | 21.47 | 19.68 | - |
| YUV | 120.76 | 127.01 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 119 | 0 | 0.70 | 0.47 | 0.12 | 340.51 | 0.72 | 0.57 |
| Hex | E1 | 44 | 77 | 0 | 46 | 2F | C | 155 | 48 | 39 |
| Octal | 341 | 104 | 167 | 0 | 106 | 57 | 14 | 525 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1110111 | 0 | 1000110 | 101111 | 1100 | 101010101 | 1001000 | 111001 |
Color Harmonies of #E14477
Complementary color
Monochromatic Colors of #E14477
Black with #E14477
Text Example
Text Example
White with #E14477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14477; }
p { color: rgb(225,68,119); }
H1.HeaderClassName
{
color: #E14477;
}
.AnyTagClassName
{
color: #E14477;
}
</style>
background-color css
<style>
a { background-color: #E14477; }
a { background-color: rgb(225,68,119); }
div.DivClassName
{
background-color: #E14477;
}
.BgClassName
{
background-color: #E14477;
}
</style>
border-color css
<style>
span { border-color: #E14477; }
span { border-color: rgb(225,68,119); }
td.TdClassName
{
border-color: #E14477;
}
.TagClassName
{
border-color: #E14477;
}
</style>