Shades of Cranberry #E2576B
Tints of Cranberry #E2576B
RGB
CMYK
RGB Variations
Color information
#E2576B (or 0xE2576B) is known color: Cranberry. HEX triplet: E2, 57 and 6B. RGB value is (226,87,107). Sum of RGB (Red+Green+Blue) = 226+87+107=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 87 (34.38% from 255 or 20.71% from 420); Blue value is 107 (42.19% from 255 or 25.48% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E2576B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2576B is #1DA894. Grayscale: #828282. Windows color (decimal): -1943701 or 7034850. OLE color: 7034850.
HSL color Cylindrical-coordinate representation of color #E2576B: hue angle of 351.37º 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 #E2576B is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 107 | - |
| CMYK | 0 | 0.62 | 0.53 | 0.11 |
| HSL | 351.37º | 0.71% | 0.61% | - |
| HSV(B) | 351.37º | 0.62% | 0.89% | - |
| XYZ | 37.43 | 24.05 | 16.58 | - |
| YUV | 130.84 | 114.55 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 107 | 0 | 0.62 | 0.53 | 0.11 | 351.37 | 0.71 | 0.61 |
| Hex | E2 | 57 | 6B | 0 | 3E | 35 | B | 15F | 47 | 3D |
| Octal | 342 | 127 | 153 | 0 | 76 | 65 | 13 | 537 | 107 | 75 |
| Binary | 11100010 | 1010111 | 1101011 | 0 | 111110 | 110101 | 1011 | 101011111 | 1000111 | 111101 |
Color Harmonies of #E2576B
Complementary color
Monochromatic Colors of #E2576B
Black with #E2576B
Text Example
Text Example
White with #E2576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2576B; }
p { color: rgb(226,87,107); }
H1.HeaderClassName
{
color: #E2576B;
}
.AnyTagClassName
{
color: #E2576B;
}
</style>
background-color css
<style>
a { background-color: #E2576B; }
a { background-color: rgb(226,87,107); }
div.DivClassName
{
background-color: #E2576B;
}
.BgClassName
{
background-color: #E2576B;
}
</style>
border-color css
<style>
span { border-color: #E2576B; }
span { border-color: rgb(226,87,107); }
td.TdClassName
{
border-color: #E2576B;
}
.TagClassName
{
border-color: #E2576B;
}
</style>