Shades of Rose Bud Cherry #8E2062
Tints of Rose Bud Cherry #8E2062
RGB
CMYK
RGB Variations
Color information
#8E2062 (or 0x8E2062) is known color: Rose Bud Cherry. HEX triplet: 8E, 20 and 62. RGB value is (142,32,98). Sum of RGB (Red+Green+Blue) = 142+32+98=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 98 (38.67% from 255 or 36.03% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2062 is #71DF9D. Grayscale: #484848. Windows color (decimal): -7462814 or 6430862. OLE color: 6430862.
HSL color Cylindrical-coordinate representation of color #8E2062: hue angle of 324º degrees, saturation: 0.63, 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 #8E2062 is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 98 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.44 |
| HSL | 324º | 0.63% | 0.34% | - |
| HSV(B) | 324º | 0.77% | 0.56% | - |
| XYZ | 13.88 | 7.67 | 12.3 | - |
| YUV | 72.41 | 142.44 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 98 | 0 | 0.77 | 0.31 | 0.44 | 324 | 0.63 | 0.34 |
| Hex | 8E | 20 | 62 | 0 | 4D | 1F | 2C | 144 | 3F | 22 |
| Octal | 216 | 40 | 142 | 0 | 115 | 37 | 54 | 504 | 77 | 42 |
| Binary | 10001110 | 100000 | 1100010 | 0 | 1001101 | 11111 | 101100 | 101000100 | 111111 | 100010 |
Color Harmonies of #8E2062
Complementary color
Monochromatic Colors of #8E2062
Black with #8E2062
Text Example
Text Example
White with #8E2062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2062; }
p { color: rgb(142,32,98); }
H1.HeaderClassName
{
color: #8E2062;
}
.AnyTagClassName
{
color: #8E2062;
}
</style>
background-color css
<style>
a { background-color: #8E2062; }
a { background-color: rgb(142,32,98); }
div.DivClassName
{
background-color: #8E2062;
}
.BgClassName
{
background-color: #8E2062;
}
</style>
border-color css
<style>
span { border-color: #8E2062; }
span { border-color: rgb(142,32,98); }
td.TdClassName
{
border-color: #8E2062;
}
.TagClassName
{
border-color: #8E2062;
}
</style>