Shades of Cranberry #E7456A
Tints of Cranberry #E7456A
RGB
CMYK
RGB Variations
Color information
#E7456A (or 0xE7456A) is known color: Cranberry. HEX triplet: E7, 45 and 6A. RGB value is (231,69,106). Sum of RGB (Red+Green+Blue) = 231+69+106=406 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.90% from 406); Green value is 69 (27.34% from 255 or 17.00% from 406); Blue value is 106 (41.80% from 255 or 26.11% from 406); Max value from RGB is 231 - color contains mainly: red. Hex color #E7456A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7456A is #18BA95. Grayscale: #797979. Windows color (decimal): -1620630 or 6964711. OLE color: 6964711.
HSL color Cylindrical-coordinate representation of color #E7456A: hue angle of 346.3º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7456A is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 106 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.09 |
| HSL | 346.3º | 0.77% | 0.59% | - |
| HSV(B) | 346.3º | 0.7% | 0.91% | - |
| XYZ | 37.68 | 22.29 | 15.95 | - |
| YUV | 121.66 | 119.17 | 205.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 106 | 0 | 0.70 | 0.54 | 0.09 | 346.3 | 0.77 | 0.59 |
| Hex | E7 | 45 | 6A | 0 | 46 | 36 | 9 | 15A | 4D | 3B |
| Octal | 347 | 105 | 152 | 0 | 106 | 66 | 11 | 532 | 115 | 73 |
| Binary | 11100111 | 1000101 | 1101010 | 0 | 1000110 | 110110 | 1001 | 101011010 | 1001101 | 111011 |
Color Harmonies of #E7456A
Complementary color
Monochromatic Colors of #E7456A
Black with #E7456A
Text Example
Text Example
White with #E7456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7456A; }
p { color: rgb(231,69,106); }
H1.HeaderClassName
{
color: #E7456A;
}
.AnyTagClassName
{
color: #E7456A;
}
</style>
background-color css
<style>
a { background-color: #E7456A; }
a { background-color: rgb(231,69,106); }
div.DivClassName
{
background-color: #E7456A;
}
.BgClassName
{
background-color: #E7456A;
}
</style>
border-color css
<style>
span { border-color: #E7456A; }
span { border-color: rgb(231,69,106); }
td.TdClassName
{
border-color: #E7456A;
}
.TagClassName
{
border-color: #E7456A;
}
</style>