Shades of Cranberry #E0547A
Tints of Cranberry #E0547A
RGB
CMYK
RGB Variations
Color information
#E0547A (or 0xE0547A) is known color: Cranberry. HEX triplet: E0, 54 and 7A. RGB value is (224,84,122). Sum of RGB (Red+Green+Blue) = 224+84+122=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E0547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0547A is #1FAB85. Grayscale: #828282. Windows color (decimal): -2075526 or 8017120. OLE color: 8017120.
HSL color Cylindrical-coordinate representation of color #E0547A: hue angle of 343.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0547A is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 122 | - |
| CMYK | 0 | 0.62 | 0.46 | 0.12 |
| HSL | 343.71º | 0.69% | 0.6% | - |
| HSV(B) | 343.71º | 0.63% | 0.88% | - |
| XYZ | 37.42 | 23.59 | 20.99 | - |
| YUV | 130.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 122 | 0 | 0.62 | 0.46 | 0.12 | 343.71 | 0.69 | 0.6 |
| Hex | E0 | 54 | 7A | 0 | 3E | 2E | C | 158 | 45 | 3C |
| Octal | 340 | 124 | 172 | 0 | 76 | 56 | 14 | 530 | 105 | 74 |
| Binary | 11100000 | 1010100 | 1111010 | 0 | 111110 | 101110 | 1100 | 101011000 | 1000101 | 111100 |
Color Harmonies of #E0547A
Complementary color
Monochromatic Colors of #E0547A
Black with #E0547A
Text Example
Text Example
White with #E0547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0547A; }
p { color: rgb(224,84,122); }
H1.HeaderClassName
{
color: #E0547A;
}
.AnyTagClassName
{
color: #E0547A;
}
</style>
background-color css
<style>
a { background-color: #E0547A; }
a { background-color: rgb(224,84,122); }
div.DivClassName
{
background-color: #E0547A;
}
.BgClassName
{
background-color: #E0547A;
}
</style>
border-color css
<style>
span { border-color: #E0547A; }
span { border-color: rgb(224,84,122); }
td.TdClassName
{
border-color: #E0547A;
}
.TagClassName
{
border-color: #E0547A;
}
</style>