Shades of Cranberry #E14C72
Tints of Cranberry #E14C72
RGB
CMYK
RGB Variations
Color information
#E14C72 (or 0xE14C72) is known color: Cranberry. HEX triplet: E1, 4C and 72. RGB value is (225,76,114). Sum of RGB (Red+Green+Blue) = 225+76+114=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C72 is #1EB38D. Grayscale: #7C7C7C. Windows color (decimal): -2012046 or 7490785. OLE color: 7490785.
HSL color Cylindrical-coordinate representation of color #E14C72: hue angle of 344.7º 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 #E14C72 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 114 | - |
| CMYK | 0 | 0.66 | 0.49 | 0.12 |
| HSL | 344.7º | 0.71% | 0.59% | - |
| HSV(B) | 344.7º | 0.66% | 0.88% | - |
| XYZ | 36.67 | 22.39 | 18.31 | - |
| YUV | 124.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 114 | 0 | 0.66 | 0.49 | 0.12 | 344.7 | 0.71 | 0.59 |
| Hex | E1 | 4C | 72 | 0 | 42 | 31 | C | 159 | 47 | 3B |
| Octal | 341 | 114 | 162 | 0 | 102 | 61 | 14 | 531 | 107 | 73 |
| Binary | 11100001 | 1001100 | 1110010 | 0 | 1000010 | 110001 | 1100 | 101011001 | 1000111 | 111011 |
Color Harmonies of #E14C72
Complementary color
Monochromatic Colors of #E14C72
Black with #E14C72
Text Example
Text Example
White with #E14C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14C72; }
p { color: rgb(225,76,114); }
H1.HeaderClassName
{
color: #E14C72;
}
.AnyTagClassName
{
color: #E14C72;
}
</style>
background-color css
<style>
a { background-color: #E14C72; }
a { background-color: rgb(225,76,114); }
div.DivClassName
{
background-color: #E14C72;
}
.BgClassName
{
background-color: #E14C72;
}
</style>
border-color css
<style>
span { border-color: #E14C72; }
span { border-color: rgb(225,76,114); }
td.TdClassName
{
border-color: #E14C72;
}
.TagClassName
{
border-color: #E14C72;
}
</style>