Shades of Rose Bud Cherry #8E255F
Tints of Rose Bud Cherry #8E255F
RGB
CMYK
RGB Variations
Color information
#8E255F (or 0x8E255F) is known color: Rose Bud Cherry. HEX triplet: 8E, 25 and 5F. RGB value is (142,37,95). Sum of RGB (Red+Green+Blue) = 142+37+95=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E255F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E255F is #71DAA0. Grayscale: #4A4A4A. Windows color (decimal): -7461537 or 6235534. OLE color: 6235534.
HSL color Cylindrical-coordinate representation of color #8E255F: hue angle of 326.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E255F is Cyan = 0, Magento = 0.74, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 37 | 95 | - |
| CMYK | 0 | 0.74 | 0.33 | 0.44 |
| HSL | 326.86º | 0.59% | 0.35% | - |
| HSV(B) | 326.86º | 0.74% | 0.56% | - |
| XYZ | 13.88 | 7.9 | 11.62 | - |
| YUV | 75.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 37 | 95 | 0 | 0.74 | 0.33 | 0.44 | 326.86 | 0.59 | 0.35 |
| Hex | 8E | 25 | 5F | 0 | 4A | 21 | 2C | 147 | 3B | 23 |
| Octal | 216 | 45 | 137 | 0 | 112 | 41 | 54 | 507 | 73 | 43 |
| Binary | 10001110 | 100101 | 1011111 | 0 | 1001010 | 100001 | 101100 | 101000111 | 111011 | 100011 |
Color Harmonies of #8E255F
Complementary color
Monochromatic Colors of #8E255F
Black with #8E255F
Text Example
Text Example
White with #8E255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E255F; }
p { color: rgb(142,37,95); }
H1.HeaderClassName
{
color: #8E255F;
}
.AnyTagClassName
{
color: #8E255F;
}
</style>
background-color css
<style>
a { background-color: #8E255F; }
a { background-color: rgb(142,37,95); }
div.DivClassName
{
background-color: #8E255F;
}
.BgClassName
{
background-color: #8E255F;
}
</style>
border-color css
<style>
span { border-color: #8E255F; }
span { border-color: rgb(142,37,95); }
td.TdClassName
{
border-color: #8E255F;
}
.TagClassName
{
border-color: #8E255F;
}
</style>