Shades of Cranberry #E14C76
Tints of Cranberry #E14C76
RGB
CMYK
RGB Variations
Color information
#E14C76 (or 0xE14C76) is known color: Cranberry. HEX triplet: E1, 4C and 76. RGB value is (225,76,118). Sum of RGB (Red+Green+Blue) = 225+76+118=419 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.70% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 118 (46.48% from 255 or 28.16% from 419); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C76 is #1EB389. Grayscale: #7D7D7D. Windows color (decimal): -2012042 or 7752929. OLE color: 7752929.
HSL color Cylindrical-coordinate representation of color #E14C76: hue angle of 343.09º 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 #E14C76 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 118 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.12 |
| HSL | 343.09º | 0.71% | 0.59% | - |
| HSV(B) | 343.09º | 0.66% | 0.88% | - |
| XYZ | 36.91 | 22.48 | 19.53 | - |
| YUV | 125.34 | 123.86 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 118 | 0 | 0.66 | 0.48 | 0.12 | 343.09 | 0.71 | 0.59 |
| Hex | E1 | 4C | 76 | 0 | 42 | 30 | C | 157 | 47 | 3B |
| Octal | 341 | 114 | 166 | 0 | 102 | 60 | 14 | 527 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1110110 | 0 | 1000010 | 110000 | 1100 | 101010111 | 1000111 | 111011 |
Color Harmonies of #E14C76
Complementary color
Monochromatic Colors of #E14C76
Black with #E14C76
Text Example
Text Example
White with #E14C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C76; }
p { color: rgb(225,76,118); }
H1.HeaderClassName
{
color: #E14C76;
}
.AnyTagClassName
{
color: #E14C76;
}
</style>
background-color css
<style>
a { background-color: #E14C76; }
a { background-color: rgb(225,76,118); }
div.DivClassName
{
background-color: #E14C76;
}
.BgClassName
{
background-color: #E14C76;
}
</style>
border-color css
<style>
span { border-color: #E14C76; }
span { border-color: rgb(225,76,118); }
td.TdClassName
{
border-color: #E14C76;
}
.TagClassName
{
border-color: #E14C76;
}
</style>