Shades of Cranberry #E13E77
Tints of Cranberry #E13E77
RGB
CMYK
RGB Variations
Color information
#E13E77 (or 0xE13E77) is known color: Cranberry. HEX triplet: E1, 3E and 77. RGB value is (225,62,119). Sum of RGB (Red+Green+Blue) = 225+62+119=406 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.42% from 406); Green value is 62 (24.61% from 255 or 15.27% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 225 - color contains mainly: red. Hex color #E13E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13E77 is #1EC188. Grayscale: #757575. Windows color (decimal): -2015625 or 7814881. OLE color: 7814881.
HSL color Cylindrical-coordinate representation of color #E13E77: hue angle of 339.02º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E13E77 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 62 | 119 | - |
| CMYK | 0 | 0.72 | 0.47 | 0.12 |
| HSL | 339.02º | 0.73% | 0.56% | - |
| HSV(B) | 339.02º | 0.72% | 0.88% | - |
| XYZ | 36.1 | 20.78 | 19.56 | - |
| YUV | 117.24 | 129 | 204.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 62 | 119 | 0 | 0.72 | 0.47 | 0.12 | 339.02 | 0.73 | 0.56 |
| Hex | E1 | 3E | 77 | 0 | 48 | 2F | C | 153 | 49 | 38 |
| Octal | 341 | 76 | 167 | 0 | 110 | 57 | 14 | 523 | 111 | 70 |
| Binary | 11100001 | 111110 | 1110111 | 0 | 1001000 | 101111 | 1100 | 101010011 | 1001001 | 111000 |
Color Harmonies of #E13E77
Complementary color
Monochromatic Colors of #E13E77
Black with #E13E77
Text Example
Text Example
White with #E13E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13E77; }
p { color: rgb(225,62,119); }
H1.HeaderClassName
{
color: #E13E77;
}
.AnyTagClassName
{
color: #E13E77;
}
</style>
background-color css
<style>
a { background-color: #E13E77; }
a { background-color: rgb(225,62,119); }
div.DivClassName
{
background-color: #E13E77;
}
.BgClassName
{
background-color: #E13E77;
}
</style>
border-color css
<style>
span { border-color: #E13E77; }
span { border-color: rgb(225,62,119); }
td.TdClassName
{
border-color: #E13E77;
}
.TagClassName
{
border-color: #E13E77;
}
</style>