Shades of Cranberry #E05577
Tints of Cranberry #E05577
RGB
CMYK
RGB Variations
Color information
#E05577 (or 0xE05577) is known color: Cranberry. HEX triplet: E0, 55 and 77. RGB value is (224,85,119). Sum of RGB (Red+Green+Blue) = 224+85+119=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E05577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05577 is #1FAA88. Grayscale: #828282. Windows color (decimal): -2075273 or 7820768. OLE color: 7820768.
HSL color Cylindrical-coordinate representation of color #E05577: hue angle of 345.32º 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 #E05577 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 85 | 119 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.12 |
| HSL | 345.32º | 0.69% | 0.61% | - |
| HSV(B) | 345.32º | 0.62% | 0.88% | - |
| XYZ | 37.32 | 23.68 | 20.06 | - |
| YUV | 130.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 85 | 119 | 0 | 0.62 | 0.47 | 0.12 | 345.32 | 0.69 | 0.61 |
| Hex | E0 | 55 | 77 | 0 | 3E | 2F | C | 159 | 45 | 3D |
| Octal | 340 | 125 | 167 | 0 | 76 | 57 | 14 | 531 | 105 | 75 |
| Binary | 11100000 | 1010101 | 1110111 | 0 | 111110 | 101111 | 1100 | 101011001 | 1000101 | 111101 |
Color Harmonies of #E05577
Complementary color
Monochromatic Colors of #E05577
Black with #E05577
Text Example
Text Example
White with #E05577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05577; }
p { color: rgb(224,85,119); }
H1.HeaderClassName
{
color: #E05577;
}
.AnyTagClassName
{
color: #E05577;
}
</style>
background-color css
<style>
a { background-color: #E05577; }
a { background-color: rgb(224,85,119); }
div.DivClassName
{
background-color: #E05577;
}
.BgClassName
{
background-color: #E05577;
}
</style>
border-color css
<style>
span { border-color: #E05577; }
span { border-color: rgb(224,85,119); }
td.TdClassName
{
border-color: #E05577;
}
.TagClassName
{
border-color: #E05577;
}
</style>