Shades of Cranberry #E0567A
Tints of Cranberry #E0567A
RGB
CMYK
RGB Variations
Color information
#E0567A (or 0xE0567A) is known color: Cranberry. HEX triplet: E0, 56 and 7A. RGB value is (224,86,122). Sum of RGB (Red+Green+Blue) = 224+86+122=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E0567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0567A is #1FA985. Grayscale: #838383. Windows color (decimal): -2075014 or 8017632. OLE color: 8017632.
HSL color Cylindrical-coordinate representation of color #E0567A: hue angle of 344.35º degrees, saturation: 0.69, 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 #E0567A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 122 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.12 |
| HSL | 344.35º | 0.69% | 0.61% | - |
| HSV(B) | 344.35º | 0.62% | 0.88% | - |
| XYZ | 37.58 | 23.91 | 21.05 | - |
| YUV | 131.37 | 122.72 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 122 | 0 | 0.62 | 0.46 | 0.12 | 344.35 | 0.69 | 0.61 |
| Hex | E0 | 56 | 7A | 0 | 3E | 2E | C | 158 | 45 | 3D |
| Octal | 340 | 126 | 172 | 0 | 76 | 56 | 14 | 530 | 105 | 75 |
| Binary | 11100000 | 1010110 | 1111010 | 0 | 111110 | 101110 | 1100 | 101011000 | 1000101 | 111101 |
Color Harmonies of #E0567A
Complementary color
Monochromatic Colors of #E0567A
Black with #E0567A
Text Example
Text Example
White with #E0567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0567A; }
p { color: rgb(224,86,122); }
H1.HeaderClassName
{
color: #E0567A;
}
.AnyTagClassName
{
color: #E0567A;
}
</style>
background-color css
<style>
a { background-color: #E0567A; }
a { background-color: rgb(224,86,122); }
div.DivClassName
{
background-color: #E0567A;
}
.BgClassName
{
background-color: #E0567A;
}
</style>
border-color css
<style>
span { border-color: #E0567A; }
span { border-color: rgb(224,86,122); }
td.TdClassName
{
border-color: #E0567A;
}
.TagClassName
{
border-color: #E0567A;
}
</style>