Shades of Cranberry #E0547D
Tints of Cranberry #E0547D
RGB
CMYK
RGB Variations
Color information
#E0547D (or 0xE0547D) is known color: Cranberry. HEX triplet: E0, 54 and 7D. RGB value is (224,84,125). Sum of RGB (Red+Green+Blue) = 224+84+125=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0547D is #1FAB82. Grayscale: #828282. Windows color (decimal): -2075523 or 8213728. OLE color: 8213728.
HSL color Cylindrical-coordinate representation of color #E0547D: hue angle of 342.43º 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 #E0547D is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 125 | - |
| CMYK | 0 | 0.62 | 0.44 | 0.12 |
| HSL | 342.43º | 0.69% | 0.6% | - |
| HSV(B) | 342.43º | 0.63% | 0.88% | - |
| XYZ | 37.61 | 23.67 | 21.99 | - |
| YUV | 130.53 | 124.88 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 125 | 0 | 0.62 | 0.44 | 0.12 | 342.43 | 0.69 | 0.6 |
| Hex | E0 | 54 | 7D | 0 | 3E | 2C | C | 156 | 45 | 3C |
| Octal | 340 | 124 | 175 | 0 | 76 | 54 | 14 | 526 | 105 | 74 |
| Binary | 11100000 | 1010100 | 1111101 | 0 | 111110 | 101100 | 1100 | 101010110 | 1000101 | 111100 |
Color Harmonies of #E0547D
Complementary color
Monochromatic Colors of #E0547D
Black with #E0547D
Text Example
Text Example
White with #E0547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0547D; }
p { color: rgb(224,84,125); }
H1.HeaderClassName
{
color: #E0547D;
}
.AnyTagClassName
{
color: #E0547D;
}
</style>
background-color css
<style>
a { background-color: #E0547D; }
a { background-color: rgb(224,84,125); }
div.DivClassName
{
background-color: #E0547D;
}
.BgClassName
{
background-color: #E0547D;
}
</style>
border-color css
<style>
span { border-color: #E0547D; }
span { border-color: rgb(224,84,125); }
td.TdClassName
{
border-color: #E0547D;
}
.TagClassName
{
border-color: #E0547D;
}
</style>