Shades of Cranberry #E0517A
Tints of Cranberry #E0517A
RGB
CMYK
RGB Variations
Color information
#E0517A (or 0xE0517A) is known color: Cranberry. HEX triplet: E0, 51 and 7A. RGB value is (224,81,122). Sum of RGB (Red+Green+Blue) = 224+81+122=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E0517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0517A is #1FAE85. Grayscale: #808080. Windows color (decimal): -2076294 or 8016352. OLE color: 8016352.
HSL color Cylindrical-coordinate representation of color #E0517A: hue angle of 342.8º degrees, saturation: 0.7, 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 #E0517A is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 122 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.12 |
| HSL | 342.8º | 0.7% | 0.6% | - |
| HSV(B) | 342.8º | 0.64% | 0.88% | - |
| XYZ | 37.2 | 23.14 | 20.92 | - |
| YUV | 128.43 | 124.38 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 122 | 0 | 0.64 | 0.46 | 0.12 | 342.8 | 0.7 | 0.6 |
| Hex | E0 | 51 | 7A | 0 | 40 | 2E | C | 157 | 46 | 3C |
| Octal | 340 | 121 | 172 | 0 | 100 | 56 | 14 | 527 | 106 | 74 |
| Binary | 11100000 | 1010001 | 1111010 | 0 | 1000000 | 101110 | 1100 | 101010111 | 1000110 | 111100 |
Color Harmonies of #E0517A
Complementary color
Monochromatic Colors of #E0517A
Black with #E0517A
Text Example
Text Example
White with #E0517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0517A; }
p { color: rgb(224,81,122); }
H1.HeaderClassName
{
color: #E0517A;
}
.AnyTagClassName
{
color: #E0517A;
}
</style>
background-color css
<style>
a { background-color: #E0517A; }
a { background-color: rgb(224,81,122); }
div.DivClassName
{
background-color: #E0517A;
}
.BgClassName
{
background-color: #E0517A;
}
</style>
border-color css
<style>
span { border-color: #E0517A; }
span { border-color: rgb(224,81,122); }
td.TdClassName
{
border-color: #E0517A;
}
.TagClassName
{
border-color: #E0517A;
}
</style>