Shades of Rose Bud Cherry #8E1855
Tints of Rose Bud Cherry #8E1855
RGB
CMYK
RGB Variations
Color information
#8E1855 (or 0x8E1855) is known color: Rose Bud Cherry. HEX triplet: 8E, 18 and 55. RGB value is (142,24,85). Sum of RGB (Red+Green+Blue) = 142+24+85=251 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.57% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1855 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E1855 is #71E7AA. Grayscale: #424242. Windows color (decimal): -7464875 or 5576846. OLE color: 5576846.
HSL color Cylindrical-coordinate representation of color #8E1855: hue angle of 328.98º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1855 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 24 | 85 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.44 |
| HSL | 328.98º | 0.71% | 0.33% | - |
| HSV(B) | 328.98º | 0.83% | 0.56% | - |
| XYZ | 13.12 | 7.06 | 9.27 | - |
| YUV | 66.24 | 138.59 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 24 | 85 | 0 | 0.83 | 0.40 | 0.44 | 328.98 | 0.71 | 0.33 |
| Hex | 8E | 18 | 55 | 0 | 53 | 28 | 2C | 149 | 47 | 21 |
| Octal | 216 | 30 | 125 | 0 | 123 | 50 | 54 | 511 | 107 | 41 |
| Binary | 10001110 | 11000 | 1010101 | 0 | 1010011 | 101000 | 101100 | 101001001 | 1000111 | 100001 |
Color Harmonies of #8E1855
Complementary color
Monochromatic Colors of #8E1855
Black with #8E1855
Text Example
Text Example
White with #8E1855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1855; }
p { color: rgb(142,24,85); }
H1.HeaderClassName
{
color: #8E1855;
}
.AnyTagClassName
{
color: #8E1855;
}
</style>
background-color css
<style>
a { background-color: #8E1855; }
a { background-color: rgb(142,24,85); }
div.DivClassName
{
background-color: #8E1855;
}
.BgClassName
{
background-color: #8E1855;
}
</style>
border-color css
<style>
span { border-color: #8E1855; }
span { border-color: rgb(142,24,85); }
td.TdClassName
{
border-color: #8E1855;
}
.TagClassName
{
border-color: #8E1855;
}
</style>