Shades of Cranberry #E04C6D
Tints of Cranberry #E04C6D
RGB
CMYK
RGB Variations
Color information
#E04C6D (or 0xE04C6D) is known color: Cranberry. HEX triplet: E0, 4C and 6D. RGB value is (224,76,109). Sum of RGB (Red+Green+Blue) = 224+76+109=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 76 (30.08% from 255 or 18.58% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04C6D is #1FB392. Grayscale: #7C7C7C. Windows color (decimal): -2077587 or 7163104. OLE color: 7163104.
HSL color Cylindrical-coordinate representation of color #E04C6D: hue angle of 346.62º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E04C6D is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 109 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.12 |
| HSL | 346.62º | 0.7% | 0.59% | - |
| HSV(B) | 346.62º | 0.66% | 0.88% | - |
| XYZ | 36.09 | 22.12 | 16.84 | - |
| YUV | 124.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 109 | 0 | 0.66 | 0.51 | 0.12 | 346.62 | 0.7 | 0.59 |
| Hex | E0 | 4C | 6D | 0 | 42 | 33 | C | 15B | 46 | 3B |
| Octal | 340 | 114 | 155 | 0 | 102 | 63 | 14 | 533 | 106 | 73 |
| Binary | 11100000 | 1001100 | 1101101 | 0 | 1000010 | 110011 | 1100 | 101011011 | 1000110 | 111011 |
Color Harmonies of #E04C6D
Complementary color
Monochromatic Colors of #E04C6D
Black with #E04C6D
Text Example
Text Example
White with #E04C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C6D; }
p { color: rgb(224,76,109); }
H1.HeaderClassName
{
color: #E04C6D;
}
.AnyTagClassName
{
color: #E04C6D;
}
</style>
background-color css
<style>
a { background-color: #E04C6D; }
a { background-color: rgb(224,76,109); }
div.DivClassName
{
background-color: #E04C6D;
}
.BgClassName
{
background-color: #E04C6D;
}
</style>
border-color css
<style>
span { border-color: #E04C6D; }
span { border-color: rgb(224,76,109); }
td.TdClassName
{
border-color: #E04C6D;
}
.TagClassName
{
border-color: #E04C6D;
}
</style>