Shades of Cranberry #E13C78
Tints of Cranberry #E13C78
RGB
CMYK
RGB Variations
Color information
#E13C78 (or 0xE13C78) is known color: Cranberry. HEX triplet: E1, 3C and 78. RGB value is (225,60,120). Sum of RGB (Red+Green+Blue) = 225+60+120=405 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.56% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 225 - color contains mainly: red. Hex color #E13C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13C78 is #1EC387. Grayscale: #747474. Windows color (decimal): -2016136 or 7879905. OLE color: 7879905.
HSL color Cylindrical-coordinate representation of color #E13C78: hue angle of 338.18º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E13C78 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 60 | 120 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.12 |
| HSL | 338.18º | 0.73% | 0.56% | - |
| HSV(B) | 338.18º | 0.73% | 0.88% | - |
| XYZ | 36.06 | 20.6 | 19.84 | - |
| YUV | 116.18 | 130.16 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 60 | 120 | 0 | 0.73 | 0.47 | 0.12 | 338.18 | 0.73 | 0.56 |
| Hex | E1 | 3C | 78 | 0 | 49 | 2F | C | 152 | 49 | 38 |
| Octal | 341 | 74 | 170 | 0 | 111 | 57 | 14 | 522 | 111 | 70 |
| Binary | 11100001 | 111100 | 1111000 | 0 | 1001001 | 101111 | 1100 | 101010010 | 1001001 | 111000 |
Color Harmonies of #E13C78
Complementary color
Monochromatic Colors of #E13C78
Black with #E13C78
Text Example
Text Example
White with #E13C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13C78; }
p { color: rgb(225,60,120); }
H1.HeaderClassName
{
color: #E13C78;
}
.AnyTagClassName
{
color: #E13C78;
}
</style>
background-color css
<style>
a { background-color: #E13C78; }
a { background-color: rgb(225,60,120); }
div.DivClassName
{
background-color: #E13C78;
}
.BgClassName
{
background-color: #E13C78;
}
</style>
border-color css
<style>
span { border-color: #E13C78; }
span { border-color: rgb(225,60,120); }
td.TdClassName
{
border-color: #E13C78;
}
.TagClassName
{
border-color: #E13C78;
}
</style>