Shades of Cranberry #E14877
Tints of Cranberry #E14877
RGB
CMYK
RGB Variations
Color information
#E14877 (or 0xE14877) is known color: Cranberry. HEX triplet: E1, 48 and 77. RGB value is (225,72,119). Sum of RGB (Red+Green+Blue) = 225+72+119=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 119 (46.88% from 255 or 28.61% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E14877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14877 is #1EB788. Grayscale: #7B7B7B. Windows color (decimal): -2013065 or 7817441. OLE color: 7817441.
HSL color Cylindrical-coordinate representation of color #E14877: hue angle of 341.57º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14877 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 119 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.12 |
| HSL | 341.57º | 0.72% | 0.58% | - |
| HSV(B) | 341.57º | 0.68% | 0.88% | - |
| XYZ | 36.7 | 21.97 | 19.76 | - |
| YUV | 123.11 | 125.69 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 119 | 0 | 0.68 | 0.47 | 0.12 | 341.57 | 0.72 | 0.58 |
| Hex | E1 | 48 | 77 | 0 | 44 | 2F | C | 156 | 48 | 3A |
| Octal | 341 | 110 | 167 | 0 | 104 | 57 | 14 | 526 | 110 | 72 |
| Binary | 11100001 | 1001000 | 1110111 | 0 | 1000100 | 101111 | 1100 | 101010110 | 1001000 | 111010 |
Color Harmonies of #E14877
Complementary color
Monochromatic Colors of #E14877
Black with #E14877
Text Example
Text Example
White with #E14877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14877; }
p { color: rgb(225,72,119); }
H1.HeaderClassName
{
color: #E14877;
}
.AnyTagClassName
{
color: #E14877;
}
</style>
background-color css
<style>
a { background-color: #E14877; }
a { background-color: rgb(225,72,119); }
div.DivClassName
{
background-color: #E14877;
}
.BgClassName
{
background-color: #E14877;
}
</style>
border-color css
<style>
span { border-color: #E14877; }
span { border-color: rgb(225,72,119); }
td.TdClassName
{
border-color: #E14877;
}
.TagClassName
{
border-color: #E14877;
}
</style>