Shades of Cranberry #E44570
Tints of Cranberry #E44570
RGB
CMYK
RGB Variations
Color information
#E44570 (or 0xE44570) is known color: Cranberry. HEX triplet: E4, 45 and 70. RGB value is (228,69,112). Sum of RGB (Red+Green+Blue) = 228+69+112=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 69 (27.34% from 255 or 16.87% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E44570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44570 is #1BBA8F. Grayscale: #797979. Windows color (decimal): -1817232 or 7357924. OLE color: 7357924.
HSL color Cylindrical-coordinate representation of color #E44570: hue angle of 343.77º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E44570 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 112 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.11 |
| HSL | 343.77º | 0.75% | 0.58% | - |
| HSV(B) | 343.77º | 0.7% | 0.89% | - |
| XYZ | 37.05 | 21.92 | 17.61 | - |
| YUV | 121.44 | 122.68 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 112 | 0 | 0.70 | 0.51 | 0.11 | 343.77 | 0.75 | 0.58 |
| Hex | E4 | 45 | 70 | 0 | 46 | 33 | B | 158 | 4B | 3A |
| Octal | 344 | 105 | 160 | 0 | 106 | 63 | 13 | 530 | 113 | 72 |
| Binary | 11100100 | 1000101 | 1110000 | 0 | 1000110 | 110011 | 1011 | 101011000 | 1001011 | 111010 |
Color Harmonies of #E44570
Complementary color
Monochromatic Colors of #E44570
Black with #E44570
Text Example
Text Example
White with #E44570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44570; }
p { color: rgb(228,69,112); }
H1.HeaderClassName
{
color: #E44570;
}
.AnyTagClassName
{
color: #E44570;
}
</style>
background-color css
<style>
a { background-color: #E44570; }
a { background-color: rgb(228,69,112); }
div.DivClassName
{
background-color: #E44570;
}
.BgClassName
{
background-color: #E44570;
}
</style>
border-color css
<style>
span { border-color: #E44570; }
span { border-color: rgb(228,69,112); }
td.TdClassName
{
border-color: #E44570;
}
.TagClassName
{
border-color: #E44570;
}
</style>