Shades of Rose Bud Cherry #8E2860
Tints of Rose Bud Cherry #8E2860
RGB
CMYK
RGB Variations
Color information
#8E2860 (or 0x8E2860) is known color: Rose Bud Cherry. HEX triplet: 8E, 28 and 60. RGB value is (142,40,96). Sum of RGB (Red+Green+Blue) = 142+40+96=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2860 is #71D79F. Grayscale: #4C4C4C. Windows color (decimal): -7460768 or 6301838. OLE color: 6301838.
HSL color Cylindrical-coordinate representation of color #8E2860: hue angle of 327.06º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E2860 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 96 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.44 |
| HSL | 327.06º | 0.56% | 0.36% | - |
| HSV(B) | 327.06º | 0.72% | 0.56% | - |
| XYZ | 14.03 | 8.11 | 11.89 | - |
| YUV | 76.88 | 138.79 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 96 | 0 | 0.72 | 0.32 | 0.44 | 327.06 | 0.56 | 0.36 |
| Hex | 8E | 28 | 60 | 0 | 48 | 20 | 2C | 147 | 38 | 24 |
| Octal | 216 | 50 | 140 | 0 | 110 | 40 | 54 | 507 | 70 | 44 |
| Binary | 10001110 | 101000 | 1100000 | 0 | 1001000 | 100000 | 101100 | 101000111 | 111000 | 100100 |
Color Harmonies of #8E2860
Complementary color
Monochromatic Colors of #8E2860
Black with #8E2860
Text Example
Text Example
White with #8E2860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2860; }
p { color: rgb(142,40,96); }
H1.HeaderClassName
{
color: #8E2860;
}
.AnyTagClassName
{
color: #8E2860;
}
</style>
background-color css
<style>
a { background-color: #8E2860; }
a { background-color: rgb(142,40,96); }
div.DivClassName
{
background-color: #8E2860;
}
.BgClassName
{
background-color: #8E2860;
}
</style>
border-color css
<style>
span { border-color: #8E2860; }
span { border-color: rgb(142,40,96); }
td.TdClassName
{
border-color: #8E2860;
}
.TagClassName
{
border-color: #8E2860;
}
</style>