Shades of Cranberry #E14178
Tints of Cranberry #E14178
RGB
CMYK
RGB Variations
Color information
#E14178 (or 0xE14178) is known color: Cranberry. HEX triplet: E1, 41 and 78. RGB value is (225,65,120). Sum of RGB (Red+Green+Blue) = 225+65+120=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 120 (47.27% from 255 or 29.27% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E14178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14178 is #1EBE87. Grayscale: #777777. Windows color (decimal): -2014856 or 7881185. OLE color: 7881185.
HSL color Cylindrical-coordinate representation of color #E14178: hue angle of 339.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E14178 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 65 | 120 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.12 |
| HSL | 339.38º | 0.73% | 0.57% | - |
| HSV(B) | 339.38º | 0.71% | 0.88% | - |
| XYZ | 36.33 | 21.14 | 19.94 | - |
| YUV | 119.11 | 128.51 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 65 | 120 | 0 | 0.71 | 0.47 | 0.12 | 339.38 | 0.73 | 0.57 |
| Hex | E1 | 41 | 78 | 0 | 47 | 2F | C | 153 | 49 | 39 |
| Octal | 341 | 101 | 170 | 0 | 107 | 57 | 14 | 523 | 111 | 71 |
| Binary | 11100001 | 1000001 | 1111000 | 0 | 1000111 | 101111 | 1100 | 101010011 | 1001001 | 111001 |
Color Harmonies of #E14178
Complementary color
Monochromatic Colors of #E14178
Black with #E14178
Text Example
Text Example
White with #E14178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14178; }
p { color: rgb(225,65,120); }
H1.HeaderClassName
{
color: #E14178;
}
.AnyTagClassName
{
color: #E14178;
}
</style>
background-color css
<style>
a { background-color: #E14178; }
a { background-color: rgb(225,65,120); }
div.DivClassName
{
background-color: #E14178;
}
.BgClassName
{
background-color: #E14178;
}
</style>
border-color css
<style>
span { border-color: #E14178; }
span { border-color: rgb(225,65,120); }
td.TdClassName
{
border-color: #E14178;
}
.TagClassName
{
border-color: #E14178;
}
</style>