Shades of Cranberry #E04E6A
Tints of Cranberry #E04E6A
RGB
CMYK
RGB Variations
Color information
#E04E6A (or 0xE04E6A) is known color: Cranberry. HEX triplet: E0, 4E and 6A. RGB value is (224,78,106). Sum of RGB (Red+Green+Blue) = 224+78+106=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E6A is #1FB195. Grayscale: #7C7C7C. Windows color (decimal): -2077078 or 6967008. OLE color: 6967008.
HSL color Cylindrical-coordinate representation of color #E04E6A: hue angle of 348.49º 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 #E04E6A is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 106 | - |
| CMYK | 0 | 0.65 | 0.53 | 0.12 |
| HSL | 348.49º | 0.7% | 0.59% | - |
| HSV(B) | 348.49º | 0.65% | 0.88% | - |
| XYZ | 36.07 | 22.34 | 16.05 | - |
| YUV | 124.85 | 117.37 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 106 | 0 | 0.65 | 0.53 | 0.12 | 348.49 | 0.7 | 0.59 |
| Hex | E0 | 4E | 6A | 0 | 41 | 35 | C | 15C | 46 | 3B |
| Octal | 340 | 116 | 152 | 0 | 101 | 65 | 14 | 534 | 106 | 73 |
| Binary | 11100000 | 1001110 | 1101010 | 0 | 1000001 | 110101 | 1100 | 101011100 | 1000110 | 111011 |
Color Harmonies of #E04E6A
Complementary color
Monochromatic Colors of #E04E6A
Black with #E04E6A
Text Example
Text Example
White with #E04E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E6A; }
p { color: rgb(224,78,106); }
H1.HeaderClassName
{
color: #E04E6A;
}
.AnyTagClassName
{
color: #E04E6A;
}
</style>
background-color css
<style>
a { background-color: #E04E6A; }
a { background-color: rgb(224,78,106); }
div.DivClassName
{
background-color: #E04E6A;
}
.BgClassName
{
background-color: #E04E6A;
}
</style>
border-color css
<style>
span { border-color: #E04E6A; }
span { border-color: rgb(224,78,106); }
td.TdClassName
{
border-color: #E04E6A;
}
.TagClassName
{
border-color: #E04E6A;
}
</style>