Shades of Cranberry #E54E6A
Tints of Cranberry #E54E6A
RGB
CMYK
RGB Variations
Color information
#E54E6A (or 0xE54E6A) is known color: Cranberry. HEX triplet: E5, 4E and 6A. RGB value is (229,78,106). Sum of RGB (Red+Green+Blue) = 229+78+106=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E54E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54E6A is #1AB195. Grayscale: #7E7E7E. Windows color (decimal): -1749398 or 6967013. OLE color: 6967013.
HSL color Cylindrical-coordinate representation of color #E54E6A: hue angle of 348.87º degrees, saturation: 0.74, 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 #E54E6A is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 78 | 106 | - |
| CMYK | 0 | 0.66 | 0.54 | 0.10 |
| HSL | 348.87º | 0.74% | 0.6% | - |
| HSV(B) | 348.87º | 0.66% | 0.9% | - |
| XYZ | 37.64 | 23.15 | 16.12 | - |
| YUV | 126.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 78 | 106 | 0 | 0.66 | 0.54 | 0.10 | 348.87 | 0.74 | 0.6 |
| Hex | E5 | 4E | 6A | 0 | 42 | 36 | A | 15D | 4A | 3C |
| Octal | 345 | 116 | 152 | 0 | 102 | 66 | 12 | 535 | 112 | 74 |
| Binary | 11100101 | 1001110 | 1101010 | 0 | 1000010 | 110110 | 1010 | 101011101 | 1001010 | 111100 |
Color Harmonies of #E54E6A
Complementary color
Monochromatic Colors of #E54E6A
Black with #E54E6A
Text Example
Text Example
White with #E54E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54E6A; }
p { color: rgb(229,78,106); }
H1.HeaderClassName
{
color: #E54E6A;
}
.AnyTagClassName
{
color: #E54E6A;
}
</style>
background-color css
<style>
a { background-color: #E54E6A; }
a { background-color: rgb(229,78,106); }
div.DivClassName
{
background-color: #E54E6A;
}
.BgClassName
{
background-color: #E54E6A;
}
</style>
border-color css
<style>
span { border-color: #E54E6A; }
span { border-color: rgb(229,78,106); }
td.TdClassName
{
border-color: #E54E6A;
}
.TagClassName
{
border-color: #E54E6A;
}
</style>