Shades of Cranberry #E25670
Tints of Cranberry #E25670
RGB
CMYK
RGB Variations
Color information
#E25670 (or 0xE25670) is known color: Cranberry. HEX triplet: E2, 56 and 70. RGB value is (226,86,112). Sum of RGB (Red+Green+Blue) = 226+86+112=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 112 (44.14% from 255 or 26.42% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E25670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25670 is #1DA98F. Grayscale: #828282. Windows color (decimal): -1943952 or 7362274. OLE color: 7362274.
HSL color Cylindrical-coordinate representation of color #E25670: hue angle of 348.86º 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 #E25670 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 86 | 112 | - |
| CMYK | 0 | 0.62 | 0.50 | 0.11 |
| HSL | 348.86º | 0.71% | 0.61% | - |
| HSV(B) | 348.86º | 0.62% | 0.89% | - |
| XYZ | 37.62 | 23.99 | 17.98 | - |
| YUV | 130.82 | 117.38 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 86 | 112 | 0 | 0.62 | 0.50 | 0.11 | 348.86 | 0.71 | 0.61 |
| Hex | E2 | 56 | 70 | 0 | 3E | 32 | B | 15D | 47 | 3D |
| Octal | 342 | 126 | 160 | 0 | 76 | 62 | 13 | 535 | 107 | 75 |
| Binary | 11100010 | 1010110 | 1110000 | 0 | 111110 | 110010 | 1011 | 101011101 | 1000111 | 111101 |
Color Harmonies of #E25670
Complementary color
Monochromatic Colors of #E25670
Black with #E25670
Text Example
Text Example
White with #E25670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25670; }
p { color: rgb(226,86,112); }
H1.HeaderClassName
{
color: #E25670;
}
.AnyTagClassName
{
color: #E25670;
}
</style>
background-color css
<style>
a { background-color: #E25670; }
a { background-color: rgb(226,86,112); }
div.DivClassName
{
background-color: #E25670;
}
.BgClassName
{
background-color: #E25670;
}
</style>
border-color css
<style>
span { border-color: #E25670; }
span { border-color: rgb(226,86,112); }
td.TdClassName
{
border-color: #E25670;
}
.TagClassName
{
border-color: #E25670;
}
</style>