Shades of Cranberry #E55568
Tints of Cranberry #E55568
RGB
CMYK
RGB Variations
Color information
#E55568 (or 0xE55568) is known color: Cranberry. HEX triplet: E5, 55 and 68. RGB value is (229,85,104). Sum of RGB (Red+Green+Blue) = 229+85+104=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E55568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55568 is #1AAA97. Grayscale: #828282. Windows color (decimal): -1747608 or 6837733. OLE color: 6837733.
HSL color Cylindrical-coordinate representation of color #E55568: hue angle of 352.08º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E55568 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 85 | 104 | - |
| CMYK | 0 | 0.63 | 0.55 | 0.10 |
| HSL | 352.08º | 0.73% | 0.62% | - |
| HSV(B) | 352.08º | 0.63% | 0.9% | - |
| XYZ | 38.06 | 24.15 | 15.75 | - |
| YUV | 130.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 85 | 104 | 0 | 0.63 | 0.55 | 0.10 | 352.08 | 0.73 | 0.62 |
| Hex | E5 | 55 | 68 | 0 | 3F | 37 | A | 160 | 49 | 3E |
| Octal | 345 | 125 | 150 | 0 | 77 | 67 | 12 | 540 | 111 | 76 |
| Binary | 11100101 | 1010101 | 1101000 | 0 | 111111 | 110111 | 1010 | 101100000 | 1001001 | 111110 |
Color Harmonies of #E55568
Complementary color
Monochromatic Colors of #E55568
Black with #E55568
Text Example
Text Example
White with #E55568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55568; }
p { color: rgb(229,85,104); }
H1.HeaderClassName
{
color: #E55568;
}
.AnyTagClassName
{
color: #E55568;
}
</style>
background-color css
<style>
a { background-color: #E55568; }
a { background-color: rgb(229,85,104); }
div.DivClassName
{
background-color: #E55568;
}
.BgClassName
{
background-color: #E55568;
}
</style>
border-color css
<style>
span { border-color: #E55568; }
span { border-color: rgb(229,85,104); }
td.TdClassName
{
border-color: #E55568;
}
.TagClassName
{
border-color: #E55568;
}
</style>