Shades of Cranberry #E6486C
Tints of Cranberry #E6486C
RGB
CMYK
RGB Variations
Color information
#E6486C (or 0xE6486C) is known color: Cranberry. HEX triplet: E6, 48 and 6C. RGB value is (230,72,108). Sum of RGB (Red+Green+Blue) = 230+72+108=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 72 (28.52% from 255 or 17.56% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E6486C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6486C is #19B793. Grayscale: #7B7B7B. Windows color (decimal): -1685396 or 7096550. OLE color: 7096550.
HSL color Cylindrical-coordinate representation of color #E6486C: hue angle of 346.33º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E6486C is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 108 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.10 |
| HSL | 346.33º | 0.76% | 0.59% | - |
| HSV(B) | 346.33º | 0.69% | 0.9% | - |
| XYZ | 37.66 | 22.54 | 16.55 | - |
| YUV | 123.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 108 | 0 | 0.69 | 0.53 | 0.10 | 346.33 | 0.76 | 0.59 |
| Hex | E6 | 48 | 6C | 0 | 45 | 35 | A | 15A | 4C | 3B |
| Octal | 346 | 110 | 154 | 0 | 105 | 65 | 12 | 532 | 114 | 73 |
| Binary | 11100110 | 1001000 | 1101100 | 0 | 1000101 | 110101 | 1010 | 101011010 | 1001100 | 111011 |
Color Harmonies of #E6486C
Complementary color
Monochromatic Colors of #E6486C
Black with #E6486C
Text Example
Text Example
White with #E6486C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6486C; }
p { color: rgb(230,72,108); }
H1.HeaderClassName
{
color: #E6486C;
}
.AnyTagClassName
{
color: #E6486C;
}
</style>
background-color css
<style>
a { background-color: #E6486C; }
a { background-color: rgb(230,72,108); }
div.DivClassName
{
background-color: #E6486C;
}
.BgClassName
{
background-color: #E6486C;
}
</style>
border-color css
<style>
span { border-color: #E6486C; }
span { border-color: rgb(230,72,108); }
td.TdClassName
{
border-color: #E6486C;
}
.TagClassName
{
border-color: #E6486C;
}
</style>