Shades of Cranberry #E85270
Tints of Cranberry #E85270
RGB
CMYK
RGB Variations
Color information
#E85270 (or 0xE85270) is known color: Cranberry. HEX triplet: E8, 52 and 70. RGB value is (232,82,112). Sum of RGB (Red+Green+Blue) = 232+82+112=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E85270 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85270 is #17AD8F. Grayscale: #828282. Windows color (decimal): -1551760 or 7361256. OLE color: 7361256.
HSL color Cylindrical-coordinate representation of color #E85270: hue angle of 348º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85270 is Cyan = 0, Magento = 0.65, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 112 | - |
| CMYK | 0 | 0.65 | 0.52 | 0.09 |
| HSL | 348º | 0.77% | 0.62% | - |
| HSV(B) | 348º | 0.65% | 0.91% | - |
| XYZ | 39.22 | 24.36 | 17.96 | - |
| YUV | 130.27 | 117.7 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 112 | 0 | 0.65 | 0.52 | 0.09 | 348 | 0.77 | 0.62 |
| Hex | E8 | 52 | 70 | 0 | 41 | 34 | 9 | 15C | 4D | 3E |
| Octal | 350 | 122 | 160 | 0 | 101 | 64 | 11 | 534 | 115 | 76 |
| Binary | 11101000 | 1010010 | 1110000 | 0 | 1000001 | 110100 | 1001 | 101011100 | 1001101 | 111110 |
Color Harmonies of #E85270
Complementary color
Monochromatic Colors of #E85270
Black with #E85270
Text Example
Text Example
White with #E85270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85270; }
p { color: rgb(232,82,112); }
H1.HeaderClassName
{
color: #E85270;
}
.AnyTagClassName
{
color: #E85270;
}
</style>
background-color css
<style>
a { background-color: #E85270; }
a { background-color: rgb(232,82,112); }
div.DivClassName
{
background-color: #E85270;
}
.BgClassName
{
background-color: #E85270;
}
</style>
border-color css
<style>
span { border-color: #E85270; }
span { border-color: rgb(232,82,112); }
td.TdClassName
{
border-color: #E85270;
}
.TagClassName
{
border-color: #E85270;
}
</style>