Shades of Rose Bud Cherry #8E1D5C
Tints of Rose Bud Cherry #8E1D5C
RGB
CMYK
RGB Variations
Color information
#8E1D5C (or 0x8E1D5C) is known color: Rose Bud Cherry. HEX triplet: 8E, 1D and 5C. RGB value is (142,29,92). Sum of RGB (Red+Green+Blue) = 142+29+92=263 (34% of max value = 765). Red value is 142 (55.86% from 255 or 53.99% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1D5C is #71E2A3. Grayscale: #454545. Windows color (decimal): -7463588 or 6036878. OLE color: 6036878.
HSL color Cylindrical-coordinate representation of color #8E1D5C: hue angle of 326.55º 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 #8E1D5C is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 29 | 92 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.44 |
| HSL | 326.55º | 0.66% | 0.34% | - |
| HSV(B) | 326.55º | 0.8% | 0.56% | - |
| XYZ | 13.53 | 7.4 | 10.84 | - |
| YUV | 69.97 | 140.44 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 29 | 92 | 0 | 0.80 | 0.35 | 0.44 | 326.55 | 0.66 | 0.34 |
| Hex | 8E | 1D | 5C | 0 | 50 | 23 | 2C | 147 | 42 | 22 |
| Octal | 216 | 35 | 134 | 0 | 120 | 43 | 54 | 507 | 102 | 42 |
| Binary | 10001110 | 11101 | 1011100 | 0 | 1010000 | 100011 | 101100 | 101000111 | 1000010 | 100010 |
Color Harmonies of #8E1D5C
Complementary color
Monochromatic Colors of #8E1D5C
Black with #8E1D5C
Text Example
Text Example
White with #8E1D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1D5C; }
p { color: rgb(142,29,92); }
H1.HeaderClassName
{
color: #8E1D5C;
}
.AnyTagClassName
{
color: #8E1D5C;
}
</style>
background-color css
<style>
a { background-color: #8E1D5C; }
a { background-color: rgb(142,29,92); }
div.DivClassName
{
background-color: #8E1D5C;
}
.BgClassName
{
background-color: #8E1D5C;
}
</style>
border-color css
<style>
span { border-color: #8E1D5C; }
span { border-color: rgb(142,29,92); }
td.TdClassName
{
border-color: #8E1D5C;
}
.TagClassName
{
border-color: #8E1D5C;
}
</style>