Shades of Cranberry #E25771
Tints of Cranberry #E25771
RGB
CMYK
RGB Variations
Color information
#E25771 (or 0xE25771) is known color: Cranberry. HEX triplet: E2, 57 and 71. RGB value is (226,87,113). Sum of RGB (Red+Green+Blue) = 226+87+113=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 87 (34.38% from 255 or 20.42% from 426); Blue value is 113 (44.53% from 255 or 26.53% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E25771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25771 is #1DA88E. Grayscale: #838383. Windows color (decimal): -1943695 or 7428066. OLE color: 7428066.
HSL color Cylindrical-coordinate representation of color #E25771: hue angle of 348.78º 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 #E25771 is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 87 | 113 | - |
| CMYK | 0 | 0.62 | 0.5 | 0.11 |
| HSL | 348.78º | 0.71% | 0.61% | - |
| HSV(B) | 348.78º | 0.62% | 0.89% | - |
| XYZ | 37.75 | 24.18 | 18.3 | - |
| YUV | 131.53 | 117.55 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 87 | 113 | 0 | 0.62 | 0.5 | 0.11 | 348.78 | 0.71 | 0.61 |
| Hex | E2 | 57 | 71 | 0 | 3E | 32 | B | 15D | 47 | 3D |
| Octal | 342 | 127 | 161 | 0 | 76 | 62 | 13 | 535 | 107 | 75 |
| Binary | 11100010 | 1010111 | 1110001 | 0 | 111110 | 110010 | 1011 | 101011101 | 1000111 | 111101 |
Color Harmonies of #E25771
Complementary color
Monochromatic Colors of #E25771
Black with #E25771
Text Example
Text Example
White with #E25771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E25771; }
p { color: rgb(226,87,113); }
H1.HeaderClassName
{
color: #E25771;
}
.AnyTagClassName
{
color: #E25771;
}
</style>
background-color css
<style>
a { background-color: #E25771; }
a { background-color: rgb(226,87,113); }
div.DivClassName
{
background-color: #E25771;
}
.BgClassName
{
background-color: #E25771;
}
</style>
border-color css
<style>
span { border-color: #E25771; }
span { border-color: rgb(226,87,113); }
td.TdClassName
{
border-color: #E25771;
}
.TagClassName
{
border-color: #E25771;
}
</style>