Shades of Cranberry #E45971
Tints of Cranberry #E45971
RGB
CMYK
RGB Variations
Color information
#E45971 (or 0xE45971) is known color: Cranberry. HEX triplet: E4, 59 and 71. RGB value is (228,89,113). Sum of RGB (Red+Green+Blue) = 228+89+113=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E45971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45971 is #1BA68E. Grayscale: #858585. Windows color (decimal): -1812111 or 7428580. OLE color: 7428580.
HSL color Cylindrical-coordinate representation of color #E45971: hue angle of 349.64º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45971 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 113 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.11 |
| HSL | 349.64º | 0.72% | 0.62% | - |
| HSV(B) | 349.64º | 0.61% | 0.89% | - |
| XYZ | 38.55 | 24.83 | 18.38 | - |
| YUV | 133.3 | 116.55 | 195.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 113 | 0 | 0.61 | 0.50 | 0.11 | 349.64 | 0.72 | 0.62 |
| Hex | E4 | 59 | 71 | 0 | 3D | 32 | B | 15E | 48 | 3E |
| Octal | 344 | 131 | 161 | 0 | 75 | 62 | 13 | 536 | 110 | 76 |
| Binary | 11100100 | 1011001 | 1110001 | 0 | 111101 | 110010 | 1011 | 101011110 | 1001000 | 111110 |
Color Harmonies of #E45971
Complementary color
Monochromatic Colors of #E45971
Black with #E45971
Text Example
Text Example
White with #E45971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45971; }
p { color: rgb(228,89,113); }
H1.HeaderClassName
{
color: #E45971;
}
.AnyTagClassName
{
color: #E45971;
}
</style>
background-color css
<style>
a { background-color: #E45971; }
a { background-color: rgb(228,89,113); }
div.DivClassName
{
background-color: #E45971;
}
.BgClassName
{
background-color: #E45971;
}
</style>
border-color css
<style>
span { border-color: #E45971; }
span { border-color: rgb(228,89,113); }
td.TdClassName
{
border-color: #E45971;
}
.TagClassName
{
border-color: #E45971;
}
</style>