Shades of Cranberry #E54965
Tints of Cranberry #E54965
RGB
CMYK
RGB Variations
Color information
#E54965 (or 0xE54965) is known color: Cranberry. HEX triplet: E5, 49 and 65. RGB value is (229,73,101). Sum of RGB (Red+Green+Blue) = 229+73+101=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E54965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54965 is #1AB69A. Grayscale: #7A7A7A. Windows color (decimal): -1750683 or 6638053. OLE color: 6638053.
HSL color Cylindrical-coordinate representation of color #E54965: hue angle of 349.23º 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 #E54965 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 73 | 101 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.10 |
| HSL | 349.23º | 0.75% | 0.59% | - |
| HSV(B) | 349.23º | 0.68% | 0.9% | - |
| XYZ | 37.04 | 22.36 | 14.68 | - |
| YUV | 122.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 73 | 101 | 0 | 0.68 | 0.56 | 0.10 | 349.23 | 0.75 | 0.59 |
| Hex | E5 | 49 | 65 | 0 | 44 | 38 | A | 15D | 4B | 3B |
| Octal | 345 | 111 | 145 | 0 | 104 | 70 | 12 | 535 | 113 | 73 |
| Binary | 11100101 | 1001001 | 1100101 | 0 | 1000100 | 111000 | 1010 | 101011101 | 1001011 | 111011 |
Color Harmonies of #E54965
Complementary color
Monochromatic Colors of #E54965
Black with #E54965
Text Example
Text Example
White with #E54965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54965; }
p { color: rgb(229,73,101); }
H1.HeaderClassName
{
color: #E54965;
}
.AnyTagClassName
{
color: #E54965;
}
</style>
background-color css
<style>
a { background-color: #E54965; }
a { background-color: rgb(229,73,101); }
div.DivClassName
{
background-color: #E54965;
}
.BgClassName
{
background-color: #E54965;
}
</style>
border-color css
<style>
span { border-color: #E54965; }
span { border-color: rgb(229,73,101); }
td.TdClassName
{
border-color: #E54965;
}
.TagClassName
{
border-color: #E54965;
}
</style>