Shades of Cranberry #E54F70
Tints of Cranberry #E54F70
RGB
CMYK
RGB Variations
Color information
#E54F70 (or 0xE54F70) is known color: Cranberry. HEX triplet: E5, 4F and 70. RGB value is (229,79,112). Sum of RGB (Red+Green+Blue) = 229+79+112=420 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.52% from 420); Green value is 79 (31.25% from 255 or 18.81% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 229 - color contains mainly: red. Hex color #E54F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E54F70 is #1AB08F. Grayscale: #7F7F7F. Windows color (decimal): -1749136 or 7360485. OLE color: 7360485.
HSL color Cylindrical-coordinate representation of color #E54F70: hue angle of 346.8º 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 #E54F70 is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 79 | 112 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.10 |
| HSL | 346.8º | 0.74% | 0.6% | - |
| HSV(B) | 346.8º | 0.66% | 0.9% | - |
| XYZ | 38.03 | 23.42 | 17.85 | - |
| YUV | 127.61 | 119.2 | 200.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 79 | 112 | 0 | 0.66 | 0.51 | 0.10 | 346.8 | 0.74 | 0.6 |
| Hex | E5 | 4F | 70 | 0 | 42 | 33 | A | 15B | 4A | 3C |
| Octal | 345 | 117 | 160 | 0 | 102 | 63 | 12 | 533 | 112 | 74 |
| Binary | 11100101 | 1001111 | 1110000 | 0 | 1000010 | 110011 | 1010 | 101011011 | 1001010 | 111100 |
Color Harmonies of #E54F70
Complementary color
Monochromatic Colors of #E54F70
Black with #E54F70
Text Example
Text Example
White with #E54F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54F70; }
p { color: rgb(229,79,112); }
H1.HeaderClassName
{
color: #E54F70;
}
.AnyTagClassName
{
color: #E54F70;
}
</style>
background-color css
<style>
a { background-color: #E54F70; }
a { background-color: rgb(229,79,112); }
div.DivClassName
{
background-color: #E54F70;
}
.BgClassName
{
background-color: #E54F70;
}
</style>
border-color css
<style>
span { border-color: #E54F70; }
span { border-color: rgb(229,79,112); }
td.TdClassName
{
border-color: #E54F70;
}
.TagClassName
{
border-color: #E54F70;
}
</style>