Shades of Rose Bud Cherry #8E2B5D
Tints of Rose Bud Cherry #8E2B5D
RGB
CMYK
RGB Variations
Color information
#8E2B5D (or 0x8E2B5D) is known color: Rose Bud Cherry. HEX triplet: 8E, 2B and 5D. RGB value is (142,43,93). Sum of RGB (Red+Green+Blue) = 142+43+93=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2B5D is #71D4A2. Grayscale: #4E4E4E. Windows color (decimal): -7460003 or 6105998. OLE color: 6105998.
HSL color Cylindrical-coordinate representation of color #8E2B5D: hue angle of 329.7º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2B5D is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 43 | 93 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.44 |
| HSL | 329.7º | 0.54% | 0.36% | - |
| HSV(B) | 329.7º | 0.7% | 0.56% | - |
| XYZ | 13.99 | 8.27 | 11.21 | - |
| YUV | 78.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 43 | 93 | 0 | 0.70 | 0.35 | 0.44 | 329.7 | 0.54 | 0.36 |
| Hex | 8E | 2B | 5D | 0 | 46 | 23 | 2C | 14A | 36 | 24 |
| Octal | 216 | 53 | 135 | 0 | 106 | 43 | 54 | 512 | 66 | 44 |
| Binary | 10001110 | 101011 | 1011101 | 0 | 1000110 | 100011 | 101100 | 101001010 | 110110 | 100100 |
Color Harmonies of #8E2B5D
Complementary color
Monochromatic Colors of #8E2B5D
Black with #8E2B5D
Text Example
Text Example
White with #8E2B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2B5D; }
p { color: rgb(142,43,93); }
H1.HeaderClassName
{
color: #8E2B5D;
}
.AnyTagClassName
{
color: #8E2B5D;
}
</style>
background-color css
<style>
a { background-color: #8E2B5D; }
a { background-color: rgb(142,43,93); }
div.DivClassName
{
background-color: #8E2B5D;
}
.BgClassName
{
background-color: #8E2B5D;
}
</style>
border-color css
<style>
span { border-color: #8E2B5D; }
span { border-color: rgb(142,43,93); }
td.TdClassName
{
border-color: #8E2B5D;
}
.TagClassName
{
border-color: #8E2B5D;
}
</style>