Shades of Cranberry #E14981
Tints of Cranberry #E14981
RGB
CMYK
RGB Variations
Color information
#E14981 (or 0xE14981) is known color: Cranberry. HEX triplet: E1, 49 and 81. RGB value is (225,73,129). Sum of RGB (Red+Green+Blue) = 225+73+129=427 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.69% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 225 - color contains mainly: red. Hex color #E14981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14981 is #1EB67E. Grayscale: #7C7C7C. Windows color (decimal): -2012799 or 8473057. OLE color: 8473057.
HSL color Cylindrical-coordinate representation of color #E14981: hue angle of 337.89º 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 #E14981 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 73 | 129 | - |
| CMYK | 0 | 0.68 | 0.43 | 0.12 |
| HSL | 337.89º | 0.72% | 0.58% | - |
| HSV(B) | 337.89º | 0.68% | 0.88% | - |
| XYZ | 37.4 | 22.36 | 23.11 | - |
| YUV | 124.83 | 130.36 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 73 | 129 | 0 | 0.68 | 0.43 | 0.12 | 337.89 | 0.72 | 0.58 |
| Hex | E1 | 49 | 81 | 0 | 44 | 2B | C | 152 | 48 | 3A |
| Octal | 341 | 111 | 201 | 0 | 104 | 53 | 14 | 522 | 110 | 72 |
| Binary | 11100001 | 1001001 | 10000001 | 0 | 1000100 | 101011 | 1100 | 101010010 | 1001000 | 111010 |
Color Harmonies of #E14981
Complementary color
Monochromatic Colors of #E14981
Black with #E14981
Text Example
Text Example
White with #E14981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14981; }
p { color: rgb(225,73,129); }
H1.HeaderClassName
{
color: #E14981;
}
.AnyTagClassName
{
color: #E14981;
}
</style>
background-color css
<style>
a { background-color: #E14981; }
a { background-color: rgb(225,73,129); }
div.DivClassName
{
background-color: #E14981;
}
.BgClassName
{
background-color: #E14981;
}
</style>
border-color css
<style>
span { border-color: #E14981; }
span { border-color: rgb(225,73,129); }
td.TdClassName
{
border-color: #E14981;
}
.TagClassName
{
border-color: #E14981;
}
</style>