Shades of Cranberry #E44F70
Tints of Cranberry #E44F70
RGB
CMYK
RGB Variations
Color information
#E44F70 (or 0xE44F70) is known color: Cranberry. HEX triplet: E4, 4F and 70. RGB value is (228,79,112). Sum of RGB (Red+Green+Blue) = 228+79+112=419 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.42% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44F70 is #1BB08F. Grayscale: #7F7F7F. Windows color (decimal): -1814672 or 7360484. OLE color: 7360484.
HSL color Cylindrical-coordinate representation of color #E44F70: hue angle of 346.71º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E44F70 is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 112 | - |
| CMYK | 0 | 0.65 | 0.51 | 0.11 |
| HSL | 346.71º | 0.73% | 0.6% | - |
| HSV(B) | 346.71º | 0.65% | 0.89% | - |
| XYZ | 37.72 | 23.26 | 17.83 | - |
| YUV | 127.31 | 119.36 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 112 | 0 | 0.65 | 0.51 | 0.11 | 346.71 | 0.73 | 0.6 |
| Hex | E4 | 4F | 70 | 0 | 41 | 33 | B | 15B | 49 | 3C |
| Octal | 344 | 117 | 160 | 0 | 101 | 63 | 13 | 533 | 111 | 74 |
| Binary | 11100100 | 1001111 | 1110000 | 0 | 1000001 | 110011 | 1011 | 101011011 | 1001001 | 111100 |
Color Harmonies of #E44F70
Complementary color
Monochromatic Colors of #E44F70
Black with #E44F70
Text Example
Text Example
White with #E44F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F70; }
p { color: rgb(228,79,112); }
H1.HeaderClassName
{
color: #E44F70;
}
.AnyTagClassName
{
color: #E44F70;
}
</style>
background-color css
<style>
a { background-color: #E44F70; }
a { background-color: rgb(228,79,112); }
div.DivClassName
{
background-color: #E44F70;
}
.BgClassName
{
background-color: #E44F70;
}
</style>
border-color css
<style>
span { border-color: #E44F70; }
span { border-color: rgb(228,79,112); }
td.TdClassName
{
border-color: #E44F70;
}
.TagClassName
{
border-color: #E44F70;
}
</style>