Shades of Cranberry #E14C7A
Tints of Cranberry #E14C7A
RGB
CMYK
RGB Variations
Color information
#E14C7A (or 0xE14C7A) is known color: Cranberry. HEX triplet: E1, 4C and 7A. RGB value is (225,76,122). Sum of RGB (Red+Green+Blue) = 225+76+122=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C7A is #1EB385. Grayscale: #7D7D7D. Windows color (decimal): -2012038 or 8015073. OLE color: 8015073.
HSL color Cylindrical-coordinate representation of color #E14C7A: hue angle of 341.48º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14C7A is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 122 | - |
| CMYK | 0 | 0.66 | 0.46 | 0.12 |
| HSL | 341.48º | 0.71% | 0.59% | - |
| HSV(B) | 341.48º | 0.66% | 0.88% | - |
| XYZ | 37.15 | 22.58 | 20.81 | - |
| YUV | 125.8 | 125.86 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 122 | 0 | 0.66 | 0.46 | 0.12 | 341.48 | 0.71 | 0.59 |
| Hex | E1 | 4C | 7A | 0 | 42 | 2E | C | 155 | 47 | 3B |
| Octal | 341 | 114 | 172 | 0 | 102 | 56 | 14 | 525 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1111010 | 0 | 1000010 | 101110 | 1100 | 101010101 | 1000111 | 111011 |
Color Harmonies of #E14C7A
Complementary color
Monochromatic Colors of #E14C7A
Black with #E14C7A
Text Example
Text Example
White with #E14C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C7A; }
p { color: rgb(225,76,122); }
H1.HeaderClassName
{
color: #E14C7A;
}
.AnyTagClassName
{
color: #E14C7A;
}
</style>
background-color css
<style>
a { background-color: #E14C7A; }
a { background-color: rgb(225,76,122); }
div.DivClassName
{
background-color: #E14C7A;
}
.BgClassName
{
background-color: #E14C7A;
}
</style>
border-color css
<style>
span { border-color: #E14C7A; }
span { border-color: rgb(225,76,122); }
td.TdClassName
{
border-color: #E14C7A;
}
.TagClassName
{
border-color: #E14C7A;
}
</style>