Shades of Cranberry #E54A69
Tints of Cranberry #E54A69
RGB
CMYK
RGB Variations
Color information
#E54A69 (or 0xE54A69) is known color: Cranberry. HEX triplet: E5, 4A and 69. RGB value is (229,74,105). Sum of RGB (Red+Green+Blue) = 229+74+105=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 74 (29.30% from 255 or 18.14% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A69 is #1AB596. Grayscale: #7B7B7B. Windows color (decimal): -1750423 or 6900453. OLE color: 6900453.
HSL color Cylindrical-coordinate representation of color #E54A69: hue angle of 348º 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 #E54A69 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 105 | - |
| CMYK | 0 | 0.68 | 0.54 | 0.10 |
| HSL | 348º | 0.75% | 0.59% | - |
| HSV(B) | 348º | 0.68% | 0.9% | - |
| XYZ | 37.31 | 22.58 | 15.76 | - |
| YUV | 123.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 105 | 0 | 0.68 | 0.54 | 0.10 | 348 | 0.75 | 0.59 |
| Hex | E5 | 4A | 69 | 0 | 44 | 36 | A | 15C | 4B | 3B |
| Octal | 345 | 112 | 151 | 0 | 104 | 66 | 12 | 534 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1101001 | 0 | 1000100 | 110110 | 1010 | 101011100 | 1001011 | 111011 |
Color Harmonies of #E54A69
Complementary color
Monochromatic Colors of #E54A69
Black with #E54A69
Text Example
Text Example
White with #E54A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A69; }
p { color: rgb(229,74,105); }
H1.HeaderClassName
{
color: #E54A69;
}
.AnyTagClassName
{
color: #E54A69;
}
</style>
background-color css
<style>
a { background-color: #E54A69; }
a { background-color: rgb(229,74,105); }
div.DivClassName
{
background-color: #E54A69;
}
.BgClassName
{
background-color: #E54A69;
}
</style>
border-color css
<style>
span { border-color: #E54A69; }
span { border-color: rgb(229,74,105); }
td.TdClassName
{
border-color: #E54A69;
}
.TagClassName
{
border-color: #E54A69;
}
</style>