Shades of Cranberry #E14F7A
Tints of Cranberry #E14F7A
RGB
CMYK
RGB Variations
Color information
#E14F7A (or 0xE14F7A) is known color: Cranberry. HEX triplet: E1, 4F and 7A. RGB value is (225,79,122). Sum of RGB (Red+Green+Blue) = 225+79+122=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F7A is #1EB085. Grayscale: #7F7F7F. Windows color (decimal): -2011270 or 8015841. OLE color: 8015841.
HSL color Cylindrical-coordinate representation of color #E14F7A: hue angle of 342.33º 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 #E14F7A is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 122 | - |
| CMYK | 0 | 0.65 | 0.46 | 0.12 |
| HSL | 342.33º | 0.71% | 0.6% | - |
| HSV(B) | 342.33º | 0.65% | 0.88% | - |
| XYZ | 37.36 | 23 | 20.88 | - |
| YUV | 127.56 | 124.87 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 122 | 0 | 0.65 | 0.46 | 0.12 | 342.33 | 0.71 | 0.6 |
| Hex | E1 | 4F | 7A | 0 | 41 | 2E | C | 156 | 47 | 3C |
| Octal | 341 | 117 | 172 | 0 | 101 | 56 | 14 | 526 | 107 | 74 |
| Binary | 11100001 | 1001111 | 1111010 | 0 | 1000001 | 101110 | 1100 | 101010110 | 1000111 | 111100 |
Color Harmonies of #E14F7A
Complementary color
Monochromatic Colors of #E14F7A
Black with #E14F7A
Text Example
Text Example
White with #E14F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F7A; }
p { color: rgb(225,79,122); }
H1.HeaderClassName
{
color: #E14F7A;
}
.AnyTagClassName
{
color: #E14F7A;
}
</style>
background-color css
<style>
a { background-color: #E14F7A; }
a { background-color: rgb(225,79,122); }
div.DivClassName
{
background-color: #E14F7A;
}
.BgClassName
{
background-color: #E14F7A;
}
</style>
border-color css
<style>
span { border-color: #E14F7A; }
span { border-color: rgb(225,79,122); }
td.TdClassName
{
border-color: #E14F7A;
}
.TagClassName
{
border-color: #E14F7A;
}
</style>