Shades of Cranberry #E14481
Tints of Cranberry #E14481
RGB
CMYK
RGB Variations
Color information
#E14481 (or 0xE14481) is known color: Cranberry. HEX triplet: E1, 44 and 81. RGB value is (225,68,129). Sum of RGB (Red+Green+Blue) = 225+68+129=422 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.32% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 225 - color contains mainly: red. Hex color #E14481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14481 is #1EBB7E. Grayscale: #797979. Windows color (decimal): -2014079 or 8471777. OLE color: 8471777.
HSL color Cylindrical-coordinate representation of color #E14481: hue angle of 336.69º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E14481 is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 129 | - |
| CMYK | 0 | 0.70 | 0.43 | 0.12 |
| HSL | 336.69º | 0.72% | 0.57% | - |
| HSV(B) | 336.69º | 0.7% | 0.88% | - |
| XYZ | 37.08 | 21.73 | 23.01 | - |
| YUV | 121.9 | 132.01 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 129 | 0 | 0.70 | 0.43 | 0.12 | 336.69 | 0.72 | 0.57 |
| Hex | E1 | 44 | 81 | 0 | 46 | 2B | C | 151 | 48 | 39 |
| Octal | 341 | 104 | 201 | 0 | 106 | 53 | 14 | 521 | 110 | 71 |
| Binary | 11100001 | 1000100 | 10000001 | 0 | 1000110 | 101011 | 1100 | 101010001 | 1001000 | 111001 |
Color Harmonies of #E14481
Complementary color
Monochromatic Colors of #E14481
Black with #E14481
Text Example
Text Example
White with #E14481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14481; }
p { color: rgb(225,68,129); }
H1.HeaderClassName
{
color: #E14481;
}
.AnyTagClassName
{
color: #E14481;
}
</style>
background-color css
<style>
a { background-color: #E14481; }
a { background-color: rgb(225,68,129); }
div.DivClassName
{
background-color: #E14481;
}
.BgClassName
{
background-color: #E14481;
}
</style>
border-color css
<style>
span { border-color: #E14481; }
span { border-color: rgb(225,68,129); }
td.TdClassName
{
border-color: #E14481;
}
.TagClassName
{
border-color: #E14481;
}
</style>