Shades of Cranberry #E04172
Tints of Cranberry #E04172
RGB
CMYK
RGB Variations
Color information
#E04172 (or 0xE04172) is known color: Cranberry. HEX triplet: E0, 41 and 72. RGB value is (224,65,114). Sum of RGB (Red+Green+Blue) = 224+65+114=403 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.58% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 224 - color contains mainly: red. Hex color #E04172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04172 is #1FBE8D. Grayscale: #767676. Windows color (decimal): -2080398 or 7487968. OLE color: 7487968.
HSL color Cylindrical-coordinate representation of color #E04172: hue angle of 341.51º 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 #E04172 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 114 | - |
| CMYK | 0 | 0.71 | 0.49 | 0.12 |
| HSL | 341.51º | 0.72% | 0.57% | - |
| HSV(B) | 341.51º | 0.71% | 0.88% | - |
| XYZ | 35.67 | 20.84 | 18.06 | - |
| YUV | 118.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 114 | 0 | 0.71 | 0.49 | 0.12 | 341.51 | 0.72 | 0.57 |
| Hex | E0 | 41 | 72 | 0 | 47 | 31 | C | 156 | 48 | 39 |
| Octal | 340 | 101 | 162 | 0 | 107 | 61 | 14 | 526 | 110 | 71 |
| Binary | 11100000 | 1000001 | 1110010 | 0 | 1000111 | 110001 | 1100 | 101010110 | 1001000 | 111001 |
Color Harmonies of #E04172
Complementary color
Monochromatic Colors of #E04172
Black with #E04172
Text Example
Text Example
White with #E04172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04172; }
p { color: rgb(224,65,114); }
H1.HeaderClassName
{
color: #E04172;
}
.AnyTagClassName
{
color: #E04172;
}
</style>
background-color css
<style>
a { background-color: #E04172; }
a { background-color: rgb(224,65,114); }
div.DivClassName
{
background-color: #E04172;
}
.BgClassName
{
background-color: #E04172;
}
</style>
border-color css
<style>
span { border-color: #E04172; }
span { border-color: rgb(224,65,114); }
td.TdClassName
{
border-color: #E04172;
}
.TagClassName
{
border-color: #E04172;
}
</style>