Shades of Cranberry #E04571
Tints of Cranberry #E04571
RGB
CMYK
RGB Variations
Color information
#E04571 (or 0xE04571) is known color: Cranberry. HEX triplet: E0, 45 and 71. RGB value is (224,69,113). Sum of RGB (Red+Green+Blue) = 224+69+113=406 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.17% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 113 (44.53% from 255 or 27.83% from 406); Max value from RGB is 224 - color contains mainly: red. Hex color #E04571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04571 is #1FBA8E. Grayscale: #787878. Windows color (decimal): -2079375 or 7423456. OLE color: 7423456.
HSL color Cylindrical-coordinate representation of color #E04571: hue angle of 342.97º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E04571 is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 113 | - |
| CMYK | 0 | 0.69 | 0.50 | 0.12 |
| HSL | 342.97º | 0.71% | 0.57% | - |
| HSV(B) | 342.97º | 0.69% | 0.88% | - |
| XYZ | 35.85 | 21.3 | 17.84 | - |
| YUV | 120.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 113 | 0 | 0.69 | 0.50 | 0.12 | 342.97 | 0.71 | 0.57 |
| Hex | E0 | 45 | 71 | 0 | 45 | 32 | C | 157 | 47 | 39 |
| Octal | 340 | 105 | 161 | 0 | 105 | 62 | 14 | 527 | 107 | 71 |
| Binary | 11100000 | 1000101 | 1110001 | 0 | 1000101 | 110010 | 1100 | 101010111 | 1000111 | 111001 |
Color Harmonies of #E04571
Complementary color
Monochromatic Colors of #E04571
Black with #E04571
Text Example
Text Example
White with #E04571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04571; }
p { color: rgb(224,69,113); }
H1.HeaderClassName
{
color: #E04571;
}
.AnyTagClassName
{
color: #E04571;
}
</style>
background-color css
<style>
a { background-color: #E04571; }
a { background-color: rgb(224,69,113); }
div.DivClassName
{
background-color: #E04571;
}
.BgClassName
{
background-color: #E04571;
}
</style>
border-color css
<style>
span { border-color: #E04571; }
span { border-color: rgb(224,69,113); }
td.TdClassName
{
border-color: #E04571;
}
.TagClassName
{
border-color: #E04571;
}
</style>