Shades of Cranberry #E45272
Tints of Cranberry #E45272
RGB
CMYK
RGB Variations
Color information
#E45272 (or 0xE45272) is known color: Cranberry. HEX triplet: E4, 52 and 72. RGB value is (228,82,114). Sum of RGB (Red+Green+Blue) = 228+82+114=424 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.77% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 228 - color contains mainly: red. Hex color #E45272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45272 is #1BAD8D. Grayscale: #818181. Windows color (decimal): -1813902 or 7492324. OLE color: 7492324.
HSL color Cylindrical-coordinate representation of color #E45272: hue angle of 346.85º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45272 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 114 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.11 |
| HSL | 346.85º | 0.73% | 0.61% | - |
| HSV(B) | 346.85º | 0.64% | 0.89% | - |
| XYZ | 38.05 | 23.74 | 18.5 | - |
| YUV | 129.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 114 | 0 | 0.64 | 0.50 | 0.11 | 346.85 | 0.73 | 0.61 |
| Hex | E4 | 52 | 72 | 0 | 40 | 32 | B | 15B | 49 | 3D |
| Octal | 344 | 122 | 162 | 0 | 100 | 62 | 13 | 533 | 111 | 75 |
| Binary | 11100100 | 1010010 | 1110010 | 0 | 1000000 | 110010 | 1011 | 101011011 | 1001001 | 111101 |
Color Harmonies of #E45272
Complementary color
Monochromatic Colors of #E45272
Black with #E45272
Text Example
Text Example
White with #E45272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45272; }
p { color: rgb(228,82,114); }
H1.HeaderClassName
{
color: #E45272;
}
.AnyTagClassName
{
color: #E45272;
}
</style>
background-color css
<style>
a { background-color: #E45272; }
a { background-color: rgb(228,82,114); }
div.DivClassName
{
background-color: #E45272;
}
.BgClassName
{
background-color: #E45272;
}
</style>
border-color css
<style>
span { border-color: #E45272; }
span { border-color: rgb(228,82,114); }
td.TdClassName
{
border-color: #E45272;
}
.TagClassName
{
border-color: #E45272;
}
</style>