Shades of Cranberry #E1517B
Tints of Cranberry #E1517B
RGB
CMYK
RGB Variations
Color information
#E1517B (or 0xE1517B) is known color: Cranberry. HEX triplet: E1, 51 and 7B. RGB value is (225,81,123). Sum of RGB (Red+Green+Blue) = 225+81+123=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1517B is #1EAE84. Grayscale: #808080. Windows color (decimal): -2010757 or 8081889. OLE color: 8081889.
HSL color Cylindrical-coordinate representation of color #E1517B: hue angle of 342.5º 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 #E1517B is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 123 | - |
| CMYK | 0 | 0.64 | 0.45 | 0.12 |
| HSL | 342.5º | 0.71% | 0.6% | - |
| HSV(B) | 342.5º | 0.64% | 0.88% | - |
| XYZ | 37.57 | 23.32 | 21.26 | - |
| YUV | 128.84 | 124.71 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 123 | 0 | 0.64 | 0.45 | 0.12 | 342.5 | 0.71 | 0.6 |
| Hex | E1 | 51 | 7B | 0 | 40 | 2D | C | 156 | 47 | 3C |
| Octal | 341 | 121 | 173 | 0 | 100 | 55 | 14 | 526 | 107 | 74 |
| Binary | 11100001 | 1010001 | 1111011 | 0 | 1000000 | 101101 | 1100 | 101010110 | 1000111 | 111100 |
Color Harmonies of #E1517B
Complementary color
Monochromatic Colors of #E1517B
Black with #E1517B
Text Example
Text Example
White with #E1517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1517B; }
p { color: rgb(225,81,123); }
H1.HeaderClassName
{
color: #E1517B;
}
.AnyTagClassName
{
color: #E1517B;
}
</style>
background-color css
<style>
a { background-color: #E1517B; }
a { background-color: rgb(225,81,123); }
div.DivClassName
{
background-color: #E1517B;
}
.BgClassName
{
background-color: #E1517B;
}
</style>
border-color css
<style>
span { border-color: #E1517B; }
span { border-color: rgb(225,81,123); }
td.TdClassName
{
border-color: #E1517B;
}
.TagClassName
{
border-color: #E1517B;
}
</style>