Shades of Cranberry #E15069
Tints of Cranberry #E15069
RGB
CMYK
RGB Variations
Color information
#E15069 (or 0xE15069) is known color: Cranberry. HEX triplet: E1, 50 and 69. RGB value is (225,80,105). Sum of RGB (Red+Green+Blue) = 225+80+105=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E15069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15069 is #1EAF96. Grayscale: #7E7E7E. Windows color (decimal): -2011031 or 6901985. OLE color: 6901985.
HSL color Cylindrical-coordinate representation of color #E15069: hue angle of 349.66º 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 #E15069 is Cyan = 0, Magento = 0.64, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 105 | - |
| CMYK | 0 | 0.64 | 0.53 | 0.12 |
| HSL | 349.66º | 0.71% | 0.6% | - |
| HSV(B) | 349.66º | 0.64% | 0.88% | - |
| XYZ | 36.47 | 22.76 | 15.84 | - |
| YUV | 126.21 | 116.04 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 105 | 0 | 0.64 | 0.53 | 0.12 | 349.66 | 0.71 | 0.6 |
| Hex | E1 | 50 | 69 | 0 | 40 | 35 | C | 15E | 47 | 3C |
| Octal | 341 | 120 | 151 | 0 | 100 | 65 | 14 | 536 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1101001 | 0 | 1000000 | 110101 | 1100 | 101011110 | 1000111 | 111100 |
Color Harmonies of #E15069
Complementary color
Monochromatic Colors of #E15069
Black with #E15069
Text Example
Text Example
White with #E15069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15069; }
p { color: rgb(225,80,105); }
H1.HeaderClassName
{
color: #E15069;
}
.AnyTagClassName
{
color: #E15069;
}
</style>
background-color css
<style>
a { background-color: #E15069; }
a { background-color: rgb(225,80,105); }
div.DivClassName
{
background-color: #E15069;
}
.BgClassName
{
background-color: #E15069;
}
</style>
border-color css
<style>
span { border-color: #E15069; }
span { border-color: rgb(225,80,105); }
td.TdClassName
{
border-color: #E15069;
}
.TagClassName
{
border-color: #E15069;
}
</style>