Shades of Cranberry #E25971
Tints of Cranberry #E25971
RGB
CMYK
RGB Variations
Color information
#E25971 (or 0xE25971) is known color: Cranberry. HEX triplet: E2, 59 and 71. RGB value is (226,89,113). Sum of RGB (Red+Green+Blue) = 226+89+113=428 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.80% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 226 - color contains mainly: red. Hex color #E25971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25971 is #1DA68E. Grayscale: #848484. Windows color (decimal): -1943183 or 7428578. OLE color: 7428578.
HSL color Cylindrical-coordinate representation of color #E25971: hue angle of 349.49º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25971 is Cyan = 0, Magento = 0.61, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 113 | - |
| CMYK | 0 | 0.61 | 0.5 | 0.11 |
| HSL | 349.49º | 0.7% | 0.62% | - |
| HSV(B) | 349.49º | 0.61% | 0.89% | - |
| XYZ | 37.92 | 24.51 | 18.35 | - |
| YUV | 132.7 | 116.89 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 113 | 0 | 0.61 | 0.5 | 0.11 | 349.49 | 0.7 | 0.62 |
| Hex | E2 | 59 | 71 | 0 | 3D | 32 | B | 15D | 46 | 3E |
| Octal | 342 | 131 | 161 | 0 | 75 | 62 | 13 | 535 | 106 | 76 |
| Binary | 11100010 | 1011001 | 1110001 | 0 | 111101 | 110010 | 1011 | 101011101 | 1000110 | 111110 |
Color Harmonies of #E25971
Complementary color
Monochromatic Colors of #E25971
Black with #E25971
Text Example
Text Example
White with #E25971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25971; }
p { color: rgb(226,89,113); }
H1.HeaderClassName
{
color: #E25971;
}
.AnyTagClassName
{
color: #E25971;
}
</style>
background-color css
<style>
a { background-color: #E25971; }
a { background-color: rgb(226,89,113); }
div.DivClassName
{
background-color: #E25971;
}
.BgClassName
{
background-color: #E25971;
}
</style>
border-color css
<style>
span { border-color: #E25971; }
span { border-color: rgb(226,89,113); }
td.TdClassName
{
border-color: #E25971;
}
.TagClassName
{
border-color: #E25971;
}
</style>