Shades of Rose Bud Cherry #8E2864
Tints of Rose Bud Cherry #8E2864
RGB
CMYK
RGB Variations
Color information
#8E2864 (or 0x8E2864) is known color: Rose Bud Cherry. HEX triplet: 8E, 28 and 64. RGB value is (142,40,100). Sum of RGB (Red+Green+Blue) = 142+40+100=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2864 is #71D79B. Grayscale: #4D4D4D. Windows color (decimal): -7460764 or 6563982. OLE color: 6563982.
HSL color Cylindrical-coordinate representation of color #8E2864: hue angle of 324.71º 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 #8E2864 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 40 | 100 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.44 |
| HSL | 324.71º | 0.56% | 0.36% | - |
| HSV(B) | 324.71º | 0.72% | 0.56% | - |
| XYZ | 14.21 | 8.19 | 12.89 | - |
| YUV | 77.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 40 | 100 | 0 | 0.72 | 0.30 | 0.44 | 324.71 | 0.56 | 0.36 |
| Hex | 8E | 28 | 64 | 0 | 48 | 1E | 2C | 145 | 38 | 24 |
| Octal | 216 | 50 | 144 | 0 | 110 | 36 | 54 | 505 | 70 | 44 |
| Binary | 10001110 | 101000 | 1100100 | 0 | 1001000 | 11110 | 101100 | 101000101 | 111000 | 100100 |
Color Harmonies of #8E2864
Complementary color
Monochromatic Colors of #8E2864
Black with #8E2864
Text Example
Text Example
White with #8E2864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2864; }
p { color: rgb(142,40,100); }
H1.HeaderClassName
{
color: #8E2864;
}
.AnyTagClassName
{
color: #8E2864;
}
</style>
background-color css
<style>
a { background-color: #8E2864; }
a { background-color: rgb(142,40,100); }
div.DivClassName
{
background-color: #8E2864;
}
.BgClassName
{
background-color: #8E2864;
}
</style>
border-color css
<style>
span { border-color: #8E2864; }
span { border-color: rgb(142,40,100); }
td.TdClassName
{
border-color: #8E2864;
}
.TagClassName
{
border-color: #8E2864;
}
</style>