Shades of Cranberry #E54A7A
Tints of Cranberry #E54A7A
RGB
CMYK
RGB Variations
Color information
#E54A7A (or 0xE54A7A) is known color: Cranberry. HEX triplet: E5, 4A and 7A. RGB value is (229,74,122). Sum of RGB (Red+Green+Blue) = 229+74+122=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A7A is #1AB585. Grayscale: #7D7D7D. Windows color (decimal): -1750406 or 8014565. OLE color: 8014565.
HSL color Cylindrical-coordinate representation of color #E54A7A: hue angle of 341.42º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E54A7A is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 122 | - |
| CMYK | 0 | 0.68 | 0.47 | 0.10 |
| HSL | 341.42º | 0.75% | 0.59% | - |
| HSV(B) | 341.42º | 0.68% | 0.9% | - |
| XYZ | 38.27 | 22.96 | 20.83 | - |
| YUV | 125.82 | 125.85 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 122 | 0 | 0.68 | 0.47 | 0.10 | 341.42 | 0.75 | 0.59 |
| Hex | E5 | 4A | 7A | 0 | 44 | 2F | A | 155 | 4B | 3B |
| Octal | 345 | 112 | 172 | 0 | 104 | 57 | 12 | 525 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1111010 | 0 | 1000100 | 101111 | 1010 | 101010101 | 1001011 | 111011 |
Color Harmonies of #E54A7A
Complementary color
Monochromatic Colors of #E54A7A
Black with #E54A7A
Text Example
Text Example
White with #E54A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A7A; }
p { color: rgb(229,74,122); }
H1.HeaderClassName
{
color: #E54A7A;
}
.AnyTagClassName
{
color: #E54A7A;
}
</style>
background-color css
<style>
a { background-color: #E54A7A; }
a { background-color: rgb(229,74,122); }
div.DivClassName
{
background-color: #E54A7A;
}
.BgClassName
{
background-color: #E54A7A;
}
</style>
border-color css
<style>
span { border-color: #E54A7A; }
span { border-color: rgb(229,74,122); }
td.TdClassName
{
border-color: #E54A7A;
}
.TagClassName
{
border-color: #E54A7A;
}
</style>