Shades of Cranberry #E04E6E
Tints of Cranberry #E04E6E
RGB
CMYK
RGB Variations
Color information
#E04E6E (or 0xE04E6E) is known color: Cranberry. HEX triplet: E0, 4E and 6E. RGB value is (224,78,110). Sum of RGB (Red+Green+Blue) = 224+78+110=412 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.37% from 412); Green value is 78 (30.86% from 255 or 18.93% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E6E is #1FB191. Grayscale: #7D7D7D. Windows color (decimal): -2077074 or 7229152. OLE color: 7229152.
HSL color Cylindrical-coordinate representation of color #E04E6E: hue angle of 346.85º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E04E6E is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 110 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.12 |
| HSL | 346.85º | 0.7% | 0.59% | - |
| HSV(B) | 346.85º | 0.65% | 0.88% | - |
| XYZ | 36.28 | 22.42 | 17.17 | - |
| YUV | 125.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 110 | 0 | 0.65 | 0.51 | 0.12 | 346.85 | 0.7 | 0.59 |
| Hex | E0 | 4E | 6E | 0 | 41 | 33 | C | 15B | 46 | 3B |
| Octal | 340 | 116 | 156 | 0 | 101 | 63 | 14 | 533 | 106 | 73 |
| Binary | 11100000 | 1001110 | 1101110 | 0 | 1000001 | 110011 | 1100 | 101011011 | 1000110 | 111011 |
Color Harmonies of #E04E6E
Complementary color
Monochromatic Colors of #E04E6E
Black with #E04E6E
Text Example
Text Example
White with #E04E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E6E; }
p { color: rgb(224,78,110); }
H1.HeaderClassName
{
color: #E04E6E;
}
.AnyTagClassName
{
color: #E04E6E;
}
</style>
background-color css
<style>
a { background-color: #E04E6E; }
a { background-color: rgb(224,78,110); }
div.DivClassName
{
background-color: #E04E6E;
}
.BgClassName
{
background-color: #E04E6E;
}
</style>
border-color css
<style>
span { border-color: #E04E6E; }
span { border-color: rgb(224,78,110); }
td.TdClassName
{
border-color: #E04E6E;
}
.TagClassName
{
border-color: #E04E6E;
}
</style>