Shades of Cranberry #E5486B
Tints of Cranberry #E5486B
RGB
CMYK
RGB Variations
Color information
#E5486B (or 0xE5486B) is known color: Cranberry. HEX triplet: E5, 48 and 6B. RGB value is (229,72,107). Sum of RGB (Red+Green+Blue) = 229+72+107=408 (54% of max value = 765). Red value is 229 (89.84% from 255 or 56.13% from 408); Green value is 72 (28.52% from 255 or 17.65% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 229 - color contains mainly: red. Hex color #E5486B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5486B is #1AB794. Grayscale: #7A7A7A. Windows color (decimal): -1750933 or 7031013. OLE color: 7031013.
HSL color Cylindrical-coordinate representation of color #E5486B: hue angle of 346.62º 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 #E5486B is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 72 | 107 | - |
| CMYK | 0 | 0.69 | 0.53 | 0.10 |
| HSL | 346.62º | 0.75% | 0.59% | - |
| HSV(B) | 346.62º | 0.69% | 0.9% | - |
| XYZ | 37.28 | 22.35 | 16.26 | - |
| YUV | 122.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 72 | 107 | 0 | 0.69 | 0.53 | 0.10 | 346.62 | 0.75 | 0.59 |
| Hex | E5 | 48 | 6B | 0 | 45 | 35 | A | 15B | 4B | 3B |
| Octal | 345 | 110 | 153 | 0 | 105 | 65 | 12 | 533 | 113 | 73 |
| Binary | 11100101 | 1001000 | 1101011 | 0 | 1000101 | 110101 | 1010 | 101011011 | 1001011 | 111011 |
Color Harmonies of #E5486B
Complementary color
Monochromatic Colors of #E5486B
Black with #E5486B
Text Example
Text Example
White with #E5486B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5486B; }
p { color: rgb(229,72,107); }
H1.HeaderClassName
{
color: #E5486B;
}
.AnyTagClassName
{
color: #E5486B;
}
</style>
background-color css
<style>
a { background-color: #E5486B; }
a { background-color: rgb(229,72,107); }
div.DivClassName
{
background-color: #E5486B;
}
.BgClassName
{
background-color: #E5486B;
}
</style>
border-color css
<style>
span { border-color: #E5486B; }
span { border-color: rgb(229,72,107); }
td.TdClassName
{
border-color: #E5486B;
}
.TagClassName
{
border-color: #E5486B;
}
</style>