Shades of Cranberry #E1517D
Tints of Cranberry #E1517D
RGB
CMYK
RGB Variations
Color information
#E1517D (or 0xE1517D) is known color: Cranberry. HEX triplet: E1, 51 and 7D. RGB value is (225,81,125). Sum of RGB (Red+Green+Blue) = 225+81+125=431 (57% of max value = 765). Red value is 225 (88.28% from 255 or 52.20% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 225 - color contains mainly: red. Hex color #E1517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1517D is #1EAE82. Grayscale: #818181. Windows color (decimal): -2010755 or 8212961. OLE color: 8212961.
HSL color Cylindrical-coordinate representation of color #E1517D: hue angle of 341.67º 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 #E1517D is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 125 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.12 |
| HSL | 341.67º | 0.71% | 0.6% | - |
| HSV(B) | 341.67º | 0.64% | 0.88% | - |
| XYZ | 37.7 | 23.37 | 21.93 | - |
| YUV | 129.07 | 125.71 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 125 | 0 | 0.64 | 0.44 | 0.12 | 341.67 | 0.71 | 0.6 |
| Hex | E1 | 51 | 7D | 0 | 40 | 2C | C | 156 | 47 | 3C |
| Octal | 341 | 121 | 175 | 0 | 100 | 54 | 14 | 526 | 107 | 74 |
| Binary | 11100001 | 1010001 | 1111101 | 0 | 1000000 | 101100 | 1100 | 101010110 | 1000111 | 111100 |
Color Harmonies of #E1517D
Complementary color
Monochromatic Colors of #E1517D
Black with #E1517D
Text Example
Text Example
White with #E1517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1517D; }
p { color: rgb(225,81,125); }
H1.HeaderClassName
{
color: #E1517D;
}
.AnyTagClassName
{
color: #E1517D;
}
</style>
background-color css
<style>
a { background-color: #E1517D; }
a { background-color: rgb(225,81,125); }
div.DivClassName
{
background-color: #E1517D;
}
.BgClassName
{
background-color: #E1517D;
}
</style>
border-color css
<style>
span { border-color: #E1517D; }
span { border-color: rgb(225,81,125); }
td.TdClassName
{
border-color: #E1517D;
}
.TagClassName
{
border-color: #E1517D;
}
</style>