Shades of Cranberry #E5546F
Tints of Cranberry #E5546F
RGB
CMYK
RGB Variations
Color information
#E5546F (or 0xE5546F) is known color: Cranberry. HEX triplet: E5, 54 and 6F. RGB value is (229,84,111). Sum of RGB (Red+Green+Blue) = 229+84+111=424 (56% of max value = 765). Red value is 229 (89.84% from 255 or 54.01% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 111 (43.75% from 255 or 26.18% from 424); Max value from RGB is 229 - color contains mainly: red. Hex color #E5546F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5546F is #1AAB90. Grayscale: #828282. Windows color (decimal): -1747857 or 7296229. OLE color: 7296229.
HSL color Cylindrical-coordinate representation of color #E5546F: hue angle of 348.83º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E5546F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 84 | 111 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.10 |
| HSL | 348.83º | 0.74% | 0.61% | - |
| HSV(B) | 348.83º | 0.63% | 0.9% | - |
| XYZ | 38.35 | 24.15 | 17.68 | - |
| YUV | 130.43 | 117.04 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 84 | 111 | 0 | 0.63 | 0.52 | 0.10 | 348.83 | 0.74 | 0.61 |
| Hex | E5 | 54 | 6F | 0 | 3F | 34 | A | 15D | 4A | 3D |
| Octal | 345 | 124 | 157 | 0 | 77 | 64 | 12 | 535 | 112 | 75 |
| Binary | 11100101 | 1010100 | 1101111 | 0 | 111111 | 110100 | 1010 | 101011101 | 1001010 | 111101 |
Color Harmonies of #E5546F
Complementary color
Monochromatic Colors of #E5546F
Black with #E5546F
Text Example
Text Example
White with #E5546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5546F; }
p { color: rgb(229,84,111); }
H1.HeaderClassName
{
color: #E5546F;
}
.AnyTagClassName
{
color: #E5546F;
}
</style>
background-color css
<style>
a { background-color: #E5546F; }
a { background-color: rgb(229,84,111); }
div.DivClassName
{
background-color: #E5546F;
}
.BgClassName
{
background-color: #E5546F;
}
</style>
border-color css
<style>
span { border-color: #E5546F; }
span { border-color: rgb(229,84,111); }
td.TdClassName
{
border-color: #E5546F;
}
.TagClassName
{
border-color: #E5546F;
}
</style>