Shades of Cranberry #E1567A
Tints of Cranberry #E1567A
RGB
CMYK
RGB Variations
Color information
#E1567A (or 0xE1567A) is known color: Cranberry. HEX triplet: E1, 56 and 7A. RGB value is (225,86,122). Sum of RGB (Red+Green+Blue) = 225+86+122=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E1567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1567A is #1EA985. Grayscale: #838383. Windows color (decimal): -2009478 or 8017633. OLE color: 8017633.
HSL color Cylindrical-coordinate representation of color #E1567A: hue angle of 344.46º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E1567A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 122 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.12 |
| HSL | 344.46º | 0.7% | 0.61% | - |
| HSV(B) | 344.46º | 0.62% | 0.88% | - |
| XYZ | 37.89 | 24.07 | 21.06 | - |
| YUV | 131.67 | 122.55 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 122 | 0 | 0.62 | 0.46 | 0.12 | 344.46 | 0.7 | 0.61 |
| Hex | E1 | 56 | 7A | 0 | 3E | 2E | C | 158 | 46 | 3D |
| Octal | 341 | 126 | 172 | 0 | 76 | 56 | 14 | 530 | 106 | 75 |
| Binary | 11100001 | 1010110 | 1111010 | 0 | 111110 | 101110 | 1100 | 101011000 | 1000110 | 111101 |
Color Harmonies of #E1567A
Complementary color
Monochromatic Colors of #E1567A
Black with #E1567A
Text Example
Text Example
White with #E1567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1567A; }
p { color: rgb(225,86,122); }
H1.HeaderClassName
{
color: #E1567A;
}
.AnyTagClassName
{
color: #E1567A;
}
</style>
background-color css
<style>
a { background-color: #E1567A; }
a { background-color: rgb(225,86,122); }
div.DivClassName
{
background-color: #E1567A;
}
.BgClassName
{
background-color: #E1567A;
}
</style>
border-color css
<style>
span { border-color: #E1567A; }
span { border-color: rgb(225,86,122); }
td.TdClassName
{
border-color: #E1567A;
}
.TagClassName
{
border-color: #E1567A;
}
</style>