Shades of Rose Bud Cherry #8E2151
Tints of Rose Bud Cherry #8E2151
RGB
CMYK
RGB Variations
Color information
#8E2151 (or 0x8E2151) is known color: Rose Bud Cherry. HEX triplet: 8E, 21 and 51. RGB value is (142,33,81). Sum of RGB (Red+Green+Blue) = 142+33+81=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2151 is #71DEAE. Grayscale: #464646. Windows color (decimal): -7462575 or 5317006. OLE color: 5317006.
HSL color Cylindrical-coordinate representation of color #8E2151: hue angle of 333.58º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E2151 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 81 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.44 |
| HSL | 333.58º | 0.62% | 0.34% | - |
| HSV(B) | 333.58º | 0.77% | 0.56% | - |
| XYZ | 13.18 | 7.43 | 8.52 | - |
| YUV | 71.06 | 133.61 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 81 | 0 | 0.77 | 0.43 | 0.44 | 333.58 | 0.62 | 0.34 |
| Hex | 8E | 21 | 51 | 0 | 4D | 2B | 2C | 14E | 3E | 22 |
| Octal | 216 | 41 | 121 | 0 | 115 | 53 | 54 | 516 | 76 | 42 |
| Binary | 10001110 | 100001 | 1010001 | 0 | 1001101 | 101011 | 101100 | 101001110 | 111110 | 100010 |
Color Harmonies of #8E2151
Complementary color
Monochromatic Colors of #8E2151
Black with #8E2151
Text Example
Text Example
White with #8E2151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2151; }
p { color: rgb(142,33,81); }
H1.HeaderClassName
{
color: #8E2151;
}
.AnyTagClassName
{
color: #8E2151;
}
</style>
background-color css
<style>
a { background-color: #8E2151; }
a { background-color: rgb(142,33,81); }
div.DivClassName
{
background-color: #8E2151;
}
.BgClassName
{
background-color: #8E2151;
}
</style>
border-color css
<style>
span { border-color: #8E2151; }
span { border-color: rgb(142,33,81); }
td.TdClassName
{
border-color: #8E2151;
}
.TagClassName
{
border-color: #8E2151;
}
</style>