Shades of Cranberry #E05C76
Tints of Cranberry #E05C76
RGB
CMYK
RGB Variations
Color information
#E05C76 (or 0xE05C76) is known color: Cranberry. HEX triplet: E0, 5C and 76. RGB value is (224,92,118). Sum of RGB (Red+Green+Blue) = 224+92+118=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E05C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05C76 is #1FA389. Grayscale: #868686. Windows color (decimal): -2073482 or 7757024. OLE color: 7757024.
HSL color Cylindrical-coordinate representation of color #E05C76: hue angle of 348.18º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E05C76 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 92 | 118 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.12 |
| HSL | 348.18º | 0.68% | 0.62% | - |
| HSV(B) | 348.18º | 0.59% | 0.88% | - |
| XYZ | 37.84 | 24.81 | 19.93 | - |
| YUV | 134.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 92 | 118 | 0 | 0.59 | 0.47 | 0.12 | 348.18 | 0.68 | 0.62 |
| Hex | E0 | 5C | 76 | 0 | 3B | 2F | C | 15C | 44 | 3E |
| Octal | 340 | 134 | 166 | 0 | 73 | 57 | 14 | 534 | 104 | 76 |
| Binary | 11100000 | 1011100 | 1110110 | 0 | 111011 | 101111 | 1100 | 101011100 | 1000100 | 111110 |
Color Harmonies of #E05C76
Complementary color
Monochromatic Colors of #E05C76
Black with #E05C76
Text Example
Text Example
White with #E05C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05C76; }
p { color: rgb(224,92,118); }
H1.HeaderClassName
{
color: #E05C76;
}
.AnyTagClassName
{
color: #E05C76;
}
</style>
background-color css
<style>
a { background-color: #E05C76; }
a { background-color: rgb(224,92,118); }
div.DivClassName
{
background-color: #E05C76;
}
.BgClassName
{
background-color: #E05C76;
}
</style>
border-color css
<style>
span { border-color: #E05C76; }
span { border-color: rgb(224,92,118); }
td.TdClassName
{
border-color: #E05C76;
}
.TagClassName
{
border-color: #E05C76;
}
</style>