Shades of Cranberry #E15073
Tints of Cranberry #E15073
RGB
CMYK
RGB Variations
Color information
#E15073 (or 0xE15073) is known color: Cranberry. HEX triplet: E1, 50 and 73. RGB value is (225,80,115). Sum of RGB (Red+Green+Blue) = 225+80+115=420 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.57% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 115 (45.31% from 255 or 27.38% from 420); Max value from RGB is 225 - color contains mainly: red. Hex color #E15073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15073 is #1EAF8C. Grayscale: #7F7F7F. Windows color (decimal): -2011021 or 7557345. OLE color: 7557345.
HSL color Cylindrical-coordinate representation of color #E15073: hue angle of 345.52º 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 #E15073 is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 115 | - |
| CMYK | 0 | 0.64 | 0.49 | 0.12 |
| HSL | 345.52º | 0.71% | 0.6% | - |
| HSV(B) | 345.52º | 0.64% | 0.88% | - |
| XYZ | 37.01 | 22.98 | 18.7 | - |
| YUV | 127.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 115 | 0 | 0.64 | 0.49 | 0.12 | 345.52 | 0.71 | 0.6 |
| Hex | E1 | 50 | 73 | 0 | 40 | 31 | C | 15A | 47 | 3C |
| Octal | 341 | 120 | 163 | 0 | 100 | 61 | 14 | 532 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1110011 | 0 | 1000000 | 110001 | 1100 | 101011010 | 1000111 | 111100 |
Color Harmonies of #E15073
Complementary color
Monochromatic Colors of #E15073
Black with #E15073
Text Example
Text Example
White with #E15073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15073; }
p { color: rgb(225,80,115); }
H1.HeaderClassName
{
color: #E15073;
}
.AnyTagClassName
{
color: #E15073;
}
</style>
background-color css
<style>
a { background-color: #E15073; }
a { background-color: rgb(225,80,115); }
div.DivClassName
{
background-color: #E15073;
}
.BgClassName
{
background-color: #E15073;
}
</style>
border-color css
<style>
span { border-color: #E15073; }
span { border-color: rgb(225,80,115); }
td.TdClassName
{
border-color: #E15073;
}
.TagClassName
{
border-color: #E15073;
}
</style>