Shades of Cranberry #E04472
Tints of Cranberry #E04472
RGB
CMYK
RGB Variations
Color information
#E04472 (or 0xE04472) is known color: Cranberry. HEX triplet: E0, 44 and 72. RGB value is (224,68,114). Sum of RGB (Red+Green+Blue) = 224+68+114=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 68 (26.95% from 255 or 16.75% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E04472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04472 is #1FBB8D. Grayscale: #777777. Windows color (decimal): -2079630 or 7488736. OLE color: 7488736.
HSL color Cylindrical-coordinate representation of color #E04472: hue angle of 342.31º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E04472 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 68 | 114 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.12 |
| HSL | 342.31º | 0.72% | 0.57% | - |
| HSV(B) | 342.31º | 0.7% | 0.88% | - |
| XYZ | 35.84 | 21.2 | 18.12 | - |
| YUV | 119.89 | 124.68 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 68 | 114 | 0 | 0.70 | 0.49 | 0.12 | 342.31 | 0.72 | 0.57 |
| Hex | E0 | 44 | 72 | 0 | 46 | 31 | C | 156 | 48 | 39 |
| Octal | 340 | 104 | 162 | 0 | 106 | 61 | 14 | 526 | 110 | 71 |
| Binary | 11100000 | 1000100 | 1110010 | 0 | 1000110 | 110001 | 1100 | 101010110 | 1001000 | 111001 |
Color Harmonies of #E04472
Complementary color
Monochromatic Colors of #E04472
Black with #E04472
Text Example
Text Example
White with #E04472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04472; }
p { color: rgb(224,68,114); }
H1.HeaderClassName
{
color: #E04472;
}
.AnyTagClassName
{
color: #E04472;
}
</style>
background-color css
<style>
a { background-color: #E04472; }
a { background-color: rgb(224,68,114); }
div.DivClassName
{
background-color: #E04472;
}
.BgClassName
{
background-color: #E04472;
}
</style>
border-color css
<style>
span { border-color: #E04472; }
span { border-color: rgb(224,68,114); }
td.TdClassName
{
border-color: #E04472;
}
.TagClassName
{
border-color: #E04472;
}
</style>