Shades of Cranberry #E5476D
Tints of Cranberry #E5476D
RGB
CMYK
RGB Variations
Color information
#E5476D (or 0xE5476D) is known color: Cranberry. HEX triplet: E5, 47 and 6D. RGB value is (229,71,109). Sum of RGB (Red+Green+Blue) = 229+71+109=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E5476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5476D is #1AB892. Grayscale: #7A7A7A. Windows color (decimal): -1751187 or 7161829. OLE color: 7161829.
HSL color Cylindrical-coordinate representation of color #E5476D: hue angle of 345.57º 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 #E5476D is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 71 | 109 | - |
| CMYK | 0 | 0.69 | 0.52 | 0.10 |
| HSL | 345.57º | 0.75% | 0.59% | - |
| HSV(B) | 345.57º | 0.69% | 0.9% | - |
| XYZ | 37.33 | 22.27 | 16.8 | - |
| YUV | 122.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 71 | 109 | 0 | 0.69 | 0.52 | 0.10 | 345.57 | 0.75 | 0.59 |
| Hex | E5 | 47 | 6D | 0 | 45 | 34 | A | 15A | 4B | 3B |
| Octal | 345 | 107 | 155 | 0 | 105 | 64 | 12 | 532 | 113 | 73 |
| Binary | 11100101 | 1000111 | 1101101 | 0 | 1000101 | 110100 | 1010 | 101011010 | 1001011 | 111011 |
Color Harmonies of #E5476D
Complementary color
Monochromatic Colors of #E5476D
Black with #E5476D
Text Example
Text Example
White with #E5476D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5476D; }
p { color: rgb(229,71,109); }
H1.HeaderClassName
{
color: #E5476D;
}
.AnyTagClassName
{
color: #E5476D;
}
</style>
background-color css
<style>
a { background-color: #E5476D; }
a { background-color: rgb(229,71,109); }
div.DivClassName
{
background-color: #E5476D;
}
.BgClassName
{
background-color: #E5476D;
}
</style>
border-color css
<style>
span { border-color: #E5476D; }
span { border-color: rgb(229,71,109); }
td.TdClassName
{
border-color: #E5476D;
}
.TagClassName
{
border-color: #E5476D;
}
</style>