Shades of Cranberry #E04E6B
Tints of Cranberry #E04E6B
RGB
CMYK
RGB Variations
Color information
#E04E6B (or 0xE04E6B) is known color: Cranberry. HEX triplet: E0, 4E and 6B. RGB value is (224,78,107). Sum of RGB (Red+Green+Blue) = 224+78+107=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E04E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04E6B is #1FB194. Grayscale: #7C7C7C. Windows color (decimal): -2077077 or 7032544. OLE color: 7032544.
HSL color Cylindrical-coordinate representation of color #E04E6B: hue angle of 348.08º 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 #E04E6B is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 78 | 107 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.12 |
| HSL | 348.08º | 0.7% | 0.59% | - |
| HSV(B) | 348.08º | 0.65% | 0.88% | - |
| XYZ | 36.12 | 22.36 | 16.32 | - |
| YUV | 124.96 | 117.87 | 198.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 78 | 107 | 0 | 0.65 | 0.52 | 0.12 | 348.08 | 0.7 | 0.59 |
| Hex | E0 | 4E | 6B | 0 | 41 | 34 | C | 15C | 46 | 3B |
| Octal | 340 | 116 | 153 | 0 | 101 | 64 | 14 | 534 | 106 | 73 |
| Binary | 11100000 | 1001110 | 1101011 | 0 | 1000001 | 110100 | 1100 | 101011100 | 1000110 | 111011 |
Color Harmonies of #E04E6B
Complementary color
Monochromatic Colors of #E04E6B
Black with #E04E6B
Text Example
Text Example
White with #E04E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04E6B; }
p { color: rgb(224,78,107); }
H1.HeaderClassName
{
color: #E04E6B;
}
.AnyTagClassName
{
color: #E04E6B;
}
</style>
background-color css
<style>
a { background-color: #E04E6B; }
a { background-color: rgb(224,78,107); }
div.DivClassName
{
background-color: #E04E6B;
}
.BgClassName
{
background-color: #E04E6B;
}
</style>
border-color css
<style>
span { border-color: #E04E6B; }
span { border-color: rgb(224,78,107); }
td.TdClassName
{
border-color: #E04E6B;
}
.TagClassName
{
border-color: #E04E6B;
}
</style>