Shades of Cranberry #E6546F
Tints of Cranberry #E6546F
RGB
CMYK
RGB Variations
Color information
#E6546F (or 0xE6546F) is known color: Cranberry. HEX triplet: E6, 54 and 6F. RGB value is (230,84,111). Sum of RGB (Red+Green+Blue) = 230+84+111=425 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.12% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 111 (43.75% from 255 or 26.12% from 425); Max value from RGB is 230 - color contains mainly: red. Hex color #E6546F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6546F is #19AB90. Grayscale: #828282. Windows color (decimal): -1682321 or 7296230. OLE color: 7296230.
HSL color Cylindrical-coordinate representation of color #E6546F: hue angle of 348.9º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E6546F is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 111 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.10 |
| HSL | 348.9º | 0.74% | 0.62% | - |
| HSV(B) | 348.9º | 0.63% | 0.9% | - |
| XYZ | 38.67 | 24.31 | 17.69 | - |
| YUV | 130.73 | 116.87 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 111 | 0 | 0.63 | 0.52 | 0.10 | 348.9 | 0.74 | 0.62 |
| Hex | E6 | 54 | 6F | 0 | 3F | 34 | A | 15D | 4A | 3E |
| Octal | 346 | 124 | 157 | 0 | 77 | 64 | 12 | 535 | 112 | 76 |
| Binary | 11100110 | 1010100 | 1101111 | 0 | 111111 | 110100 | 1010 | 101011101 | 1001010 | 111110 |
Color Harmonies of #E6546F
Complementary color
Monochromatic Colors of #E6546F
Black with #E6546F
Text Example
Text Example
White with #E6546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6546F; }
p { color: rgb(230,84,111); }
H1.HeaderClassName
{
color: #E6546F;
}
.AnyTagClassName
{
color: #E6546F;
}
</style>
background-color css
<style>
a { background-color: #E6546F; }
a { background-color: rgb(230,84,111); }
div.DivClassName
{
background-color: #E6546F;
}
.BgClassName
{
background-color: #E6546F;
}
</style>
border-color css
<style>
span { border-color: #E6546F; }
span { border-color: rgb(230,84,111); }
td.TdClassName
{
border-color: #E6546F;
}
.TagClassName
{
border-color: #E6546F;
}
</style>