Shades of Cranberry #E14F70
Tints of Cranberry #E14F70
RGB
CMYK
RGB Variations
Color information
#E14F70 (or 0xE14F70) is known color: Cranberry. HEX triplet: E1, 4F and 70. RGB value is (225,79,112). Sum of RGB (Red+Green+Blue) = 225+79+112=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 79 (31.25% from 255 or 18.99% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F70 is #1EB08F. Grayscale: #7E7E7E. Windows color (decimal): -2011280 or 7360481. OLE color: 7360481.
HSL color Cylindrical-coordinate representation of color #E14F70: hue angle of 346.44º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14F70 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 112 | - |
| CMYK | 0 | 0.65 | 0.50 | 0.12 |
| HSL | 346.44º | 0.71% | 0.6% | - |
| HSV(B) | 346.44º | 0.65% | 0.88% | - |
| XYZ | 36.77 | 22.77 | 17.79 | - |
| YUV | 126.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 112 | 0 | 0.65 | 0.50 | 0.12 | 346.44 | 0.71 | 0.6 |
| Hex | E1 | 4F | 70 | 0 | 41 | 32 | C | 15A | 47 | 3C |
| Octal | 341 | 117 | 160 | 0 | 101 | 62 | 14 | 532 | 107 | 74 |
| Binary | 11100001 | 1001111 | 1110000 | 0 | 1000001 | 110010 | 1100 | 101011010 | 1000111 | 111100 |
Color Harmonies of #E14F70
Complementary color
Monochromatic Colors of #E14F70
Black with #E14F70
Text Example
Text Example
White with #E14F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F70; }
p { color: rgb(225,79,112); }
H1.HeaderClassName
{
color: #E14F70;
}
.AnyTagClassName
{
color: #E14F70;
}
</style>
background-color css
<style>
a { background-color: #E14F70; }
a { background-color: rgb(225,79,112); }
div.DivClassName
{
background-color: #E14F70;
}
.BgClassName
{
background-color: #E14F70;
}
</style>
border-color css
<style>
span { border-color: #E14F70; }
span { border-color: rgb(225,79,112); }
td.TdClassName
{
border-color: #E14F70;
}
.TagClassName
{
border-color: #E14F70;
}
</style>