Shades of Cranberry #E05070
Tints of Cranberry #E05070
RGB
CMYK
RGB Variations
Color information
#E05070 (or 0xE05070) is known color: Cranberry. HEX triplet: E0, 50 and 70. RGB value is (224,80,112). Sum of RGB (Red+Green+Blue) = 224+80+112=416 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.85% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 224 - color contains mainly: red. Hex color #E05070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05070 is #1FAF8F. Grayscale: #7E7E7E. Windows color (decimal): -2076560 or 7360736. OLE color: 7360736.
HSL color Cylindrical-coordinate representation of color #E05070: hue angle of 346.67º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E05070 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 80 | 112 | - |
| CMYK | 0 | 0.64 | 0.50 | 0.12 |
| HSL | 346.67º | 0.7% | 0.6% | - |
| HSV(B) | 346.67º | 0.64% | 0.88% | - |
| XYZ | 36.53 | 22.75 | 17.8 | - |
| YUV | 126.7 | 119.71 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 80 | 112 | 0 | 0.64 | 0.50 | 0.12 | 346.67 | 0.7 | 0.6 |
| Hex | E0 | 50 | 70 | 0 | 40 | 32 | C | 15B | 46 | 3C |
| Octal | 340 | 120 | 160 | 0 | 100 | 62 | 14 | 533 | 106 | 74 |
| Binary | 11100000 | 1010000 | 1110000 | 0 | 1000000 | 110010 | 1100 | 101011011 | 1000110 | 111100 |
Color Harmonies of #E05070
Complementary color
Monochromatic Colors of #E05070
Black with #E05070
Text Example
Text Example
White with #E05070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05070; }
p { color: rgb(224,80,112); }
H1.HeaderClassName
{
color: #E05070;
}
.AnyTagClassName
{
color: #E05070;
}
</style>
background-color css
<style>
a { background-color: #E05070; }
a { background-color: rgb(224,80,112); }
div.DivClassName
{
background-color: #E05070;
}
.BgClassName
{
background-color: #E05070;
}
</style>
border-color css
<style>
span { border-color: #E05070; }
span { border-color: rgb(224,80,112); }
td.TdClassName
{
border-color: #E05070;
}
.TagClassName
{
border-color: #E05070;
}
</style>