Shades of Rose Bud Cherry #8E2250
Tints of Rose Bud Cherry #8E2250
RGB
CMYK
RGB Variations
Color information
#8E2250 (or 0x8E2250) is known color: Rose Bud Cherry. HEX triplet: 8E, 22 and 50. RGB value is (142,34,80). Sum of RGB (Red+Green+Blue) = 142+34+80=256 (33% of max value = 765). Red value is 142 (55.86% from 255 or 55.47% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2250 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2250 is #71DDAF. Grayscale: #474747. Windows color (decimal): -7462320 or 5251726. OLE color: 5251726.
HSL color Cylindrical-coordinate representation of color #8E2250: hue angle of 334.44º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E2250 is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 80 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.44 |
| HSL | 334.44º | 0.61% | 0.35% | - |
| HSV(B) | 334.44º | 0.76% | 0.56% | - |
| XYZ | 13.18 | 7.47 | 8.34 | - |
| YUV | 71.54 | 132.78 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 80 | 0 | 0.76 | 0.44 | 0.44 | 334.44 | 0.61 | 0.35 |
| Hex | 8E | 22 | 50 | 0 | 4C | 2C | 2C | 14E | 3D | 23 |
| Octal | 216 | 42 | 120 | 0 | 114 | 54 | 54 | 516 | 75 | 43 |
| Binary | 10001110 | 100010 | 1010000 | 0 | 1001100 | 101100 | 101100 | 101001110 | 111101 | 100011 |
Color Harmonies of #8E2250
Complementary color
Monochromatic Colors of #8E2250
Black with #8E2250
Text Example
Text Example
White with #8E2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2250; }
p { color: rgb(142,34,80); }
H1.HeaderClassName
{
color: #8E2250;
}
.AnyTagClassName
{
color: #8E2250;
}
</style>
background-color css
<style>
a { background-color: #8E2250; }
a { background-color: rgb(142,34,80); }
div.DivClassName
{
background-color: #8E2250;
}
.BgClassName
{
background-color: #8E2250;
}
</style>
border-color css
<style>
span { border-color: #8E2250; }
span { border-color: rgb(142,34,80); }
td.TdClassName
{
border-color: #8E2250;
}
.TagClassName
{
border-color: #8E2250;
}
</style>