Shades of Cranberry #E15172
Tints of Cranberry #E15172
RGB
CMYK
RGB Variations
Color information
#E15172 (or 0xE15172) is known color: Cranberry. HEX triplet: E1, 51 and 72. RGB value is (225,81,114). Sum of RGB (Red+Green+Blue) = 225+81+114=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E15172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15172 is #1EAE8D. Grayscale: #7F7F7F. Windows color (decimal): -2010766 or 7492065. OLE color: 7492065.
HSL color Cylindrical-coordinate representation of color #E15172: hue angle of 346.25º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E15172 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 114 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.12 |
| HSL | 346.25º | 0.71% | 0.6% | - |
| HSV(B) | 346.25º | 0.64% | 0.88% | - |
| XYZ | 37.03 | 23.11 | 18.43 | - |
| YUV | 127.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 114 | 0 | 0.64 | 0.49 | 0.12 | 346.25 | 0.71 | 0.6 |
| Hex | E1 | 51 | 72 | 0 | 40 | 31 | C | 15A | 47 | 3C |
| Octal | 341 | 121 | 162 | 0 | 100 | 61 | 14 | 532 | 107 | 74 |
| Binary | 11100001 | 1010001 | 1110010 | 0 | 1000000 | 110001 | 1100 | 101011010 | 1000111 | 111100 |
Color Harmonies of #E15172
Complementary color
Monochromatic Colors of #E15172
Black with #E15172
Text Example
Text Example
White with #E15172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15172; }
p { color: rgb(225,81,114); }
H1.HeaderClassName
{
color: #E15172;
}
.AnyTagClassName
{
color: #E15172;
}
</style>
background-color css
<style>
a { background-color: #E15172; }
a { background-color: rgb(225,81,114); }
div.DivClassName
{
background-color: #E15172;
}
.BgClassName
{
background-color: #E15172;
}
</style>
border-color css
<style>
span { border-color: #E15172; }
span { border-color: rgb(225,81,114); }
td.TdClassName
{
border-color: #E15172;
}
.TagClassName
{
border-color: #E15172;
}
</style>