Shades of Cranberry #E25B70
Tints of Cranberry #E25B70
RGB
CMYK
RGB Variations
Color information
#E25B70 (or 0xE25B70) is known color: Cranberry. HEX triplet: E2, 5B and 70. RGB value is (226,91,112). Sum of RGB (Red+Green+Blue) = 226+91+112=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E25B70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25B70 is #1DA48F. Grayscale: #858585. Windows color (decimal): -1942672 or 7363554. OLE color: 7363554.
HSL color Cylindrical-coordinate representation of color #E25B70: hue angle of 350.67º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E25B70 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 91 | 112 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.11 |
| HSL | 350.67º | 0.7% | 0.62% | - |
| HSV(B) | 350.67º | 0.6% | 0.89% | - |
| XYZ | 38.03 | 24.82 | 18.12 | - |
| YUV | 133.76 | 115.73 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 91 | 112 | 0 | 0.60 | 0.50 | 0.11 | 350.67 | 0.7 | 0.62 |
| Hex | E2 | 5B | 70 | 0 | 3C | 32 | B | 15F | 46 | 3E |
| Octal | 342 | 133 | 160 | 0 | 74 | 62 | 13 | 537 | 106 | 76 |
| Binary | 11100010 | 1011011 | 1110000 | 0 | 111100 | 110010 | 1011 | 101011111 | 1000110 | 111110 |
Color Harmonies of #E25B70
Complementary color
Monochromatic Colors of #E25B70
Black with #E25B70
Text Example
Text Example
White with #E25B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25B70; }
p { color: rgb(226,91,112); }
H1.HeaderClassName
{
color: #E25B70;
}
.AnyTagClassName
{
color: #E25B70;
}
</style>
background-color css
<style>
a { background-color: #E25B70; }
a { background-color: rgb(226,91,112); }
div.DivClassName
{
background-color: #E25B70;
}
.BgClassName
{
background-color: #E25B70;
}
</style>
border-color css
<style>
span { border-color: #E25B70; }
span { border-color: rgb(226,91,112); }
td.TdClassName
{
border-color: #E25B70;
}
.TagClassName
{
border-color: #E25B70;
}
</style>