Shades of Cranberry #E14172
Tints of Cranberry #E14172
RGB
CMYK
RGB Variations
Color information
#E14172 (or 0xE14172) is known color: Cranberry. HEX triplet: E1, 41 and 72. RGB value is (225,65,114). Sum of RGB (Red+Green+Blue) = 225+65+114=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E14172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14172 is #1EBE8D. Grayscale: #767676. Windows color (decimal): -2014862 or 7487969. OLE color: 7487969.
HSL color Cylindrical-coordinate representation of color #E14172: hue angle of 341.62º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14172 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 114 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.12 |
| HSL | 341.63º | 0.73% | 0.57% | - |
| HSV(B) | 341.63º | 0.71% | 0.88% | - |
| XYZ | 35.98 | 21 | 18.08 | - |
| YUV | 118.43 | 125.51 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 114 | 0 | 0.71 | 0.49 | 0.12 | 341.63 | 0.73 | 0.57 |
| Hex | E1 | 41 | 72 | 0 | 47 | 31 | C | 156 | 49 | 39 |
| Octal | 341 | 101 | 162 | 0 | 107 | 61 | 14 | 526 | 111 | 71 |
| Binary | 11100001 | 1000001 | 1110010 | 0 | 1000111 | 110001 | 1100 | 101010110 | 1001001 | 111001 |
Color Harmonies of #E14172
Complementary color
Monochromatic Colors of #E14172
Black with #E14172
Text Example
Text Example
White with #E14172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14172; }
p { color: rgb(225,65,114); }
H1.HeaderClassName
{
color: #E14172;
}
.AnyTagClassName
{
color: #E14172;
}
</style>
background-color css
<style>
a { background-color: #E14172; }
a { background-color: rgb(225,65,114); }
div.DivClassName
{
background-color: #E14172;
}
.BgClassName
{
background-color: #E14172;
}
</style>
border-color css
<style>
span { border-color: #E14172; }
span { border-color: rgb(225,65,114); }
td.TdClassName
{
border-color: #E14172;
}
.TagClassName
{
border-color: #E14172;
}
</style>