Shades of Cranberry #E6456A
Tints of Cranberry #E6456A
RGB
CMYK
RGB Variations
Color information
#E6456A (or 0xE6456A) is known color: Cranberry. HEX triplet: E6, 45 and 6A. RGB value is (230,69,106). Sum of RGB (Red+Green+Blue) = 230+69+106=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 69 (27.34% from 255 or 17.04% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E6456A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6456A is #19BA95. Grayscale: #797979. Windows color (decimal): -1686166 or 6964710. OLE color: 6964710.
HSL color Cylindrical-coordinate representation of color #E6456A: hue angle of 346.21º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6456A is Cyan = 0, Magento = 0.7, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 106 | - |
| CMYK | 0 | 0.7 | 0.54 | 0.10 |
| HSL | 346.21º | 0.76% | 0.59% | - |
| HSV(B) | 346.21º | 0.7% | 0.9% | - |
| XYZ | 37.36 | 22.12 | 15.94 | - |
| YUV | 121.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 106 | 0 | 0.7 | 0.54 | 0.10 | 346.21 | 0.76 | 0.59 |
| Hex | E6 | 45 | 6A | 0 | 46 | 36 | A | 15A | 4C | 3B |
| Octal | 346 | 105 | 152 | 0 | 106 | 66 | 12 | 532 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1101010 | 0 | 1000110 | 110110 | 1010 | 101011010 | 1001100 | 111011 |
Color Harmonies of #E6456A
Complementary color
Monochromatic Colors of #E6456A
Black with #E6456A
Text Example
Text Example
White with #E6456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6456A; }
p { color: rgb(230,69,106); }
H1.HeaderClassName
{
color: #E6456A;
}
.AnyTagClassName
{
color: #E6456A;
}
</style>
background-color css
<style>
a { background-color: #E6456A; }
a { background-color: rgb(230,69,106); }
div.DivClassName
{
background-color: #E6456A;
}
.BgClassName
{
background-color: #E6456A;
}
</style>
border-color css
<style>
span { border-color: #E6456A; }
span { border-color: rgb(230,69,106); }
td.TdClassName
{
border-color: #E6456A;
}
.TagClassName
{
border-color: #E6456A;
}
</style>