Shades of Cranberry #E05677
Tints of Cranberry #E05677
RGB
CMYK
RGB Variations
Color information
#E05677 (or 0xE05677) is known color: Cranberry. HEX triplet: E0, 56 and 77. RGB value is (224,86,119). Sum of RGB (Red+Green+Blue) = 224+86+119=429 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.21% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 224 - color contains mainly: red. Hex color #E05677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05677 is #1FA988. Grayscale: #838383. Windows color (decimal): -2075017 or 7821024. OLE color: 7821024.
HSL color Cylindrical-coordinate representation of color #E05677: hue angle of 345.65º 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 #E05677 is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 119 | - |
| CMYK | 0 | 0.62 | 0.47 | 0.12 |
| HSL | 345.65º | 0.69% | 0.61% | - |
| HSV(B) | 345.65º | 0.62% | 0.88% | - |
| XYZ | 37.4 | 23.83 | 20.08 | - |
| YUV | 131.02 | 121.22 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 119 | 0 | 0.62 | 0.47 | 0.12 | 345.65 | 0.69 | 0.61 |
| Hex | E0 | 56 | 77 | 0 | 3E | 2F | C | 15A | 45 | 3D |
| Octal | 340 | 126 | 167 | 0 | 76 | 57 | 14 | 532 | 105 | 75 |
| Binary | 11100000 | 1010110 | 1110111 | 0 | 111110 | 101111 | 1100 | 101011010 | 1000101 | 111101 |
Color Harmonies of #E05677
Complementary color
Monochromatic Colors of #E05677
Black with #E05677
Text Example
Text Example
White with #E05677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05677; }
p { color: rgb(224,86,119); }
H1.HeaderClassName
{
color: #E05677;
}
.AnyTagClassName
{
color: #E05677;
}
</style>
background-color css
<style>
a { background-color: #E05677; }
a { background-color: rgb(224,86,119); }
div.DivClassName
{
background-color: #E05677;
}
.BgClassName
{
background-color: #E05677;
}
</style>
border-color css
<style>
span { border-color: #E05677; }
span { border-color: rgb(224,86,119); }
td.TdClassName
{
border-color: #E05677;
}
.TagClassName
{
border-color: #E05677;
}
</style>