Shades of Rose Bud Cherry #8E2D5C
Tints of Rose Bud Cherry #8E2D5C
RGB
CMYK
RGB Variations
Color information
#8E2D5C (or 0x8E2D5C) is known color: Rose Bud Cherry. HEX triplet: 8E, 2D and 5C. RGB value is (142,45,92). Sum of RGB (Red+Green+Blue) = 142+45+92=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2D5C is #71D2A3. Grayscale: #4F4F4F. Windows color (decimal): -7459492 or 6040974. OLE color: 6040974.
HSL color Cylindrical-coordinate representation of color #8E2D5C: hue angle of 330.93º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D5C is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 45 | 92 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.44 |
| HSL | 330.93º | 0.52% | 0.37% | - |
| HSV(B) | 330.93º | 0.68% | 0.56% | - |
| XYZ | 14.03 | 8.4 | 11.01 | - |
| YUV | 79.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 45 | 92 | 0 | 0.68 | 0.35 | 0.44 | 330.93 | 0.52 | 0.37 |
| Hex | 8E | 2D | 5C | 0 | 44 | 23 | 2C | 14B | 34 | 25 |
| Octal | 216 | 55 | 134 | 0 | 104 | 43 | 54 | 513 | 64 | 45 |
| Binary | 10001110 | 101101 | 1011100 | 0 | 1000100 | 100011 | 101100 | 101001011 | 110100 | 100101 |
Color Harmonies of #8E2D5C
Complementary color
Monochromatic Colors of #8E2D5C
Black with #8E2D5C
Text Example
Text Example
White with #8E2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2D5C; }
p { color: rgb(142,45,92); }
H1.HeaderClassName
{
color: #8E2D5C;
}
.AnyTagClassName
{
color: #8E2D5C;
}
</style>
background-color css
<style>
a { background-color: #8E2D5C; }
a { background-color: rgb(142,45,92); }
div.DivClassName
{
background-color: #8E2D5C;
}
.BgClassName
{
background-color: #8E2D5C;
}
</style>
border-color css
<style>
span { border-color: #8E2D5C; }
span { border-color: rgb(142,45,92); }
td.TdClassName
{
border-color: #8E2D5C;
}
.TagClassName
{
border-color: #8E2D5C;
}
</style>