Shades of Cranberry #E1506D
Tints of Cranberry #E1506D
RGB
CMYK
RGB Variations
Color information
#E1506D (or 0xE1506D) is known color: Cranberry. HEX triplet: E1, 50 and 6D. RGB value is (225,80,109). Sum of RGB (Red+Green+Blue) = 225+80+109=414 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.35% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 109 (42.97% from 255 or 26.33% from 414); Max value from RGB is 225 - color contains mainly: red. Hex color #E1506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1506D is #1EAF92. Grayscale: #7E7E7E. Windows color (decimal): -2011027 or 7164129. OLE color: 7164129.
HSL color Cylindrical-coordinate representation of color #E1506D: hue angle of 348º 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 #E1506D is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 109 | - |
| CMYK | 0 | 0.64 | 0.52 | 0.12 |
| HSL | 348º | 0.71% | 0.6% | - |
| HSV(B) | 348º | 0.64% | 0.88% | - |
| XYZ | 36.68 | 22.85 | 16.95 | - |
| YUV | 126.66 | 118.04 | 198.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 109 | 0 | 0.64 | 0.52 | 0.12 | 348 | 0.71 | 0.6 |
| Hex | E1 | 50 | 6D | 0 | 40 | 34 | C | 15C | 47 | 3C |
| Octal | 341 | 120 | 155 | 0 | 100 | 64 | 14 | 534 | 107 | 74 |
| Binary | 11100001 | 1010000 | 1101101 | 0 | 1000000 | 110100 | 1100 | 101011100 | 1000111 | 111100 |
Color Harmonies of #E1506D
Complementary color
Monochromatic Colors of #E1506D
Black with #E1506D
Text Example
Text Example
White with #E1506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1506D; }
p { color: rgb(225,80,109); }
H1.HeaderClassName
{
color: #E1506D;
}
.AnyTagClassName
{
color: #E1506D;
}
</style>
background-color css
<style>
a { background-color: #E1506D; }
a { background-color: rgb(225,80,109); }
div.DivClassName
{
background-color: #E1506D;
}
.BgClassName
{
background-color: #E1506D;
}
</style>
border-color css
<style>
span { border-color: #E1506D; }
span { border-color: rgb(225,80,109); }
td.TdClassName
{
border-color: #E1506D;
}
.TagClassName
{
border-color: #E1506D;
}
</style>