Shades of Rose Bud Cherry #8E205B
Tints of Rose Bud Cherry #8E205B
RGB
CMYK
RGB Variations
Color information
#8E205B (or 0x8E205B) is known color: Rose Bud Cherry. HEX triplet: 8E, 20 and 5B. RGB value is (142,32,91). Sum of RGB (Red+Green+Blue) = 142+32+91=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E205B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E205B is #71DFA4. Grayscale: #474747. Windows color (decimal): -7462821 or 5972110. OLE color: 5972110.
HSL color Cylindrical-coordinate representation of color #8E205B: hue angle of 327.82º 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 #8E205B is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 91 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.44 |
| HSL | 327.82º | 0.63% | 0.34% | - |
| HSV(B) | 327.82º | 0.77% | 0.56% | - |
| XYZ | 13.56 | 7.54 | 10.64 | - |
| YUV | 71.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 91 | 0 | 0.77 | 0.36 | 0.44 | 327.82 | 0.63 | 0.34 |
| Hex | 8E | 20 | 5B | 0 | 4D | 24 | 2C | 148 | 3F | 22 |
| Octal | 216 | 40 | 133 | 0 | 115 | 44 | 54 | 510 | 77 | 42 |
| Binary | 10001110 | 100000 | 1011011 | 0 | 1001101 | 100100 | 101100 | 101001000 | 111111 | 100010 |
Color Harmonies of #8E205B
Complementary color
Monochromatic Colors of #8E205B
Black with #8E205B
Text Example
Text Example
White with #8E205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E205B; }
p { color: rgb(142,32,91); }
H1.HeaderClassName
{
color: #8E205B;
}
.AnyTagClassName
{
color: #8E205B;
}
</style>
background-color css
<style>
a { background-color: #8E205B; }
a { background-color: rgb(142,32,91); }
div.DivClassName
{
background-color: #8E205B;
}
.BgClassName
{
background-color: #8E205B;
}
</style>
border-color css
<style>
span { border-color: #8E205B; }
span { border-color: rgb(142,32,91); }
td.TdClassName
{
border-color: #8E205B;
}
.TagClassName
{
border-color: #8E205B;
}
</style>