Shades of Cranberry #E2566B
Tints of Cranberry #E2566B
RGB
CMYK
RGB Variations
Color information
#E2566B (or 0xE2566B) is known color: Cranberry. HEX triplet: E2, 56 and 6B. RGB value is (226,86,107). Sum of RGB (Red+Green+Blue) = 226+86+107=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E2566B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2566B is #1DA994. Grayscale: #828282. Windows color (decimal): -1943957 or 7034594. OLE color: 7034594.
HSL color Cylindrical-coordinate representation of color #E2566B: hue angle of 351º 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 #E2566B is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 107 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.11 |
| HSL | 351º | 0.71% | 0.61% | - |
| HSV(B) | 351º | 0.62% | 0.89% | - |
| XYZ | 37.35 | 23.89 | 16.55 | - |
| YUV | 130.25 | 114.88 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 107 | 0 | 0.62 | 0.53 | 0.11 | 351 | 0.71 | 0.61 |
| Hex | E2 | 56 | 6B | 0 | 3E | 35 | B | 15F | 47 | 3D |
| Octal | 342 | 126 | 153 | 0 | 76 | 65 | 13 | 537 | 107 | 75 |
| Binary | 11100010 | 1010110 | 1101011 | 0 | 111110 | 110101 | 1011 | 101011111 | 1000111 | 111101 |
Color Harmonies of #E2566B
Complementary color
Monochromatic Colors of #E2566B
Black with #E2566B
Text Example
Text Example
White with #E2566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2566B; }
p { color: rgb(226,86,107); }
H1.HeaderClassName
{
color: #E2566B;
}
.AnyTagClassName
{
color: #E2566B;
}
</style>
background-color css
<style>
a { background-color: #E2566B; }
a { background-color: rgb(226,86,107); }
div.DivClassName
{
background-color: #E2566B;
}
.BgClassName
{
background-color: #E2566B;
}
</style>
border-color css
<style>
span { border-color: #E2566B; }
span { border-color: rgb(226,86,107); }
td.TdClassName
{
border-color: #E2566B;
}
.TagClassName
{
border-color: #E2566B;
}
</style>