Shades of Rose Bud Cherry #8E2256
Tints of Rose Bud Cherry #8E2256
RGB
CMYK
RGB Variations
Color information
#8E2256 (or 0x8E2256) is known color: Rose Bud Cherry. HEX triplet: 8E, 22 and 56. RGB value is (142,34,86). Sum of RGB (Red+Green+Blue) = 142+34+86=262 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.20% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2256 is #71DDA9. Grayscale: #484848. Windows color (decimal): -7462314 or 5644942. OLE color: 5644942.
HSL color Cylindrical-coordinate representation of color #8E2256: hue angle of 331.11º 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 #8E2256 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 86 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.44 |
| HSL | 331.11º | 0.61% | 0.35% | - |
| HSV(B) | 331.11º | 0.76% | 0.56% | - |
| XYZ | 13.41 | 7.57 | 9.56 | - |
| YUV | 72.22 | 135.78 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 86 | 0 | 0.76 | 0.39 | 0.44 | 331.11 | 0.61 | 0.35 |
| Hex | 8E | 22 | 56 | 0 | 4C | 27 | 2C | 14B | 3D | 23 |
| Octal | 216 | 42 | 126 | 0 | 114 | 47 | 54 | 513 | 75 | 43 |
| Binary | 10001110 | 100010 | 1010110 | 0 | 1001100 | 100111 | 101100 | 101001011 | 111101 | 100011 |
Color Harmonies of #8E2256
Complementary color
Monochromatic Colors of #8E2256
Black with #8E2256
Text Example
Text Example
White with #8E2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2256; }
p { color: rgb(142,34,86); }
H1.HeaderClassName
{
color: #8E2256;
}
.AnyTagClassName
{
color: #8E2256;
}
</style>
background-color css
<style>
a { background-color: #8E2256; }
a { background-color: rgb(142,34,86); }
div.DivClassName
{
background-color: #8E2256;
}
.BgClassName
{
background-color: #8E2256;
}
</style>
border-color css
<style>
span { border-color: #8E2256; }
span { border-color: rgb(142,34,86); }
td.TdClassName
{
border-color: #8E2256;
}
.TagClassName
{
border-color: #8E2256;
}
</style>