Shades of Cranberry #E54C65
Tints of Cranberry #E54C65
RGB
CMYK
RGB Variations
Color information
#E54C65 (or 0xE54C65) is known color: Cranberry. HEX triplet: E5, 4C and 65. RGB value is (229,76,101). Sum of RGB (Red+Green+Blue) = 229+76+101=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C65 is #1AB39A. Grayscale: #7C7C7C. Windows color (decimal): -1749915 or 6638821. OLE color: 6638821.
HSL color Cylindrical-coordinate representation of color #E54C65: hue angle of 350.2º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E54C65 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 101 | - |
| CMYK | 0 | 0.67 | 0.56 | 0.10 |
| HSL | 350.2º | 0.75% | 0.6% | - |
| HSV(B) | 350.2º | 0.67% | 0.9% | - |
| XYZ | 37.25 | 22.77 | 14.74 | - |
| YUV | 124.6 | 114.69 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 101 | 0 | 0.67 | 0.56 | 0.10 | 350.2 | 0.75 | 0.6 |
| Hex | E5 | 4C | 65 | 0 | 43 | 38 | A | 15E | 4B | 3C |
| Octal | 345 | 114 | 145 | 0 | 103 | 70 | 12 | 536 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1100101 | 0 | 1000011 | 111000 | 1010 | 101011110 | 1001011 | 111100 |
Color Harmonies of #E54C65
Complementary color
Monochromatic Colors of #E54C65
Black with #E54C65
Text Example
Text Example
White with #E54C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C65; }
p { color: rgb(229,76,101); }
H1.HeaderClassName
{
color: #E54C65;
}
.AnyTagClassName
{
color: #E54C65;
}
</style>
background-color css
<style>
a { background-color: #E54C65; }
a { background-color: rgb(229,76,101); }
div.DivClassName
{
background-color: #E54C65;
}
.BgClassName
{
background-color: #E54C65;
}
</style>
border-color css
<style>
span { border-color: #E54C65; }
span { border-color: rgb(229,76,101); }
td.TdClassName
{
border-color: #E54C65;
}
.TagClassName
{
border-color: #E54C65;
}
</style>