Shades of Rose Bud Cherry #8E214E
Tints of Rose Bud Cherry #8E214E
RGB
CMYK
RGB Variations
Color information
#8E214E (or 0x8E214E) is known color: Rose Bud Cherry. HEX triplet: 8E, 21 and 4E. RGB value is (142,33,78). Sum of RGB (Red+Green+Blue) = 142+33+78=253 (33% of max value = 765). Red value is 142 (55.86% from 255 or 56.13% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 142 - color contains mainly: red. Hex color #8E214E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E214E is #71DEB1. Grayscale: #464646. Windows color (decimal): -7462578 or 5120398. OLE color: 5120398.
HSL color Cylindrical-coordinate representation of color #8E214E: hue angle of 335.23º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E214E is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 33 | 78 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.44 |
| HSL | 335.23º | 0.62% | 0.34% | - |
| HSV(B) | 335.23º | 0.77% | 0.56% | - |
| XYZ | 13.07 | 7.39 | 7.94 | - |
| YUV | 70.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 33 | 78 | 0 | 0.77 | 0.45 | 0.44 | 335.23 | 0.62 | 0.34 |
| Hex | 8E | 21 | 4E | 0 | 4D | 2D | 2C | 14F | 3E | 22 |
| Octal | 216 | 41 | 116 | 0 | 115 | 55 | 54 | 517 | 76 | 42 |
| Binary | 10001110 | 100001 | 1001110 | 0 | 1001101 | 101101 | 101100 | 101001111 | 111110 | 100010 |
Color Harmonies of #8E214E
Complementary color
Monochromatic Colors of #8E214E
Black with #8E214E
Text Example
Text Example
White with #8E214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E214E; }
p { color: rgb(142,33,78); }
H1.HeaderClassName
{
color: #8E214E;
}
.AnyTagClassName
{
color: #8E214E;
}
</style>
background-color css
<style>
a { background-color: #8E214E; }
a { background-color: rgb(142,33,78); }
div.DivClassName
{
background-color: #8E214E;
}
.BgClassName
{
background-color: #8E214E;
}
</style>
border-color css
<style>
span { border-color: #8E214E; }
span { border-color: rgb(142,33,78); }
td.TdClassName
{
border-color: #8E214E;
}
.TagClassName
{
border-color: #8E214E;
}
</style>