Shades of Rose Bud Cherry #8E1D55
Tints of Rose Bud Cherry #8E1D55
RGB
CMYK
RGB Variations
Color information
#8E1D55 (or 0x8E1D55) is known color: Rose Bud Cherry. HEX triplet: 8E, 1D and 55. RGB value is (142,29,85). Sum of RGB (Red+Green+Blue) = 142+29+85=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1D55 is #71E2AA. Grayscale: #454545. Windows color (decimal): -7463595 or 5578126. OLE color: 5578126.
HSL color Cylindrical-coordinate representation of color #8E1D55: hue angle of 330.27º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1D55 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 85 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.44 |
| HSL | 330.27º | 0.66% | 0.34% | - |
| HSV(B) | 330.27º | 0.8% | 0.56% | - |
| XYZ | 13.23 | 7.29 | 9.3 | - |
| YUV | 69.17 | 136.94 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 85 | 0 | 0.80 | 0.40 | 0.44 | 330.27 | 0.66 | 0.34 |
| Hex | 8E | 1D | 55 | 0 | 50 | 28 | 2C | 14A | 42 | 22 |
| Octal | 216 | 35 | 125 | 0 | 120 | 50 | 54 | 512 | 102 | 42 |
| Binary | 10001110 | 11101 | 1010101 | 0 | 1010000 | 101000 | 101100 | 101001010 | 1000010 | 100010 |
Color Harmonies of #8E1D55
Complementary color
Monochromatic Colors of #8E1D55
Black with #8E1D55
Text Example
Text Example
White with #8E1D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D55; }
p { color: rgb(142,29,85); }
H1.HeaderClassName
{
color: #8E1D55;
}
.AnyTagClassName
{
color: #8E1D55;
}
</style>
background-color css
<style>
a { background-color: #8E1D55; }
a { background-color: rgb(142,29,85); }
div.DivClassName
{
background-color: #8E1D55;
}
.BgClassName
{
background-color: #8E1D55;
}
</style>
border-color css
<style>
span { border-color: #8E1D55; }
span { border-color: rgb(142,29,85); }
td.TdClassName
{
border-color: #8E1D55;
}
.TagClassName
{
border-color: #8E1D55;
}
</style>