Shades of Cranberry #E44968
Tints of Cranberry #E44968
RGB
CMYK
RGB Variations
Color information
#E44968 (or 0xE44968) is known color: Cranberry. HEX triplet: E4, 49 and 68. RGB value is (228,73,104). Sum of RGB (Red+Green+Blue) = 228+73+104=405 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.30% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 228 - color contains mainly: red. Hex color #E44968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44968 is #1BB697. Grayscale: #7A7A7A. Windows color (decimal): -1816216 or 6834660. OLE color: 6834660.
HSL color Cylindrical-coordinate representation of color #E44968: hue angle of 348º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44968 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 104 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.11 |
| HSL | 348º | 0.74% | 0.59% | - |
| HSV(B) | 348º | 0.68% | 0.89% | - |
| XYZ | 36.88 | 22.26 | 15.45 | - |
| YUV | 122.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 104 | 0 | 0.68 | 0.54 | 0.11 | 348 | 0.74 | 0.59 |
| Hex | E4 | 49 | 68 | 0 | 44 | 36 | B | 15C | 4A | 3B |
| Octal | 344 | 111 | 150 | 0 | 104 | 66 | 13 | 534 | 112 | 73 |
| Binary | 11100100 | 1001001 | 1101000 | 0 | 1000100 | 110110 | 1011 | 101011100 | 1001010 | 111011 |
Color Harmonies of #E44968
Complementary color
Monochromatic Colors of #E44968
Black with #E44968
Text Example
Text Example
White with #E44968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44968; }
p { color: rgb(228,73,104); }
H1.HeaderClassName
{
color: #E44968;
}
.AnyTagClassName
{
color: #E44968;
}
</style>
background-color css
<style>
a { background-color: #E44968; }
a { background-color: rgb(228,73,104); }
div.DivClassName
{
background-color: #E44968;
}
.BgClassName
{
background-color: #E44968;
}
</style>
border-color css
<style>
span { border-color: #E44968; }
span { border-color: rgb(228,73,104); }
td.TdClassName
{
border-color: #E44968;
}
.TagClassName
{
border-color: #E44968;
}
</style>