Shades of Cranberry #E7476B
Tints of Cranberry #E7476B
RGB
CMYK
RGB Variations
Color information
#E7476B (or 0xE7476B) is known color: Cranberry. HEX triplet: E7, 47 and 6B. RGB value is (231,71,107). Sum of RGB (Red+Green+Blue) = 231+71+107=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E7476B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7476B is #18B894. Grayscale: #7A7A7A. Windows color (decimal): -1620117 or 7030759. OLE color: 7030759.
HSL color Cylindrical-coordinate representation of color #E7476B: hue angle of 346.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7476B is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 107 | - |
| CMYK | 0 | 0.69 | 0.54 | 0.09 |
| HSL | 346.5º | 0.77% | 0.59% | - |
| HSV(B) | 346.5º | 0.69% | 0.91% | - |
| XYZ | 37.86 | 22.56 | 16.27 | - |
| YUV | 122.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 107 | 0 | 0.69 | 0.54 | 0.09 | 346.5 | 0.77 | 0.59 |
| Hex | E7 | 47 | 6B | 0 | 45 | 36 | 9 | 15A | 4D | 3B |
| Octal | 347 | 107 | 153 | 0 | 105 | 66 | 11 | 532 | 115 | 73 |
| Binary | 11100111 | 1000111 | 1101011 | 0 | 1000101 | 110110 | 1001 | 101011010 | 1001101 | 111011 |
Color Harmonies of #E7476B
Complementary color
Monochromatic Colors of #E7476B
Black with #E7476B
Text Example
Text Example
White with #E7476B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7476B; }
p { color: rgb(231,71,107); }
H1.HeaderClassName
{
color: #E7476B;
}
.AnyTagClassName
{
color: #E7476B;
}
</style>
background-color css
<style>
a { background-color: #E7476B; }
a { background-color: rgb(231,71,107); }
div.DivClassName
{
background-color: #E7476B;
}
.BgClassName
{
background-color: #E7476B;
}
</style>
border-color css
<style>
span { border-color: #E7476B; }
span { border-color: rgb(231,71,107); }
td.TdClassName
{
border-color: #E7476B;
}
.TagClassName
{
border-color: #E7476B;
}
</style>