Shades of Cranberry #E04D6B
Tints of Cranberry #E04D6B
RGB
CMYK
RGB Variations
Color information
#E04D6B (or 0xE04D6B) is known color: Cranberry. HEX triplet: E0, 4D and 6B. RGB value is (224,77,107). Sum of RGB (Red+Green+Blue) = 224+77+107=408 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.90% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D6B is #1FB294. Grayscale: #7C7C7C. Windows color (decimal): -2077333 or 7032288. OLE color: 7032288.
HSL color Cylindrical-coordinate representation of color #E04D6B: hue angle of 347.76º 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 #E04D6B is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 107 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.12 |
| HSL | 347.76º | 0.7% | 0.59% | - |
| HSV(B) | 347.76º | 0.66% | 0.88% | - |
| XYZ | 36.05 | 22.22 | 16.3 | - |
| YUV | 124.37 | 118.2 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 107 | 0 | 0.66 | 0.52 | 0.12 | 347.76 | 0.7 | 0.59 |
| Hex | E0 | 4D | 6B | 0 | 42 | 34 | C | 15C | 46 | 3B |
| Octal | 340 | 115 | 153 | 0 | 102 | 64 | 14 | 534 | 106 | 73 |
| Binary | 11100000 | 1001101 | 1101011 | 0 | 1000010 | 110100 | 1100 | 101011100 | 1000110 | 111011 |
Color Harmonies of #E04D6B
Complementary color
Monochromatic Colors of #E04D6B
Black with #E04D6B
Text Example
Text Example
White with #E04D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D6B; }
p { color: rgb(224,77,107); }
H1.HeaderClassName
{
color: #E04D6B;
}
.AnyTagClassName
{
color: #E04D6B;
}
</style>
background-color css
<style>
a { background-color: #E04D6B; }
a { background-color: rgb(224,77,107); }
div.DivClassName
{
background-color: #E04D6B;
}
.BgClassName
{
background-color: #E04D6B;
}
</style>
border-color css
<style>
span { border-color: #E04D6B; }
span { border-color: rgb(224,77,107); }
td.TdClassName
{
border-color: #E04D6B;
}
.TagClassName
{
border-color: #E04D6B;
}
</style>