Shades of Cranberry #E6486F
Tints of Cranberry #E6486F
RGB
CMYK
RGB Variations
Color information
#E6486F (or 0xE6486F) is known color: Cranberry. HEX triplet: E6, 48 and 6F. RGB value is (230,72,111). Sum of RGB (Red+Green+Blue) = 230+72+111=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 72 (28.52% from 255 or 17.43% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E6486F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6486F is #19B790. Grayscale: #7B7B7B. Windows color (decimal): -1685393 or 7293158. OLE color: 7293158.
HSL color Cylindrical-coordinate representation of color #E6486F: hue angle of 345.19º 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 #E6486F is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 72 | 111 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.10 |
| HSL | 345.19º | 0.76% | 0.59% | - |
| HSV(B) | 345.19º | 0.69% | 0.9% | - |
| XYZ | 37.82 | 22.61 | 17.41 | - |
| YUV | 123.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 72 | 111 | 0 | 0.69 | 0.52 | 0.10 | 345.19 | 0.76 | 0.59 |
| Hex | E6 | 48 | 6F | 0 | 45 | 34 | A | 159 | 4C | 3B |
| Octal | 346 | 110 | 157 | 0 | 105 | 64 | 12 | 531 | 114 | 73 |
| Binary | 11100110 | 1001000 | 1101111 | 0 | 1000101 | 110100 | 1010 | 101011001 | 1001100 | 111011 |
Color Harmonies of #E6486F
Complementary color
Monochromatic Colors of #E6486F
Black with #E6486F
Text Example
Text Example
White with #E6486F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6486F; }
p { color: rgb(230,72,111); }
H1.HeaderClassName
{
color: #E6486F;
}
.AnyTagClassName
{
color: #E6486F;
}
</style>
background-color css
<style>
a { background-color: #E6486F; }
a { background-color: rgb(230,72,111); }
div.DivClassName
{
background-color: #E6486F;
}
.BgClassName
{
background-color: #E6486F;
}
</style>
border-color css
<style>
span { border-color: #E6486F; }
span { border-color: rgb(230,72,111); }
td.TdClassName
{
border-color: #E6486F;
}
.TagClassName
{
border-color: #E6486F;
}
</style>