Shades of Cranberry #E54574
Tints of Cranberry #E54574
RGB
CMYK
RGB Variations
Color information
#E54574 (or 0xE54574) is known color: Cranberry. HEX triplet: E5, 45 and 74. RGB value is (229,69,116). Sum of RGB (Red+Green+Blue) = 229+69+116=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E54574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54574 is #1ABA8B. Grayscale: #7A7A7A. Windows color (decimal): -1751692 or 7620069. OLE color: 7620069.
HSL color Cylindrical-coordinate representation of color #E54574: hue angle of 342.38º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E54574 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 69 | 116 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.10 |
| HSL | 342.38º | 0.75% | 0.58% | - |
| HSV(B) | 342.38º | 0.7% | 0.9% | - |
| XYZ | 37.59 | 22.18 | 18.82 | - |
| YUV | 122.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 69 | 116 | 0 | 0.70 | 0.49 | 0.10 | 342.38 | 0.75 | 0.58 |
| Hex | E5 | 45 | 74 | 0 | 46 | 31 | A | 156 | 4B | 3A |
| Octal | 345 | 105 | 164 | 0 | 106 | 61 | 12 | 526 | 113 | 72 |
| Binary | 11100101 | 1000101 | 1110100 | 0 | 1000110 | 110001 | 1010 | 101010110 | 1001011 | 111010 |
Color Harmonies of #E54574
Complementary color
Monochromatic Colors of #E54574
Black with #E54574
Text Example
Text Example
White with #E54574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54574; }
p { color: rgb(229,69,116); }
H1.HeaderClassName
{
color: #E54574;
}
.AnyTagClassName
{
color: #E54574;
}
</style>
background-color css
<style>
a { background-color: #E54574; }
a { background-color: rgb(229,69,116); }
div.DivClassName
{
background-color: #E54574;
}
.BgClassName
{
background-color: #E54574;
}
</style>
border-color css
<style>
span { border-color: #E54574; }
span { border-color: rgb(229,69,116); }
td.TdClassName
{
border-color: #E54574;
}
.TagClassName
{
border-color: #E54574;
}
</style>