Shades of Cranberry #E15972
Tints of Cranberry #E15972
RGB
CMYK
RGB Variations
Color information
#E15972 (or 0xE15972) is known color: Cranberry. HEX triplet: E1, 59 and 72. RGB value is (225,89,114). Sum of RGB (Red+Green+Blue) = 225+89+114=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 114 (44.92% from 255 or 26.64% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E15972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15972 is #1EA68D. Grayscale: #848484. Windows color (decimal): -2008718 or 7494113. OLE color: 7494113.
HSL color Cylindrical-coordinate representation of color #E15972: hue angle of 348.97º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E15972 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 114 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.12 |
| HSL | 348.97º | 0.69% | 0.62% | - |
| HSV(B) | 348.97º | 0.6% | 0.88% | - |
| XYZ | 37.66 | 24.37 | 18.64 | - |
| YUV | 132.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 114 | 0 | 0.60 | 0.49 | 0.12 | 348.97 | 0.69 | 0.62 |
| Hex | E1 | 59 | 72 | 0 | 3C | 31 | C | 15D | 45 | 3E |
| Octal | 341 | 131 | 162 | 0 | 74 | 61 | 14 | 535 | 105 | 76 |
| Binary | 11100001 | 1011001 | 1110010 | 0 | 111100 | 110001 | 1100 | 101011101 | 1000101 | 111110 |
Color Harmonies of #E15972
Complementary color
Monochromatic Colors of #E15972
Black with #E15972
Text Example
Text Example
White with #E15972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15972; }
p { color: rgb(225,89,114); }
H1.HeaderClassName
{
color: #E15972;
}
.AnyTagClassName
{
color: #E15972;
}
</style>
background-color css
<style>
a { background-color: #E15972; }
a { background-color: rgb(225,89,114); }
div.DivClassName
{
background-color: #E15972;
}
.BgClassName
{
background-color: #E15972;
}
</style>
border-color css
<style>
span { border-color: #E15972; }
span { border-color: rgb(225,89,114); }
td.TdClassName
{
border-color: #E15972;
}
.TagClassName
{
border-color: #E15972;
}
</style>