Shades of Cranberry #E6546C
Tints of Cranberry #E6546C
RGB
CMYK
RGB Variations
Color information
#E6546C (or 0xE6546C) is known color: Cranberry. HEX triplet: E6, 54 and 6C. RGB value is (230,84,108). Sum of RGB (Red+Green+Blue) = 230+84+108=422 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.50% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 230 - color contains mainly: red. Hex color #E6546C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6546C is #19AB93. Grayscale: #828282. Windows color (decimal): -1682324 or 7099622. OLE color: 7099622.
HSL color Cylindrical-coordinate representation of color #E6546C: hue angle of 350.14º 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 #E6546C is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 84 | 108 | - |
| CMYK | 0 | 0.63 | 0.53 | 0.10 |
| HSL | 350.14º | 0.74% | 0.62% | - |
| HSV(B) | 350.14º | 0.63% | 0.9% | - |
| XYZ | 38.51 | 24.25 | 16.84 | - |
| YUV | 130.39 | 115.37 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 84 | 108 | 0 | 0.63 | 0.53 | 0.10 | 350.14 | 0.74 | 0.62 |
| Hex | E6 | 54 | 6C | 0 | 3F | 35 | A | 15E | 4A | 3E |
| Octal | 346 | 124 | 154 | 0 | 77 | 65 | 12 | 536 | 112 | 76 |
| Binary | 11100110 | 1010100 | 1101100 | 0 | 111111 | 110101 | 1010 | 101011110 | 1001010 | 111110 |
Color Harmonies of #E6546C
Complementary color
Monochromatic Colors of #E6546C
Black with #E6546C
Text Example
Text Example
White with #E6546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6546C; }
p { color: rgb(230,84,108); }
H1.HeaderClassName
{
color: #E6546C;
}
.AnyTagClassName
{
color: #E6546C;
}
</style>
background-color css
<style>
a { background-color: #E6546C; }
a { background-color: rgb(230,84,108); }
div.DivClassName
{
background-color: #E6546C;
}
.BgClassName
{
background-color: #E6546C;
}
</style>
border-color css
<style>
span { border-color: #E6546C; }
span { border-color: rgb(230,84,108); }
td.TdClassName
{
border-color: #E6546C;
}
.TagClassName
{
border-color: #E6546C;
}
</style>