Shades of Cranberry #E25972
Tints of Cranberry #E25972
RGB
CMYK
RGB Variations
Color information
#E25972 (or 0xE25972) is known color: Cranberry. HEX triplet: E2, 59 and 72. RGB value is (226,89,114). Sum of RGB (Red+Green+Blue) = 226+89+114=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E25972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25972 is #1DA68D. Grayscale: #848484. Windows color (decimal): -1943182 or 7494114. OLE color: 7494114.
HSL color Cylindrical-coordinate representation of color #E25972: hue angle of 349.05º 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 #E25972 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 89 | 114 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.11 |
| HSL | 349.05º | 0.7% | 0.62% | - |
| HSV(B) | 349.05º | 0.61% | 0.89% | - |
| XYZ | 37.97 | 24.53 | 18.65 | - |
| YUV | 132.81 | 117.39 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 89 | 114 | 0 | 0.61 | 0.50 | 0.11 | 349.05 | 0.7 | 0.62 |
| Hex | E2 | 59 | 72 | 0 | 3D | 32 | B | 15D | 46 | 3E |
| Octal | 342 | 131 | 162 | 0 | 75 | 62 | 13 | 535 | 106 | 76 |
| Binary | 11100010 | 1011001 | 1110010 | 0 | 111101 | 110010 | 1011 | 101011101 | 1000110 | 111110 |
Color Harmonies of #E25972
Complementary color
Monochromatic Colors of #E25972
Black with #E25972
Text Example
Text Example
White with #E25972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25972; }
p { color: rgb(226,89,114); }
H1.HeaderClassName
{
color: #E25972;
}
.AnyTagClassName
{
color: #E25972;
}
</style>
background-color css
<style>
a { background-color: #E25972; }
a { background-color: rgb(226,89,114); }
div.DivClassName
{
background-color: #E25972;
}
.BgClassName
{
background-color: #E25972;
}
</style>
border-color css
<style>
span { border-color: #E25972; }
span { border-color: rgb(226,89,114); }
td.TdClassName
{
border-color: #E25972;
}
.TagClassName
{
border-color: #E25972;
}
</style>