Shades of Cranberry #E54F68
Tints of Cranberry #E54F68
RGB
CMYK
RGB Variations
Color information
#E54F68 (or 0xE54F68) is known color: Cranberry. HEX triplet: E5, 4F and 68. RGB value is (229,79,104). Sum of RGB (Red+Green+Blue) = 229+79+104=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F68 is #1AB097. Grayscale: #7E7E7E. Windows color (decimal): -1749144 or 6836197. OLE color: 6836197.
HSL color Cylindrical-coordinate representation of color #E54F68: hue angle of 350º 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 #E54F68 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 104 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.10 |
| HSL | 350º | 0.74% | 0.6% | - |
| HSV(B) | 350º | 0.66% | 0.9% | - |
| XYZ | 37.61 | 23.25 | 15.6 | - |
| YUV | 126.7 | 115.2 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 104 | 0 | 0.66 | 0.55 | 0.10 | 350 | 0.74 | 0.6 |
| Hex | E5 | 4F | 68 | 0 | 42 | 37 | A | 15E | 4A | 3C |
| Octal | 345 | 117 | 150 | 0 | 102 | 67 | 12 | 536 | 112 | 74 |
| Binary | 11100101 | 1001111 | 1101000 | 0 | 1000010 | 110111 | 1010 | 101011110 | 1001010 | 111100 |
Color Harmonies of #E54F68
Complementary color
Monochromatic Colors of #E54F68
Black with #E54F68
Text Example
Text Example
White with #E54F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F68; }
p { color: rgb(229,79,104); }
H1.HeaderClassName
{
color: #E54F68;
}
.AnyTagClassName
{
color: #E54F68;
}
</style>
background-color css
<style>
a { background-color: #E54F68; }
a { background-color: rgb(229,79,104); }
div.DivClassName
{
background-color: #E54F68;
}
.BgClassName
{
background-color: #E54F68;
}
</style>
border-color css
<style>
span { border-color: #E54F68; }
span { border-color: rgb(229,79,104); }
td.TdClassName
{
border-color: #E54F68;
}
.TagClassName
{
border-color: #E54F68;
}
</style>