Shades of Cranberry #E14F78
Tints of Cranberry #E14F78
RGB
CMYK
RGB Variations
Color information
#E14F78 (or 0xE14F78) is known color: Cranberry. HEX triplet: E1, 4F and 78. RGB value is (225,79,120). Sum of RGB (Red+Green+Blue) = 225+79+120=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 79 (31.25% from 255 or 18.63% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F78 is #1EB087. Grayscale: #7F7F7F. Windows color (decimal): -2011272 or 7884769. OLE color: 7884769.
HSL color Cylindrical-coordinate representation of color #E14F78: hue angle of 343.15º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E14F78 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 79 | 120 | - |
| CMYK | 0 | 0.65 | 0.47 | 0.12 |
| HSL | 343.15º | 0.71% | 0.6% | - |
| HSV(B) | 343.15º | 0.65% | 0.88% | - |
| XYZ | 37.24 | 22.96 | 20.24 | - |
| YUV | 127.33 | 123.87 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 79 | 120 | 0 | 0.65 | 0.47 | 0.12 | 343.15 | 0.71 | 0.6 |
| Hex | E1 | 4F | 78 | 0 | 41 | 2F | C | 157 | 47 | 3C |
| Octal | 341 | 117 | 170 | 0 | 101 | 57 | 14 | 527 | 107 | 74 |
| Binary | 11100001 | 1001111 | 1111000 | 0 | 1000001 | 101111 | 1100 | 101010111 | 1000111 | 111100 |
Color Harmonies of #E14F78
Complementary color
Monochromatic Colors of #E14F78
Black with #E14F78
Text Example
Text Example
White with #E14F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14F78; }
p { color: rgb(225,79,120); }
H1.HeaderClassName
{
color: #E14F78;
}
.AnyTagClassName
{
color: #E14F78;
}
</style>
background-color css
<style>
a { background-color: #E14F78; }
a { background-color: rgb(225,79,120); }
div.DivClassName
{
background-color: #E14F78;
}
.BgClassName
{
background-color: #E14F78;
}
</style>
border-color css
<style>
span { border-color: #E14F78; }
span { border-color: rgb(225,79,120); }
td.TdClassName
{
border-color: #E14F78;
}
.TagClassName
{
border-color: #E14F78;
}
</style>