Shades of Cranberry #E15A73
Tints of Cranberry #E15A73
RGB
CMYK
RGB Variations
Color information
#E15A73 (or 0xE15A73) is known color: Cranberry. HEX triplet: E1, 5A and 73. RGB value is (225,90,115). Sum of RGB (Red+Green+Blue) = 225+90+115=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15A73 is #1EA58C. Grayscale: #858585. Windows color (decimal): -2008461 or 7559905. OLE color: 7559905.
HSL color Cylindrical-coordinate representation of color #E15A73: hue angle of 348.89º 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 #E15A73 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 115 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.12 |
| HSL | 348.89º | 0.69% | 0.62% | - |
| HSV(B) | 348.89º | 0.6% | 0.88% | - |
| XYZ | 37.8 | 24.56 | 18.97 | - |
| YUV | 133.22 | 117.73 | 193.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 115 | 0 | 0.60 | 0.49 | 0.12 | 348.89 | 0.69 | 0.62 |
| Hex | E1 | 5A | 73 | 0 | 3C | 31 | C | 15D | 45 | 3E |
| Octal | 341 | 132 | 163 | 0 | 74 | 61 | 14 | 535 | 105 | 76 |
| Binary | 11100001 | 1011010 | 1110011 | 0 | 111100 | 110001 | 1100 | 101011101 | 1000101 | 111110 |
Color Harmonies of #E15A73
Complementary color
Monochromatic Colors of #E15A73
Black with #E15A73
Text Example
Text Example
White with #E15A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A73; }
p { color: rgb(225,90,115); }
H1.HeaderClassName
{
color: #E15A73;
}
.AnyTagClassName
{
color: #E15A73;
}
</style>
background-color css
<style>
a { background-color: #E15A73; }
a { background-color: rgb(225,90,115); }
div.DivClassName
{
background-color: #E15A73;
}
.BgClassName
{
background-color: #E15A73;
}
</style>
border-color css
<style>
span { border-color: #E15A73; }
span { border-color: rgb(225,90,115); }
td.TdClassName
{
border-color: #E15A73;
}
.TagClassName
{
border-color: #E15A73;
}
</style>