Shades of Cranberry #E04D75
Tints of Cranberry #E04D75
RGB
CMYK
RGB Variations
Color information
#E04D75 (or 0xE04D75) is known color: Cranberry. HEX triplet: E0, 4D and 75. RGB value is (224,77,117). Sum of RGB (Red+Green+Blue) = 224+77+117=418 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.59% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 224 - color contains mainly: red. Hex color #E04D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E04D75 is #1FB28A. Grayscale: #7D7D7D. Windows color (decimal): -2077323 or 7687648. OLE color: 7687648.
HSL color Cylindrical-coordinate representation of color #E04D75: hue angle of 343.67º 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 #E04D75 is Cyan = 0, Magento = 0.66, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 77 | 117 | - |
| CMYK | 0 | 0.66 | 0.48 | 0.12 |
| HSL | 343.67º | 0.7% | 0.59% | - |
| HSV(B) | 343.67º | 0.66% | 0.88% | - |
| XYZ | 36.61 | 22.44 | 19.23 | - |
| YUV | 125.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 77 | 117 | 0 | 0.66 | 0.48 | 0.12 | 343.67 | 0.7 | 0.59 |
| Hex | E0 | 4D | 75 | 0 | 42 | 30 | C | 158 | 46 | 3B |
| Octal | 340 | 115 | 165 | 0 | 102 | 60 | 14 | 530 | 106 | 73 |
| Binary | 11100000 | 1001101 | 1110101 | 0 | 1000010 | 110000 | 1100 | 101011000 | 1000110 | 111011 |
Color Harmonies of #E04D75
Complementary color
Monochromatic Colors of #E04D75
Black with #E04D75
Text Example
Text Example
White with #E04D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04D75; }
p { color: rgb(224,77,117); }
H1.HeaderClassName
{
color: #E04D75;
}
.AnyTagClassName
{
color: #E04D75;
}
</style>
background-color css
<style>
a { background-color: #E04D75; }
a { background-color: rgb(224,77,117); }
div.DivClassName
{
background-color: #E04D75;
}
.BgClassName
{
background-color: #E04D75;
}
</style>
border-color css
<style>
span { border-color: #E04D75; }
span { border-color: rgb(224,77,117); }
td.TdClassName
{
border-color: #E04D75;
}
.TagClassName
{
border-color: #E04D75;
}
</style>