Shades of Cranberry #E45277
Tints of Cranberry #E45277
RGB
CMYK
RGB Variations
Color information
#E45277 (or 0xE45277) is known color: Cranberry. HEX triplet: E4, 52 and 77. RGB value is (228,82,119). Sum of RGB (Red+Green+Blue) = 228+82+119=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E45277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45277 is #1BAD88. Grayscale: #818181. Windows color (decimal): -1813897 or 7820004. OLE color: 7820004.
HSL color Cylindrical-coordinate representation of color #E45277: hue angle of 344.79º 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 #E45277 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 119 | - |
| CMYK | 0 | 0.64 | 0.48 | 0.11 |
| HSL | 344.79º | 0.73% | 0.61% | - |
| HSV(B) | 344.79º | 0.64% | 0.89% | - |
| XYZ | 38.34 | 23.86 | 20.04 | - |
| YUV | 129.87 | 121.87 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 119 | 0 | 0.64 | 0.48 | 0.11 | 344.79 | 0.73 | 0.61 |
| Hex | E4 | 52 | 77 | 0 | 40 | 30 | B | 159 | 49 | 3D |
| Octal | 344 | 122 | 167 | 0 | 100 | 60 | 13 | 531 | 111 | 75 |
| Binary | 11100100 | 1010010 | 1110111 | 0 | 1000000 | 110000 | 1011 | 101011001 | 1001001 | 111101 |
Color Harmonies of #E45277
Complementary color
Monochromatic Colors of #E45277
Black with #E45277
Text Example
Text Example
White with #E45277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45277; }
p { color: rgb(228,82,119); }
H1.HeaderClassName
{
color: #E45277;
}
.AnyTagClassName
{
color: #E45277;
}
</style>
background-color css
<style>
a { background-color: #E45277; }
a { background-color: rgb(228,82,119); }
div.DivClassName
{
background-color: #E45277;
}
.BgClassName
{
background-color: #E45277;
}
</style>
border-color css
<style>
span { border-color: #E45277; }
span { border-color: rgb(228,82,119); }
td.TdClassName
{
border-color: #E45277;
}
.TagClassName
{
border-color: #E45277;
}
</style>