Shades of Cranberry #E54A6C
Tints of Cranberry #E54A6C
RGB
CMYK
RGB Variations
Color information
#E54A6C (or 0xE54A6C) is known color: Cranberry. HEX triplet: E5, 4A and 6C. RGB value is (229,74,108). Sum of RGB (Red+Green+Blue) = 229+74+108=411 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.72% from 411); Green value is 74 (29.30% from 255 or 18.00% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 229 - color contains mainly: red. Hex color #E54A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54A6C is #1AB593. Grayscale: #7C7C7C. Windows color (decimal): -1750420 or 7097061. OLE color: 7097061.
HSL color Cylindrical-coordinate representation of color #E54A6C: hue angle of 346.84º 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 #E54A6C is Cyan = 0, Magento = 0.68, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 74 | 108 | - |
| CMYK | 0 | 0.68 | 0.53 | 0.10 |
| HSL | 346.84º | 0.75% | 0.59% | - |
| HSV(B) | 346.84º | 0.68% | 0.9% | - |
| XYZ | 37.47 | 22.64 | 16.58 | - |
| YUV | 124.22 | 118.85 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 74 | 108 | 0 | 0.68 | 0.53 | 0.10 | 346.84 | 0.75 | 0.59 |
| Hex | E5 | 4A | 6C | 0 | 44 | 35 | A | 15B | 4B | 3B |
| Octal | 345 | 112 | 154 | 0 | 104 | 65 | 12 | 533 | 113 | 73 |
| Binary | 11100101 | 1001010 | 1101100 | 0 | 1000100 | 110101 | 1010 | 101011011 | 1001011 | 111011 |
Color Harmonies of #E54A6C
Complementary color
Monochromatic Colors of #E54A6C
Black with #E54A6C
Text Example
Text Example
White with #E54A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E54A6C; }
p { color: rgb(229,74,108); }
H1.HeaderClassName
{
color: #E54A6C;
}
.AnyTagClassName
{
color: #E54A6C;
}
</style>
background-color css
<style>
a { background-color: #E54A6C; }
a { background-color: rgb(229,74,108); }
div.DivClassName
{
background-color: #E54A6C;
}
.BgClassName
{
background-color: #E54A6C;
}
</style>
border-color css
<style>
span { border-color: #E54A6C; }
span { border-color: rgb(229,74,108); }
td.TdClassName
{
border-color: #E54A6C;
}
.TagClassName
{
border-color: #E54A6C;
}
</style>