Shades of Cranberry #E0546C
Tints of Cranberry #E0546C
RGB
CMYK
RGB Variations
Color information
#E0546C (or 0xE0546C) is known color: Cranberry. HEX triplet: E0, 54 and 6C. RGB value is (224,84,108). Sum of RGB (Red+Green+Blue) = 224+84+108=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E0546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0546C is #1FAB93. Grayscale: #808080. Windows color (decimal): -2075540 or 7099616. OLE color: 7099616.
HSL color Cylindrical-coordinate representation of color #E0546C: hue angle of 349.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 #E0546C is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 84 | 108 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.12 |
| HSL | 349.71º | 0.69% | 0.6% | - |
| HSV(B) | 349.71º | 0.63% | 0.88% | - |
| XYZ | 36.62 | 23.27 | 16.75 | - |
| YUV | 128.6 | 116.38 | 196.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 84 | 108 | 0 | 0.62 | 0.52 | 0.12 | 349.71 | 0.69 | 0.6 |
| Hex | E0 | 54 | 6C | 0 | 3E | 34 | C | 15E | 45 | 3C |
| Octal | 340 | 124 | 154 | 0 | 76 | 64 | 14 | 536 | 105 | 74 |
| Binary | 11100000 | 1010100 | 1101100 | 0 | 111110 | 110100 | 1100 | 101011110 | 1000101 | 111100 |
Color Harmonies of #E0546C
Complementary color
Monochromatic Colors of #E0546C
Black with #E0546C
Text Example
Text Example
White with #E0546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0546C; }
p { color: rgb(224,84,108); }
H1.HeaderClassName
{
color: #E0546C;
}
.AnyTagClassName
{
color: #E0546C;
}
</style>
background-color css
<style>
a { background-color: #E0546C; }
a { background-color: rgb(224,84,108); }
div.DivClassName
{
background-color: #E0546C;
}
.BgClassName
{
background-color: #E0546C;
}
</style>
border-color css
<style>
span { border-color: #E0546C; }
span { border-color: rgb(224,84,108); }
td.TdClassName
{
border-color: #E0546C;
}
.TagClassName
{
border-color: #E0546C;
}
</style>