Shades of Cranberry #E45A72
Tints of Cranberry #E45A72
RGB
CMYK
RGB Variations
Color information
#E45A72 (or 0xE45A72) is known color: Cranberry. HEX triplet: E4, 5A and 72. RGB value is (228,90,114). Sum of RGB (Red+Green+Blue) = 228+90+114=432 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.78% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45A72 is #1BA58D. Grayscale: #868686. Windows color (decimal): -1811854 or 7494372. OLE color: 7494372.
HSL color Cylindrical-coordinate representation of color #E45A72: hue angle of 349.57º 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 #E45A72 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 90 | 114 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.11 |
| HSL | 349.57º | 0.72% | 0.62% | - |
| HSV(B) | 349.57º | 0.61% | 0.89% | - |
| XYZ | 38.69 | 25.02 | 18.71 | - |
| YUV | 134 | 116.72 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 90 | 114 | 0 | 0.61 | 0.50 | 0.11 | 349.57 | 0.72 | 0.62 |
| Hex | E4 | 5A | 72 | 0 | 3D | 32 | B | 15E | 48 | 3E |
| Octal | 344 | 132 | 162 | 0 | 75 | 62 | 13 | 536 | 110 | 76 |
| Binary | 11100100 | 1011010 | 1110010 | 0 | 111101 | 110010 | 1011 | 101011110 | 1001000 | 111110 |
Color Harmonies of #E45A72
Complementary color
Monochromatic Colors of #E45A72
Black with #E45A72
Text Example
Text Example
White with #E45A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45A72; }
p { color: rgb(228,90,114); }
H1.HeaderClassName
{
color: #E45A72;
}
.AnyTagClassName
{
color: #E45A72;
}
</style>
background-color css
<style>
a { background-color: #E45A72; }
a { background-color: rgb(228,90,114); }
div.DivClassName
{
background-color: #E45A72;
}
.BgClassName
{
background-color: #E45A72;
}
</style>
border-color css
<style>
span { border-color: #E45A72; }
span { border-color: rgb(228,90,114); }
td.TdClassName
{
border-color: #E45A72;
}
.TagClassName
{
border-color: #E45A72;
}
</style>