Shades of Cranberry #E15B75
Tints of Cranberry #E15B75
RGB
CMYK
RGB Variations
Color information
#E15B75 (or 0xE15B75) is known color: Cranberry. HEX triplet: E1, 5B and 75. RGB value is (225,91,117). Sum of RGB (Red+Green+Blue) = 225+91+117=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15B75 is #1EA48A. Grayscale: #868686. Windows color (decimal): -2008203 or 7691233. OLE color: 7691233.
HSL color Cylindrical-coordinate representation of color #E15B75: hue angle of 348.36º 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 #E15B75 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 117 | - |
| CMYK | 0 | 0.60 | 0.48 | 0.12 |
| HSL | 348.36º | 0.69% | 0.62% | - |
| HSV(B) | 348.36º | 0.6% | 0.88% | - |
| XYZ | 38 | 24.77 | 19.61 | - |
| YUV | 134.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 117 | 0 | 0.60 | 0.48 | 0.12 | 348.36 | 0.69 | 0.62 |
| Hex | E1 | 5B | 75 | 0 | 3C | 30 | C | 15C | 45 | 3E |
| Octal | 341 | 133 | 165 | 0 | 74 | 60 | 14 | 534 | 105 | 76 |
| Binary | 11100001 | 1011011 | 1110101 | 0 | 111100 | 110000 | 1100 | 101011100 | 1000101 | 111110 |
Color Harmonies of #E15B75
Complementary color
Monochromatic Colors of #E15B75
Black with #E15B75
Text Example
Text Example
White with #E15B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B75; }
p { color: rgb(225,91,117); }
H1.HeaderClassName
{
color: #E15B75;
}
.AnyTagClassName
{
color: #E15B75;
}
</style>
background-color css
<style>
a { background-color: #E15B75; }
a { background-color: rgb(225,91,117); }
div.DivClassName
{
background-color: #E15B75;
}
.BgClassName
{
background-color: #E15B75;
}
</style>
border-color css
<style>
span { border-color: #E15B75; }
span { border-color: rgb(225,91,117); }
td.TdClassName
{
border-color: #E15B75;
}
.TagClassName
{
border-color: #E15B75;
}
</style>