Shades of Cranberry #E04A70
Tints of Cranberry #E04A70
RGB
CMYK
RGB Variations
Color information
#E04A70 (or 0xE04A70) is known color: Cranberry. HEX triplet: E0, 4A and 70. RGB value is (224,74,112). Sum of RGB (Red+Green+Blue) = 224+74+112=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E04A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04A70 is #1FB58F. Grayscale: #7B7B7B. Windows color (decimal): -2078096 or 7359200. OLE color: 7359200.
HSL color Cylindrical-coordinate representation of color #E04A70: hue angle of 344.8º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E04A70 is Cyan = 0, Magento = 0.67, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 74 | 112 | - |
| CMYK | 0 | 0.67 | 0.50 | 0.12 |
| HSL | 344.8º | 0.71% | 0.58% | - |
| HSV(B) | 344.8º | 0.67% | 0.88% | - |
| XYZ | 36.11 | 21.91 | 17.66 | - |
| YUV | 123.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 74 | 112 | 0 | 0.67 | 0.50 | 0.12 | 344.8 | 0.71 | 0.58 |
| Hex | E0 | 4A | 70 | 0 | 43 | 32 | C | 159 | 47 | 3A |
| Octal | 340 | 112 | 160 | 0 | 103 | 62 | 14 | 531 | 107 | 72 |
| Binary | 11100000 | 1001010 | 1110000 | 0 | 1000011 | 110010 | 1100 | 101011001 | 1000111 | 111010 |
Color Harmonies of #E04A70
Complementary color
Monochromatic Colors of #E04A70
Black with #E04A70
Text Example
Text Example
White with #E04A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04A70; }
p { color: rgb(224,74,112); }
H1.HeaderClassName
{
color: #E04A70;
}
.AnyTagClassName
{
color: #E04A70;
}
</style>
background-color css
<style>
a { background-color: #E04A70; }
a { background-color: rgb(224,74,112); }
div.DivClassName
{
background-color: #E04A70;
}
.BgClassName
{
background-color: #E04A70;
}
</style>
border-color css
<style>
span { border-color: #E04A70; }
span { border-color: rgb(224,74,112); }
td.TdClassName
{
border-color: #E04A70;
}
.TagClassName
{
border-color: #E04A70;
}
</style>