Shades of Rose Bud Cherry #8E154B
Tints of Rose Bud Cherry #8E154B
RGB
CMYK
RGB Variations
Color information
#8E154B (or 0x8E154B) is known color: Rose Bud Cherry. HEX triplet: 8E, 15 and 4B. RGB value is (142,21,75). Sum of RGB (Red+Green+Blue) = 142+21+75=238 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.66% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 142 - color contains mainly: red. Hex color #8E154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E154B is #71EAB4. Grayscale: #3F3F3F. Windows color (decimal): -7465653 or 4920718. OLE color: 4920718.
HSL color Cylindrical-coordinate representation of color #8E154B: hue angle of 333.22º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E154B is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 21 | 75 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.44 |
| HSL | 333.22º | 0.74% | 0.32% | - |
| HSV(B) | 333.22º | 0.85% | 0.56% | - |
| XYZ | 12.69 | 6.8 | 7.3 | - |
| YUV | 63.34 | 134.59 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 21 | 75 | 0 | 0.85 | 0.47 | 0.44 | 333.22 | 0.74 | 0.32 |
| Hex | 8E | 15 | 4B | 0 | 55 | 2F | 2C | 14D | 4A | 20 |
| Octal | 216 | 25 | 113 | 0 | 125 | 57 | 54 | 515 | 112 | 40 |
| Binary | 10001110 | 10101 | 1001011 | 0 | 1010101 | 101111 | 101100 | 101001101 | 1001010 | 100000 |
Color Harmonies of #8E154B
Complementary color
Monochromatic Colors of #8E154B
Black with #8E154B
Text Example
Text Example
White with #8E154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E154B; }
p { color: rgb(142,21,75); }
H1.HeaderClassName
{
color: #8E154B;
}
.AnyTagClassName
{
color: #8E154B;
}
</style>
background-color css
<style>
a { background-color: #8E154B; }
a { background-color: rgb(142,21,75); }
div.DivClassName
{
background-color: #8E154B;
}
.BgClassName
{
background-color: #8E154B;
}
</style>
border-color css
<style>
span { border-color: #8E154B; }
span { border-color: rgb(142,21,75); }
td.TdClassName
{
border-color: #8E154B;
}
.TagClassName
{
border-color: #8E154B;
}
</style>