Shades of Cranberry #E54C66
Tints of Cranberry #E54C66
RGB
CMYK
RGB Variations
Color information
#E54C66 (or 0xE54C66) is known color: Cranberry. HEX triplet: E5, 4C and 66. RGB value is (229,76,102). Sum of RGB (Red+Green+Blue) = 229+76+102=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E54C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54C66 is #1AB399. Grayscale: #7C7C7C. Windows color (decimal): -1749914 or 6704357. OLE color: 6704357.
HSL color Cylindrical-coordinate representation of color #E54C66: hue angle of 349.8º 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 #E54C66 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 76 | 102 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.10 |
| HSL | 349.8º | 0.75% | 0.6% | - |
| HSV(B) | 349.8º | 0.67% | 0.9% | - |
| XYZ | 37.3 | 22.79 | 15 | - |
| YUV | 124.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 76 | 102 | 0 | 0.67 | 0.55 | 0.10 | 349.8 | 0.75 | 0.6 |
| Hex | E5 | 4C | 66 | 0 | 43 | 37 | A | 15E | 4B | 3C |
| Octal | 345 | 114 | 146 | 0 | 103 | 67 | 12 | 536 | 113 | 74 |
| Binary | 11100101 | 1001100 | 1100110 | 0 | 1000011 | 110111 | 1010 | 101011110 | 1001011 | 111100 |
Color Harmonies of #E54C66
Complementary color
Monochromatic Colors of #E54C66
Black with #E54C66
Text Example
Text Example
White with #E54C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54C66; }
p { color: rgb(229,76,102); }
H1.HeaderClassName
{
color: #E54C66;
}
.AnyTagClassName
{
color: #E54C66;
}
</style>
background-color css
<style>
a { background-color: #E54C66; }
a { background-color: rgb(229,76,102); }
div.DivClassName
{
background-color: #E54C66;
}
.BgClassName
{
background-color: #E54C66;
}
</style>
border-color css
<style>
span { border-color: #E54C66; }
span { border-color: rgb(229,76,102); }
td.TdClassName
{
border-color: #E54C66;
}
.TagClassName
{
border-color: #E54C66;
}
</style>