Shades of Cranberry #E7466B
Tints of Cranberry #E7466B
RGB
CMYK
RGB Variations
Color information
#E7466B (or 0xE7466B) is known color: Cranberry. HEX triplet: E7, 46 and 6B. RGB value is (231,70,107). Sum of RGB (Red+Green+Blue) = 231+70+107=408 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.62% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 231 - color contains mainly: red. Hex color #E7466B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7466B is #18B994. Grayscale: #7A7A7A. Windows color (decimal): -1620373 or 7030503. OLE color: 7030503.
HSL color Cylindrical-coordinate representation of color #E7466B: hue angle of 346.21º 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 #E7466B is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 70 | 107 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.09 |
| HSL | 346.21º | 0.77% | 0.59% | - |
| HSV(B) | 346.21º | 0.7% | 0.91% | - |
| XYZ | 37.8 | 22.43 | 16.25 | - |
| YUV | 122.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 70 | 107 | 0 | 0.70 | 0.54 | 0.09 | 346.21 | 0.77 | 0.59 |
| Hex | E7 | 46 | 6B | 0 | 46 | 36 | 9 | 15A | 4D | 3B |
| Octal | 347 | 106 | 153 | 0 | 106 | 66 | 11 | 532 | 115 | 73 |
| Binary | 11100111 | 1000110 | 1101011 | 0 | 1000110 | 110110 | 1001 | 101011010 | 1001101 | 111011 |
Color Harmonies of #E7466B
Complementary color
Monochromatic Colors of #E7466B
Black with #E7466B
Text Example
Text Example
White with #E7466B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7466B; }
p { color: rgb(231,70,107); }
H1.HeaderClassName
{
color: #E7466B;
}
.AnyTagClassName
{
color: #E7466B;
}
</style>
background-color css
<style>
a { background-color: #E7466B; }
a { background-color: rgb(231,70,107); }
div.DivClassName
{
background-color: #E7466B;
}
.BgClassName
{
background-color: #E7466B;
}
</style>
border-color css
<style>
span { border-color: #E7466B; }
span { border-color: rgb(231,70,107); }
td.TdClassName
{
border-color: #E7466B;
}
.TagClassName
{
border-color: #E7466B;
}
</style>