Shades of Cranberry #E04175
Tints of Cranberry #E04175
RGB
CMYK
RGB Variations
Color information
#E04175 (or 0xE04175) is known color: Cranberry. HEX triplet: E0, 41 and 75. RGB value is (224,65,117). Sum of RGB (Red+Green+Blue) = 224+65+117=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E04175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04175 is #1FBE8A. Grayscale: #767676. Windows color (decimal): -2080395 or 7684576. OLE color: 7684576.
HSL color Cylindrical-coordinate representation of color #E04175: hue angle of 340.38º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E04175 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 117 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.12 |
| HSL | 340.38º | 0.72% | 0.57% | - |
| HSV(B) | 340.38º | 0.71% | 0.88% | - |
| XYZ | 35.84 | 20.91 | 18.98 | - |
| YUV | 118.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 117 | 0 | 0.71 | 0.48 | 0.12 | 340.38 | 0.72 | 0.57 |
| Hex | E0 | 41 | 75 | 0 | 47 | 30 | C | 154 | 48 | 39 |
| Octal | 340 | 101 | 165 | 0 | 107 | 60 | 14 | 524 | 110 | 71 |
| Binary | 11100000 | 1000001 | 1110101 | 0 | 1000111 | 110000 | 1100 | 101010100 | 1001000 | 111001 |
Color Harmonies of #E04175
Complementary color
Monochromatic Colors of #E04175
Black with #E04175
Text Example
Text Example
White with #E04175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04175; }
p { color: rgb(224,65,117); }
H1.HeaderClassName
{
color: #E04175;
}
.AnyTagClassName
{
color: #E04175;
}
</style>
background-color css
<style>
a { background-color: #E04175; }
a { background-color: rgb(224,65,117); }
div.DivClassName
{
background-color: #E04175;
}
.BgClassName
{
background-color: #E04175;
}
</style>
border-color css
<style>
span { border-color: #E04175; }
span { border-color: rgb(224,65,117); }
td.TdClassName
{
border-color: #E04175;
}
.TagClassName
{
border-color: #E04175;
}
</style>