Shades of Rose Bud Cherry #8E365E
Tints of Rose Bud Cherry #8E365E
RGB
CMYK
RGB Variations
Color information
#8E365E (or 0x8E365E) is known color: Rose Bud Cherry. HEX triplet: 8E, 36 and 5E. RGB value is (142,54,94). Sum of RGB (Red+Green+Blue) = 142+54+94=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 142 - color contains mainly: red. Hex color #8E365E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E365E is #71C9A1. Grayscale: #545454. Windows color (decimal): -7457186 or 6174350. OLE color: 6174350.
HSL color Cylindrical-coordinate representation of color #8E365E: hue angle of 332.73º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E365E is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 54 | 94 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.44 |
| HSL | 332.73º | 0.45% | 0.38% | - |
| HSV(B) | 332.73º | 0.62% | 0.56% | - |
| XYZ | 14.49 | 9.2 | 11.6 | - |
| YUV | 84.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 54 | 94 | 0 | 0.62 | 0.34 | 0.44 | 332.73 | 0.45 | 0.38 |
| Hex | 8E | 36 | 5E | 0 | 3E | 22 | 2C | 14D | 2D | 26 |
| Octal | 216 | 66 | 136 | 0 | 76 | 42 | 54 | 515 | 55 | 46 |
| Binary | 10001110 | 110110 | 1011110 | 0 | 111110 | 100010 | 101100 | 101001101 | 101101 | 100110 |
Color Harmonies of #8E365E
Complementary color
Monochromatic Colors of #8E365E
Black with #8E365E
Text Example
Text Example
White with #8E365E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E365E; }
p { color: rgb(142,54,94); }
H1.HeaderClassName
{
color: #8E365E;
}
.AnyTagClassName
{
color: #8E365E;
}
</style>
background-color css
<style>
a { background-color: #8E365E; }
a { background-color: rgb(142,54,94); }
div.DivClassName
{
background-color: #8E365E;
}
.BgClassName
{
background-color: #8E365E;
}
</style>
border-color css
<style>
span { border-color: #8E365E; }
span { border-color: rgb(142,54,94); }
td.TdClassName
{
border-color: #8E365E;
}
.TagClassName
{
border-color: #8E365E;
}
</style>