Shades of Cranberry #E2566D
Tints of Cranberry #E2566D
RGB
CMYK
RGB Variations
Color information
#E2566D (or 0xE2566D) is known color: Cranberry. HEX triplet: E2, 56 and 6D. RGB value is (226,86,109). Sum of RGB (Red+Green+Blue) = 226+86+109=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2566D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2566D is #1DA992. Grayscale: #828282. Windows color (decimal): -1943955 or 7165666. OLE color: 7165666.
HSL color Cylindrical-coordinate representation of color #E2566D: hue angle of 350.14º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2566D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 109 | - |
| CMYK | 0 | 0.62 | 0.52 | 0.11 |
| HSL | 350.14º | 0.71% | 0.61% | - |
| HSV(B) | 350.14º | 0.62% | 0.89% | - |
| XYZ | 37.45 | 23.93 | 17.11 | - |
| YUV | 130.48 | 115.88 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 109 | 0 | 0.62 | 0.52 | 0.11 | 350.14 | 0.71 | 0.61 |
| Hex | E2 | 56 | 6D | 0 | 3E | 34 | B | 15E | 47 | 3D |
| Octal | 342 | 126 | 155 | 0 | 76 | 64 | 13 | 536 | 107 | 75 |
| Binary | 11100010 | 1010110 | 1101101 | 0 | 111110 | 110100 | 1011 | 101011110 | 1000111 | 111101 |
Color Harmonies of #E2566D
Complementary color
Monochromatic Colors of #E2566D
Black with #E2566D
Text Example
Text Example
White with #E2566D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2566D; }
p { color: rgb(226,86,109); }
H1.HeaderClassName
{
color: #E2566D;
}
.AnyTagClassName
{
color: #E2566D;
}
</style>
background-color css
<style>
a { background-color: #E2566D; }
a { background-color: rgb(226,86,109); }
div.DivClassName
{
background-color: #E2566D;
}
.BgClassName
{
background-color: #E2566D;
}
</style>
border-color css
<style>
span { border-color: #E2566D; }
span { border-color: rgb(226,86,109); }
td.TdClassName
{
border-color: #E2566D;
}
.TagClassName
{
border-color: #E2566D;
}
</style>