Shades of Cranberry #E14471
Tints of Cranberry #E14471
RGB
CMYK
RGB Variations
Color information
#E14471 (or 0xE14471) is known color: Cranberry. HEX triplet: E1, 44 and 71. RGB value is (225,68,113). Sum of RGB (Red+Green+Blue) = 225+68+113=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E14471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14471 is #1EBB8E. Grayscale: #787878. Windows color (decimal): -2014095 or 7423201. OLE color: 7423201.
HSL color Cylindrical-coordinate representation of color #E14471: hue angle of 342.8º 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 #E14471 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 113 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.12 |
| HSL | 342.8º | 0.72% | 0.57% | - |
| HSV(B) | 342.8º | 0.7% | 0.88% | - |
| XYZ | 36.1 | 21.33 | 17.84 | - |
| YUV | 120.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 113 | 0 | 0.70 | 0.50 | 0.12 | 342.8 | 0.72 | 0.57 |
| Hex | E1 | 44 | 71 | 0 | 46 | 32 | C | 157 | 48 | 39 |
| Octal | 341 | 104 | 161 | 0 | 106 | 62 | 14 | 527 | 110 | 71 |
| Binary | 11100001 | 1000100 | 1110001 | 0 | 1000110 | 110010 | 1100 | 101010111 | 1001000 | 111001 |
Color Harmonies of #E14471
Complementary color
Monochromatic Colors of #E14471
Black with #E14471
Text Example
Text Example
White with #E14471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14471; }
p { color: rgb(225,68,113); }
H1.HeaderClassName
{
color: #E14471;
}
.AnyTagClassName
{
color: #E14471;
}
</style>
background-color css
<style>
a { background-color: #E14471; }
a { background-color: rgb(225,68,113); }
div.DivClassName
{
background-color: #E14471;
}
.BgClassName
{
background-color: #E14471;
}
</style>
border-color css
<style>
span { border-color: #E14471; }
span { border-color: rgb(225,68,113); }
td.TdClassName
{
border-color: #E14471;
}
.TagClassName
{
border-color: #E14471;
}
</style>