Shades of Rose Bud Cherry #8E3058
Tints of Rose Bud Cherry #8E3058
RGB
CMYK
RGB Variations
Color information
#8E3058 (or 0x8E3058) is known color: Rose Bud Cherry. HEX triplet: 8E, 30 and 58. RGB value is (142,48,88). Sum of RGB (Red+Green+Blue) = 142+48+88=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3058 is #71CFA7. Grayscale: #505050. Windows color (decimal): -7458728 or 5779598. OLE color: 5779598.
HSL color Cylindrical-coordinate representation of color #8E3058: hue angle of 334.47º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E3058 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 48 | 88 | - |
| CMYK | 0 | 0.66 | 0.38 | 0.44 |
| HSL | 334.47º | 0.49% | 0.37% | - |
| HSV(B) | 334.47º | 0.66% | 0.56% | - |
| XYZ | 13.97 | 8.57 | 10.15 | - |
| YUV | 80.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 88 | 0 | 0.66 | 0.38 | 0.44 | 334.47 | 0.49 | 0.37 |
| Hex | 8E | 30 | 58 | 0 | 42 | 26 | 2C | 14E | 31 | 25 |
| Octal | 216 | 60 | 130 | 0 | 102 | 46 | 54 | 516 | 61 | 45 |
| Binary | 10001110 | 110000 | 1011000 | 0 | 1000010 | 100110 | 101100 | 101001110 | 110001 | 100101 |
Color Harmonies of #8E3058
Complementary color
Monochromatic Colors of #8E3058
Black with #8E3058
Text Example
Text Example
White with #8E3058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3058; }
p { color: rgb(142,48,88); }
H1.HeaderClassName
{
color: #8E3058;
}
.AnyTagClassName
{
color: #8E3058;
}
</style>
background-color css
<style>
a { background-color: #8E3058; }
a { background-color: rgb(142,48,88); }
div.DivClassName
{
background-color: #8E3058;
}
.BgClassName
{
background-color: #8E3058;
}
</style>
border-color css
<style>
span { border-color: #8E3058; }
span { border-color: rgb(142,48,88); }
td.TdClassName
{
border-color: #8E3058;
}
.TagClassName
{
border-color: #8E3058;
}
</style>