Shades of Cranberry #E45276
Tints of Cranberry #E45276
RGB
CMYK
RGB Variations
Color information
#E45276 (or 0xE45276) is known color: Cranberry. HEX triplet: E4, 52 and 76. RGB value is (228,82,118). Sum of RGB (Red+Green+Blue) = 228+82+118=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E45276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45276 is #1BAD89. Grayscale: #818181. Windows color (decimal): -1813898 or 7754468. OLE color: 7754468.
HSL color Cylindrical-coordinate representation of color #E45276: hue angle of 345.21º 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 #E45276 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 118 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.11 |
| HSL | 345.21º | 0.73% | 0.61% | - |
| HSV(B) | 345.21º | 0.64% | 0.89% | - |
| XYZ | 38.28 | 23.84 | 19.72 | - |
| YUV | 129.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 118 | 0 | 0.64 | 0.48 | 0.11 | 345.21 | 0.73 | 0.61 |
| Hex | E4 | 52 | 76 | 0 | 40 | 30 | B | 159 | 49 | 3D |
| Octal | 344 | 122 | 166 | 0 | 100 | 60 | 13 | 531 | 111 | 75 |
| Binary | 11100100 | 1010010 | 1110110 | 0 | 1000000 | 110000 | 1011 | 101011001 | 1001001 | 111101 |
Color Harmonies of #E45276
Complementary color
Monochromatic Colors of #E45276
Black with #E45276
Text Example
Text Example
White with #E45276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45276; }
p { color: rgb(228,82,118); }
H1.HeaderClassName
{
color: #E45276;
}
.AnyTagClassName
{
color: #E45276;
}
</style>
background-color css
<style>
a { background-color: #E45276; }
a { background-color: rgb(228,82,118); }
div.DivClassName
{
background-color: #E45276;
}
.BgClassName
{
background-color: #E45276;
}
</style>
border-color css
<style>
span { border-color: #E45276; }
span { border-color: rgb(228,82,118); }
td.TdClassName
{
border-color: #E45276;
}
.TagClassName
{
border-color: #E45276;
}
</style>