Shades of Cranberry #E44965
Tints of Cranberry #E44965
RGB
CMYK
RGB Variations
Color information
#E44965 (or 0xE44965) is known color: Cranberry. HEX triplet: E4, 49 and 65. RGB value is (228,73,101). Sum of RGB (Red+Green+Blue) = 228+73+101=402 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.72% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 228 - color contains mainly: red. Hex color #E44965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44965 is #1BB69A. Grayscale: #7A7A7A. Windows color (decimal): -1816219 or 6638052. OLE color: 6638052.
HSL color Cylindrical-coordinate representation of color #E44965: hue angle of 349.16º 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 #E44965 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 101 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.11 |
| HSL | 349.16º | 0.74% | 0.59% | - |
| HSV(B) | 349.16º | 0.68% | 0.89% | - |
| XYZ | 36.73 | 22.2 | 14.66 | - |
| YUV | 122.54 | 115.85 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 101 | 0 | 0.68 | 0.56 | 0.11 | 349.16 | 0.74 | 0.59 |
| Hex | E4 | 49 | 65 | 0 | 44 | 38 | B | 15D | 4A | 3B |
| Octal | 344 | 111 | 145 | 0 | 104 | 70 | 13 | 535 | 112 | 73 |
| Binary | 11100100 | 1001001 | 1100101 | 0 | 1000100 | 111000 | 1011 | 101011101 | 1001010 | 111011 |
Color Harmonies of #E44965
Complementary color
Monochromatic Colors of #E44965
Black with #E44965
Text Example
Text Example
White with #E44965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44965; }
p { color: rgb(228,73,101); }
H1.HeaderClassName
{
color: #E44965;
}
.AnyTagClassName
{
color: #E44965;
}
</style>
background-color css
<style>
a { background-color: #E44965; }
a { background-color: rgb(228,73,101); }
div.DivClassName
{
background-color: #E44965;
}
.BgClassName
{
background-color: #E44965;
}
</style>
border-color css
<style>
span { border-color: #E44965; }
span { border-color: rgb(228,73,101); }
td.TdClassName
{
border-color: #E44965;
}
.TagClassName
{
border-color: #E44965;
}
</style>