Shades of Cranberry #E54A64
Tints of Cranberry #E54A64
RGB
CMYK
RGB Variations
Color information
#E54A64 (or 0xE54A64) is known color: Cranberry. HEX triplet: E5, 4A and 64. RGB value is (229,74,100). Sum of RGB (Red+Green+Blue) = 229+74+100=403 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.82% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A64 is #1AB59B. Grayscale: #7B7B7B. Windows color (decimal): -1750428 or 6572773. OLE color: 6572773.
HSL color Cylindrical-coordinate representation of color #E54A64: hue angle of 349.94º 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 #E54A64 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 100 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.10 |
| HSL | 349.94º | 0.75% | 0.59% | - |
| HSV(B) | 349.94º | 0.68% | 0.9% | - |
| XYZ | 37.06 | 22.48 | 14.44 | - |
| YUV | 123.31 | 114.85 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 100 | 0 | 0.68 | 0.56 | 0.10 | 349.94 | 0.75 | 0.59 |
| Hex | E5 | 4A | 64 | 0 | 44 | 38 | A | 15E | 4B | 3B |
| Octal | 345 | 112 | 144 | 0 | 104 | 70 | 12 | 536 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1100100 | 0 | 1000100 | 111000 | 1010 | 101011110 | 1001011 | 111011 |
Color Harmonies of #E54A64
Complementary color
Monochromatic Colors of #E54A64
Black with #E54A64
Text Example
Text Example
White with #E54A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A64; }
p { color: rgb(229,74,100); }
H1.HeaderClassName
{
color: #E54A64;
}
.AnyTagClassName
{
color: #E54A64;
}
</style>
background-color css
<style>
a { background-color: #E54A64; }
a { background-color: rgb(229,74,100); }
div.DivClassName
{
background-color: #E54A64;
}
.BgClassName
{
background-color: #E54A64;
}
</style>
border-color css
<style>
span { border-color: #E54A64; }
span { border-color: rgb(229,74,100); }
td.TdClassName
{
border-color: #E54A64;
}
.TagClassName
{
border-color: #E54A64;
}
</style>