Shades of Cranberry #E54370
Tints of Cranberry #E54370
RGB
CMYK
RGB Variations
Color information
#E54370 (or 0xE54370) is known color: Cranberry. HEX triplet: E5, 43 and 70. RGB value is (229,67,112). Sum of RGB (Red+Green+Blue) = 229+67+112=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E54370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54370 is #1ABC8F. Grayscale: #787878. Windows color (decimal): -1752208 or 7357413. OLE color: 7357413.
HSL color Cylindrical-coordinate representation of color #E54370: hue angle of 343.33º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E54370 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 67 | 112 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.10 |
| HSL | 343.33º | 0.76% | 0.58% | - |
| HSV(B) | 343.33º | 0.71% | 0.9% | - |
| XYZ | 37.24 | 21.84 | 17.58 | - |
| YUV | 120.57 | 123.17 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 67 | 112 | 0 | 0.71 | 0.51 | 0.10 | 343.33 | 0.76 | 0.58 |
| Hex | E5 | 43 | 70 | 0 | 47 | 33 | A | 157 | 4C | 3A |
| Octal | 345 | 103 | 160 | 0 | 107 | 63 | 12 | 527 | 114 | 72 |
| Binary | 11100101 | 1000011 | 1110000 | 0 | 1000111 | 110011 | 1010 | 101010111 | 1001100 | 111010 |
Color Harmonies of #E54370
Complementary color
Monochromatic Colors of #E54370
Black with #E54370
Text Example
Text Example
White with #E54370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54370; }
p { color: rgb(229,67,112); }
H1.HeaderClassName
{
color: #E54370;
}
.AnyTagClassName
{
color: #E54370;
}
</style>
background-color css
<style>
a { background-color: #E54370; }
a { background-color: rgb(229,67,112); }
div.DivClassName
{
background-color: #E54370;
}
.BgClassName
{
background-color: #E54370;
}
</style>
border-color css
<style>
span { border-color: #E54370; }
span { border-color: rgb(229,67,112); }
td.TdClassName
{
border-color: #E54370;
}
.TagClassName
{
border-color: #E54370;
}
</style>