Shades of Cranberry #E44A71
Tints of Cranberry #E44A71
RGB
CMYK
RGB Variations
Color information
#E44A71 (or 0xE44A71) is known color: Cranberry. HEX triplet: E4, 4A and 71. RGB value is (228,74,113). Sum of RGB (Red+Green+Blue) = 228+74+113=415 (54% of max value = 765). Red value is 228 (89.45% from 255 or 54.94% from 415); Green value is 74 (29.30% from 255 or 17.83% from 415); Blue value is 113 (44.53% from 255 or 27.23% from 415); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44A71 is #1BB58E. Grayscale: #7C7C7C. Windows color (decimal): -1815951 or 7424740. OLE color: 7424740.
HSL color Cylindrical-coordinate representation of color #E44A71: hue angle of 344.81º 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 #E44A71 is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 74 | 113 | - |
| CMYK | 0 | 0.68 | 0.50 | 0.11 |
| HSL | 344.81º | 0.74% | 0.59% | - |
| HSV(B) | 344.81º | 0.68% | 0.89% | - |
| XYZ | 37.42 | 22.58 | 18.01 | - |
| YUV | 124.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 74 | 113 | 0 | 0.68 | 0.50 | 0.11 | 344.81 | 0.74 | 0.59 |
| Hex | E4 | 4A | 71 | 0 | 44 | 32 | B | 159 | 4A | 3B |
| Octal | 344 | 112 | 161 | 0 | 104 | 62 | 13 | 531 | 112 | 73 |
| Binary | 11100100 | 1001010 | 1110001 | 0 | 1000100 | 110010 | 1011 | 101011001 | 1001010 | 111011 |
Color Harmonies of #E44A71
Complementary color
Monochromatic Colors of #E44A71
Black with #E44A71
Text Example
Text Example
White with #E44A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44A71; }
p { color: rgb(228,74,113); }
H1.HeaderClassName
{
color: #E44A71;
}
.AnyTagClassName
{
color: #E44A71;
}
</style>
background-color css
<style>
a { background-color: #E44A71; }
a { background-color: rgb(228,74,113); }
div.DivClassName
{
background-color: #E44A71;
}
.BgClassName
{
background-color: #E44A71;
}
</style>
border-color css
<style>
span { border-color: #E44A71; }
span { border-color: rgb(228,74,113); }
td.TdClassName
{
border-color: #E44A71;
}
.TagClassName
{
border-color: #E44A71;
}
</style>