Shades of Cranberry #E14870
Tints of Cranberry #E14870
RGB
CMYK
RGB Variations
Color information
#E14870 (or 0xE14870) is known color: Cranberry. HEX triplet: E1, 48 and 70. RGB value is (225,72,112). Sum of RGB (Red+Green+Blue) = 225+72+112=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E14870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14870 is #1EB78F. Grayscale: #7A7A7A. Windows color (decimal): -2013072 or 7358689. OLE color: 7358689.
HSL color Cylindrical-coordinate representation of color #E14870: hue angle of 344.31º 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 #E14870 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 112 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.12 |
| HSL | 344.31º | 0.72% | 0.58% | - |
| HSV(B) | 344.31º | 0.68% | 0.88% | - |
| XYZ | 36.29 | 21.81 | 17.63 | - |
| YUV | 122.31 | 122.19 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 112 | 0 | 0.68 | 0.50 | 0.12 | 344.31 | 0.72 | 0.58 |
| Hex | E1 | 48 | 70 | 0 | 44 | 32 | C | 158 | 48 | 3A |
| Octal | 341 | 110 | 160 | 0 | 104 | 62 | 14 | 530 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1110000 | 0 | 1000100 | 110010 | 1100 | 101011000 | 1001000 | 111010 |
Color Harmonies of #E14870
Complementary color
Monochromatic Colors of #E14870
Black with #E14870
Text Example
Text Example
White with #E14870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14870; }
p { color: rgb(225,72,112); }
H1.HeaderClassName
{
color: #E14870;
}
.AnyTagClassName
{
color: #E14870;
}
</style>
background-color css
<style>
a { background-color: #E14870; }
a { background-color: rgb(225,72,112); }
div.DivClassName
{
background-color: #E14870;
}
.BgClassName
{
background-color: #E14870;
}
</style>
border-color css
<style>
span { border-color: #E14870; }
span { border-color: rgb(225,72,112); }
td.TdClassName
{
border-color: #E14870;
}
.TagClassName
{
border-color: #E14870;
}
</style>