Shades of Cranberry #E6456B
Tints of Cranberry #E6456B
RGB
CMYK
RGB Variations
Color information
#E6456B (or 0xE6456B) is known color: Cranberry. HEX triplet: E6, 45 and 6B. RGB value is (230,69,107). Sum of RGB (Red+Green+Blue) = 230+69+107=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E6456B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6456B is #19BA94. Grayscale: #797979. Windows color (decimal): -1686165 or 7030246. OLE color: 7030246.
HSL color Cylindrical-coordinate representation of color #E6456B: hue angle of 345.84º 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 #E6456B is Cyan = 0, Magento = 0.7, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 69 | 107 | - |
| CMYK | 0 | 0.7 | 0.53 | 0.10 |
| HSL | 345.84º | 0.76% | 0.59% | - |
| HSV(B) | 345.84º | 0.7% | 0.9% | - |
| XYZ | 37.42 | 22.14 | 16.21 | - |
| YUV | 121.47 | 119.84 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 69 | 107 | 0 | 0.7 | 0.53 | 0.10 | 345.84 | 0.76 | 0.59 |
| Hex | E6 | 45 | 6B | 0 | 46 | 35 | A | 15A | 4C | 3B |
| Octal | 346 | 105 | 153 | 0 | 106 | 65 | 12 | 532 | 114 | 73 |
| Binary | 11100110 | 1000101 | 1101011 | 0 | 1000110 | 110101 | 1010 | 101011010 | 1001100 | 111011 |
Color Harmonies of #E6456B
Complementary color
Monochromatic Colors of #E6456B
Black with #E6456B
Text Example
Text Example
White with #E6456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6456B; }
p { color: rgb(230,69,107); }
H1.HeaderClassName
{
color: #E6456B;
}
.AnyTagClassName
{
color: #E6456B;
}
</style>
background-color css
<style>
a { background-color: #E6456B; }
a { background-color: rgb(230,69,107); }
div.DivClassName
{
background-color: #E6456B;
}
.BgClassName
{
background-color: #E6456B;
}
</style>
border-color css
<style>
span { border-color: #E6456B; }
span { border-color: rgb(230,69,107); }
td.TdClassName
{
border-color: #E6456B;
}
.TagClassName
{
border-color: #E6456B;
}
</style>