Shades of Cranberry #E54A6D
Tints of Cranberry #E54A6D
RGB
CMYK
RGB Variations
Color information
#E54A6D (or 0xE54A6D) is known color: Cranberry. HEX triplet: E5, 4A and 6D. RGB value is (229,74,109). Sum of RGB (Red+Green+Blue) = 229+74+109=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A6D is #1AB592. Grayscale: #7C7C7C. Windows color (decimal): -1750419 or 7162597. OLE color: 7162597.
HSL color Cylindrical-coordinate representation of color #E54A6D: hue angle of 346.45º 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 #E54A6D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 109 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.10 |
| HSL | 346.45º | 0.75% | 0.59% | - |
| HSV(B) | 346.45º | 0.68% | 0.9% | - |
| XYZ | 37.52 | 22.66 | 16.86 | - |
| YUV | 124.34 | 119.35 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 109 | 0 | 0.68 | 0.52 | 0.10 | 346.45 | 0.75 | 0.59 |
| Hex | E5 | 4A | 6D | 0 | 44 | 34 | A | 15A | 4B | 3B |
| Octal | 345 | 112 | 155 | 0 | 104 | 64 | 12 | 532 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1101101 | 0 | 1000100 | 110100 | 1010 | 101011010 | 1001011 | 111011 |
Color Harmonies of #E54A6D
Complementary color
Monochromatic Colors of #E54A6D
Black with #E54A6D
Text Example
Text Example
White with #E54A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A6D; }
p { color: rgb(229,74,109); }
H1.HeaderClassName
{
color: #E54A6D;
}
.AnyTagClassName
{
color: #E54A6D;
}
</style>
background-color css
<style>
a { background-color: #E54A6D; }
a { background-color: rgb(229,74,109); }
div.DivClassName
{
background-color: #E54A6D;
}
.BgClassName
{
background-color: #E54A6D;
}
</style>
border-color css
<style>
span { border-color: #E54A6D; }
span { border-color: rgb(229,74,109); }
td.TdClassName
{
border-color: #E54A6D;
}
.TagClassName
{
border-color: #E54A6D;
}
</style>