Shades of Cranberry #E15772
Tints of Cranberry #E15772
RGB
CMYK
RGB Variations
Color information
#E15772 (or 0xE15772) is known color: Cranberry. HEX triplet: E1, 57 and 72. RGB value is (225,87,114). Sum of RGB (Red+Green+Blue) = 225+87+114=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E15772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15772 is #1EA88D. Grayscale: #838383. Windows color (decimal): -2009230 or 7493601. OLE color: 7493601.
HSL color Cylindrical-coordinate representation of color #E15772: hue angle of 348.26º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E15772 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 87 | 114 | - |
| CMYK | 0 | 0.61 | 0.49 | 0.12 |
| HSL | 348.26º | 0.7% | 0.61% | - |
| HSV(B) | 348.26º | 0.61% | 0.88% | - |
| XYZ | 37.5 | 24.04 | 18.58 | - |
| YUV | 131.34 | 118.22 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 87 | 114 | 0 | 0.61 | 0.49 | 0.12 | 348.26 | 0.7 | 0.61 |
| Hex | E1 | 57 | 72 | 0 | 3D | 31 | C | 15C | 46 | 3D |
| Octal | 341 | 127 | 162 | 0 | 75 | 61 | 14 | 534 | 106 | 75 |
| Binary | 11100001 | 1010111 | 1110010 | 0 | 111101 | 110001 | 1100 | 101011100 | 1000110 | 111101 |
Color Harmonies of #E15772
Complementary color
Monochromatic Colors of #E15772
Black with #E15772
Text Example
Text Example
White with #E15772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15772; }
p { color: rgb(225,87,114); }
H1.HeaderClassName
{
color: #E15772;
}
.AnyTagClassName
{
color: #E15772;
}
</style>
background-color css
<style>
a { background-color: #E15772; }
a { background-color: rgb(225,87,114); }
div.DivClassName
{
background-color: #E15772;
}
.BgClassName
{
background-color: #E15772;
}
</style>
border-color css
<style>
span { border-color: #E15772; }
span { border-color: rgb(225,87,114); }
td.TdClassName
{
border-color: #E15772;
}
.TagClassName
{
border-color: #E15772;
}
</style>