Shades of Rose Bud Cherry #8E305E
Tints of Rose Bud Cherry #8E305E
RGB
CMYK
RGB Variations
Color information
#8E305E (or 0x8E305E) is known color: Rose Bud Cherry. HEX triplet: 8E, 30 and 5E. RGB value is (142,48,94). Sum of RGB (Red+Green+Blue) = 142+48+94=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E305E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E305E is #71CFA1. Grayscale: #515151. Windows color (decimal): -7458722 or 6172814. OLE color: 6172814.
HSL color Cylindrical-coordinate representation of color #8E305E: hue angle of 330.64º 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 #8E305E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 48 | 94 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.44 |
| HSL | 330.64º | 0.49% | 0.37% | - |
| HSV(B) | 330.64º | 0.66% | 0.56% | - |
| XYZ | 14.23 | 8.67 | 11.51 | - |
| YUV | 81.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 94 | 0 | 0.66 | 0.34 | 0.44 | 330.64 | 0.49 | 0.37 |
| Hex | 8E | 30 | 5E | 0 | 42 | 22 | 2C | 14B | 31 | 25 |
| Octal | 216 | 60 | 136 | 0 | 102 | 42 | 54 | 513 | 61 | 45 |
| Binary | 10001110 | 110000 | 1011110 | 0 | 1000010 | 100010 | 101100 | 101001011 | 110001 | 100101 |
Color Harmonies of #8E305E
Complementary color
Monochromatic Colors of #8E305E
Black with #8E305E
Text Example
Text Example
White with #8E305E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E305E; }
p { color: rgb(142,48,94); }
H1.HeaderClassName
{
color: #8E305E;
}
.AnyTagClassName
{
color: #8E305E;
}
</style>
background-color css
<style>
a { background-color: #8E305E; }
a { background-color: rgb(142,48,94); }
div.DivClassName
{
background-color: #8E305E;
}
.BgClassName
{
background-color: #8E305E;
}
</style>
border-color css
<style>
span { border-color: #8E305E; }
span { border-color: rgb(142,48,94); }
td.TdClassName
{
border-color: #8E305E;
}
.TagClassName
{
border-color: #8E305E;
}
</style>