Shades of Cranberry #E5476C
Tints of Cranberry #E5476C
RGB
CMYK
RGB Variations
Color information
#E5476C (or 0xE5476C) is known color: Cranberry. HEX triplet: E5, 47 and 6C. RGB value is (229,71,108). Sum of RGB (Red+Green+Blue) = 229+71+108=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5476C is #1AB893. Grayscale: #7A7A7A. Windows color (decimal): -1751188 or 7096293. OLE color: 7096293.
HSL color Cylindrical-coordinate representation of color #E5476C: hue angle of 345.95º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5476C is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 108 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.10 |
| HSL | 345.95º | 0.75% | 0.59% | - |
| HSV(B) | 345.95º | 0.69% | 0.9% | - |
| XYZ | 37.27 | 22.25 | 16.52 | - |
| YUV | 122.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 108 | 0 | 0.69 | 0.53 | 0.10 | 345.95 | 0.75 | 0.59 |
| Hex | E5 | 47 | 6C | 0 | 45 | 35 | A | 15A | 4B | 3B |
| Octal | 345 | 107 | 154 | 0 | 105 | 65 | 12 | 532 | 113 | 73 |
| Binary | 11100101 | 1000111 | 1101100 | 0 | 1000101 | 110101 | 1010 | 101011010 | 1001011 | 111011 |
Color Harmonies of #E5476C
Complementary color
Monochromatic Colors of #E5476C
Black with #E5476C
Text Example
Text Example
White with #E5476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5476C; }
p { color: rgb(229,71,108); }
H1.HeaderClassName
{
color: #E5476C;
}
.AnyTagClassName
{
color: #E5476C;
}
</style>
background-color css
<style>
a { background-color: #E5476C; }
a { background-color: rgb(229,71,108); }
div.DivClassName
{
background-color: #E5476C;
}
.BgClassName
{
background-color: #E5476C;
}
</style>
border-color css
<style>
span { border-color: #E5476C; }
span { border-color: rgb(229,71,108); }
td.TdClassName
{
border-color: #E5476C;
}
.TagClassName
{
border-color: #E5476C;
}
</style>