Shades of Cranberry #E05575
Tints of Cranberry #E05575
RGB
CMYK
RGB Variations
Color information
#E05575 (or 0xE05575) is known color: Cranberry. HEX triplet: E0, 55 and 75. RGB value is (224,85,117). Sum of RGB (Red+Green+Blue) = 224+85+117=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E05575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05575 is #1FAA8A. Grayscale: #828282. Windows color (decimal): -2075275 or 7689696. OLE color: 7689696.
HSL color Cylindrical-coordinate representation of color #E05575: hue angle of 346.19º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E05575 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 117 | - |
| CMYK | 0 | 0.62 | 0.48 | 0.12 |
| HSL | 346.19º | 0.69% | 0.61% | - |
| HSV(B) | 346.19º | 0.62% | 0.88% | - |
| XYZ | 37.2 | 23.63 | 19.43 | - |
| YUV | 130.21 | 120.55 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 117 | 0 | 0.62 | 0.48 | 0.12 | 346.19 | 0.69 | 0.61 |
| Hex | E0 | 55 | 75 | 0 | 3E | 30 | C | 15A | 45 | 3D |
| Octal | 340 | 125 | 165 | 0 | 76 | 60 | 14 | 532 | 105 | 75 |
| Binary | 11100000 | 1010101 | 1110101 | 0 | 111110 | 110000 | 1100 | 101011010 | 1000101 | 111101 |
Color Harmonies of #E05575
Complementary color
Monochromatic Colors of #E05575
Black with #E05575
Text Example
Text Example
White with #E05575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05575; }
p { color: rgb(224,85,117); }
H1.HeaderClassName
{
color: #E05575;
}
.AnyTagClassName
{
color: #E05575;
}
</style>
background-color css
<style>
a { background-color: #E05575; }
a { background-color: rgb(224,85,117); }
div.DivClassName
{
background-color: #E05575;
}
.BgClassName
{
background-color: #E05575;
}
</style>
border-color css
<style>
span { border-color: #E05575; }
span { border-color: rgb(224,85,117); }
td.TdClassName
{
border-color: #E05575;
}
.TagClassName
{
border-color: #E05575;
}
</style>