Shades of Cranberry #E54770
Tints of Cranberry #E54770
RGB
CMYK
RGB Variations
Color information
#E54770 (or 0xE54770) is known color: Cranberry. HEX triplet: E5, 47 and 70. RGB value is (229,71,112). Sum of RGB (Red+Green+Blue) = 229+71+112=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E54770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54770 is #1AB88F. Grayscale: #7A7A7A. Windows color (decimal): -1751184 or 7358437. OLE color: 7358437.
HSL color Cylindrical-coordinate representation of color #E54770: hue angle of 344.43º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E54770 is Cyan = 0, Magento = 0.69, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 112 | - |
| CMYK | 0 | 0.69 | 0.51 | 0.10 |
| HSL | 344.43º | 0.75% | 0.59% | - |
| HSV(B) | 344.43º | 0.69% | 0.9% | - |
| XYZ | 37.49 | 22.33 | 17.66 | - |
| YUV | 122.92 | 121.85 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 112 | 0 | 0.69 | 0.51 | 0.10 | 344.43 | 0.75 | 0.59 |
| Hex | E5 | 47 | 70 | 0 | 45 | 33 | A | 158 | 4B | 3B |
| Octal | 345 | 107 | 160 | 0 | 105 | 63 | 12 | 530 | 113 | 73 |
| Binary | 11100101 | 1000111 | 1110000 | 0 | 1000101 | 110011 | 1010 | 101011000 | 1001011 | 111011 |
Color Harmonies of #E54770
Complementary color
Monochromatic Colors of #E54770
Black with #E54770
Text Example
Text Example
White with #E54770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54770; }
p { color: rgb(229,71,112); }
H1.HeaderClassName
{
color: #E54770;
}
.AnyTagClassName
{
color: #E54770;
}
</style>
background-color css
<style>
a { background-color: #E54770; }
a { background-color: rgb(229,71,112); }
div.DivClassName
{
background-color: #E54770;
}
.BgClassName
{
background-color: #E54770;
}
</style>
border-color css
<style>
span { border-color: #E54770; }
span { border-color: rgb(229,71,112); }
td.TdClassName
{
border-color: #E54770;
}
.TagClassName
{
border-color: #E54770;
}
</style>