Shades of Rose Bud Cherry #8E2354
Tints of Rose Bud Cherry #8E2354
RGB
CMYK
RGB Variations
Color information
#8E2354 (or 0x8E2354) is known color: Rose Bud Cherry. HEX triplet: 8E, 23 and 54. RGB value is (142,35,84). Sum of RGB (Red+Green+Blue) = 142+35+84=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2354 is #71DCAB. Grayscale: #484848. Windows color (decimal): -7462060 or 5514126. OLE color: 5514126.
HSL color Cylindrical-coordinate representation of color #8E2354: hue angle of 332.52º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2354 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 35 | 84 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.44 |
| HSL | 332.52º | 0.6% | 0.35% | - |
| HSV(B) | 332.52º | 0.75% | 0.56% | - |
| XYZ | 13.36 | 7.59 | 9.15 | - |
| YUV | 72.58 | 134.45 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 35 | 84 | 0 | 0.75 | 0.41 | 0.44 | 332.52 | 0.6 | 0.35 |
| Hex | 8E | 23 | 54 | 0 | 4B | 29 | 2C | 14D | 3C | 23 |
| Octal | 216 | 43 | 124 | 0 | 113 | 51 | 54 | 515 | 74 | 43 |
| Binary | 10001110 | 100011 | 1010100 | 0 | 1001011 | 101001 | 101100 | 101001101 | 111100 | 100011 |
Color Harmonies of #8E2354
Complementary color
Monochromatic Colors of #8E2354
Black with #8E2354
Text Example
Text Example
White with #8E2354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2354; }
p { color: rgb(142,35,84); }
H1.HeaderClassName
{
color: #8E2354;
}
.AnyTagClassName
{
color: #8E2354;
}
</style>
background-color css
<style>
a { background-color: #8E2354; }
a { background-color: rgb(142,35,84); }
div.DivClassName
{
background-color: #8E2354;
}
.BgClassName
{
background-color: #8E2354;
}
</style>
border-color css
<style>
span { border-color: #8E2354; }
span { border-color: rgb(142,35,84); }
td.TdClassName
{
border-color: #8E2354;
}
.TagClassName
{
border-color: #8E2354;
}
</style>