Shades of Cranberry #E05870
Tints of Cranberry #E05870
RGB
CMYK
RGB Variations
Color information
#E05870 (or 0xE05870) is known color: Cranberry. HEX triplet: E0, 58 and 70. RGB value is (224,88,112). Sum of RGB (Red+Green+Blue) = 224+88+112=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E05870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05870 is #1FA78F. Grayscale: #838383. Windows color (decimal): -2074512 or 7362784. OLE color: 7362784.
HSL color Cylindrical-coordinate representation of color #E05870: hue angle of 349.41º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E05870 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 112 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.12 |
| HSL | 349.41º | 0.69% | 0.61% | - |
| HSV(B) | 349.41º | 0.61% | 0.88% | - |
| XYZ | 37.15 | 24 | 18 | - |
| YUV | 131.4 | 117.06 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 112 | 0 | 0.61 | 0.50 | 0.12 | 349.41 | 0.69 | 0.61 |
| Hex | E0 | 58 | 70 | 0 | 3D | 32 | C | 15D | 45 | 3D |
| Octal | 340 | 130 | 160 | 0 | 75 | 62 | 14 | 535 | 105 | 75 |
| Binary | 11100000 | 1011000 | 1110000 | 0 | 111101 | 110010 | 1100 | 101011101 | 1000101 | 111101 |
Color Harmonies of #E05870
Complementary color
Monochromatic Colors of #E05870
Black with #E05870
Text Example
Text Example
White with #E05870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05870; }
p { color: rgb(224,88,112); }
H1.HeaderClassName
{
color: #E05870;
}
.AnyTagClassName
{
color: #E05870;
}
</style>
background-color css
<style>
a { background-color: #E05870; }
a { background-color: rgb(224,88,112); }
div.DivClassName
{
background-color: #E05870;
}
.BgClassName
{
background-color: #E05870;
}
</style>
border-color css
<style>
span { border-color: #E05870; }
span { border-color: rgb(224,88,112); }
td.TdClassName
{
border-color: #E05870;
}
.TagClassName
{
border-color: #E05870;
}
</style>