Shades of Cranberry #E54D6E
Tints of Cranberry #E54D6E
RGB
CMYK
RGB Variations
Color information
#E54D6E (or 0xE54D6E) is known color: Cranberry. HEX triplet: E5, 4D and 6E. RGB value is (229,77,110). Sum of RGB (Red+Green+Blue) = 229+77+110=416 (55% of max value = 765). Red value is 229 (89.84% from 255 or 55.05% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 229 - color contains mainly: red. Hex color #E54D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54D6E is #1AB291. Grayscale: #7E7E7E. Windows color (decimal): -1749650 or 7228901. OLE color: 7228901.
HSL color Cylindrical-coordinate representation of color #E54D6E: hue angle of 346.97º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E54D6E is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 77 | 110 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.10 |
| HSL | 346.97º | 0.75% | 0.6% | - |
| HSV(B) | 346.97º | 0.66% | 0.9% | - |
| XYZ | 37.78 | 23.09 | 17.22 | - |
| YUV | 126.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 77 | 110 | 0 | 0.66 | 0.52 | 0.10 | 346.97 | 0.75 | 0.6 |
| Hex | E5 | 4D | 6E | 0 | 42 | 34 | A | 15B | 4B | 3C |
| Octal | 345 | 115 | 156 | 0 | 102 | 64 | 12 | 533 | 113 | 74 |
| Binary | 11100101 | 1001101 | 1101110 | 0 | 1000010 | 110100 | 1010 | 101011011 | 1001011 | 111100 |
Color Harmonies of #E54D6E
Complementary color
Monochromatic Colors of #E54D6E
Black with #E54D6E
Text Example
Text Example
White with #E54D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54D6E; }
p { color: rgb(229,77,110); }
H1.HeaderClassName
{
color: #E54D6E;
}
.AnyTagClassName
{
color: #E54D6E;
}
</style>
background-color css
<style>
a { background-color: #E54D6E; }
a { background-color: rgb(229,77,110); }
div.DivClassName
{
background-color: #E54D6E;
}
.BgClassName
{
background-color: #E54D6E;
}
</style>
border-color css
<style>
span { border-color: #E54D6E; }
span { border-color: rgb(229,77,110); }
td.TdClassName
{
border-color: #E54D6E;
}
.TagClassName
{
border-color: #E54D6E;
}
</style>