Shades of Cranberry #E5496A
Tints of Cranberry #E5496A
RGB
CMYK
RGB Variations
Color information
#E5496A (or 0xE5496A) is known color: Cranberry. HEX triplet: E5, 49 and 6A. RGB value is (229,73,106). Sum of RGB (Red+Green+Blue) = 229+73+106=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 73 (28.91% from 255 or 17.89% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5496A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5496A is #1AB695. Grayscale: #7B7B7B. Windows color (decimal): -1750678 or 6965733. OLE color: 6965733.
HSL color Cylindrical-coordinate representation of color #E5496A: hue angle of 347.31º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E5496A is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 106 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.10 |
| HSL | 347.31º | 0.75% | 0.59% | - |
| HSV(B) | 347.31º | 0.68% | 0.9% | - |
| XYZ | 37.3 | 22.46 | 16.01 | - |
| YUV | 123.41 | 118.18 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 106 | 0 | 0.68 | 0.54 | 0.10 | 347.31 | 0.75 | 0.59 |
| Hex | E5 | 49 | 6A | 0 | 44 | 36 | A | 15B | 4B | 3B |
| Octal | 345 | 111 | 152 | 0 | 104 | 66 | 12 | 533 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1101010 | 0 | 1000100 | 110110 | 1010 | 101011011 | 1001011 | 111011 |
Color Harmonies of #E5496A
Complementary color
Monochromatic Colors of #E5496A
Black with #E5496A
Text Example
Text Example
White with #E5496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5496A; }
p { color: rgb(229,73,106); }
H1.HeaderClassName
{
color: #E5496A;
}
.AnyTagClassName
{
color: #E5496A;
}
</style>
background-color css
<style>
a { background-color: #E5496A; }
a { background-color: rgb(229,73,106); }
div.DivClassName
{
background-color: #E5496A;
}
.BgClassName
{
background-color: #E5496A;
}
</style>
border-color css
<style>
span { border-color: #E5496A; }
span { border-color: rgb(229,73,106); }
td.TdClassName
{
border-color: #E5496A;
}
.TagClassName
{
border-color: #E5496A;
}
</style>