Shades of Cranberry #E2517B
Tints of Cranberry #E2517B
RGB
CMYK
RGB Variations
Color information
#E2517B (or 0xE2517B) is known color: Cranberry. HEX triplet: E2, 51 and 7B. RGB value is (226,81,123). Sum of RGB (Red+Green+Blue) = 226+81+123=430 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.56% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 226 - color contains mainly: red. Hex color #E2517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2517B is #1DAE84. Grayscale: #818181. Windows color (decimal): -1945221 or 8081890. OLE color: 8081890.
HSL color Cylindrical-coordinate representation of color #E2517B: hue angle of 342.62º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E2517B is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 123 | - |
| CMYK | 0 | 0.64 | 0.46 | 0.11 |
| HSL | 342.62º | 0.71% | 0.6% | - |
| HSV(B) | 342.62º | 0.64% | 0.89% | - |
| XYZ | 37.88 | 23.48 | 21.28 | - |
| YUV | 129.14 | 124.54 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 123 | 0 | 0.64 | 0.46 | 0.11 | 342.62 | 0.71 | 0.6 |
| Hex | E2 | 51 | 7B | 0 | 40 | 2E | B | 157 | 47 | 3C |
| Octal | 342 | 121 | 173 | 0 | 100 | 56 | 13 | 527 | 107 | 74 |
| Binary | 11100010 | 1010001 | 1111011 | 0 | 1000000 | 101110 | 1011 | 101010111 | 1000111 | 111100 |
Color Harmonies of #E2517B
Complementary color
Monochromatic Colors of #E2517B
Black with #E2517B
Text Example
Text Example
White with #E2517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2517B; }
p { color: rgb(226,81,123); }
H1.HeaderClassName
{
color: #E2517B;
}
.AnyTagClassName
{
color: #E2517B;
}
</style>
background-color css
<style>
a { background-color: #E2517B; }
a { background-color: rgb(226,81,123); }
div.DivClassName
{
background-color: #E2517B;
}
.BgClassName
{
background-color: #E2517B;
}
</style>
border-color css
<style>
span { border-color: #E2517B; }
span { border-color: rgb(226,81,123); }
td.TdClassName
{
border-color: #E2517B;
}
.TagClassName
{
border-color: #E2517B;
}
</style>