Shades of Rose Bud Cherry #8E265D
Tints of Rose Bud Cherry #8E265D
RGB
CMYK
RGB Variations
Color information
#8E265D (or 0x8E265D) is known color: Rose Bud Cherry. HEX triplet: 8E, 26 and 5D. RGB value is (142,38,93). Sum of RGB (Red+Green+Blue) = 142+38+93=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E265D is #71D9A2. Grayscale: #4B4B4B. Windows color (decimal): -7461283 or 6104718. OLE color: 6104718.
HSL color Cylindrical-coordinate representation of color #8E265D: hue angle of 328.27º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E265D is Cyan = 0, Magento = 0.73, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 38 | 93 | - |
| CMYK | 0 | 0.73 | 0.35 | 0.44 |
| HSL | 328.27º | 0.58% | 0.35% | - |
| HSV(B) | 328.27º | 0.73% | 0.56% | - |
| XYZ | 13.82 | 7.93 | 11.16 | - |
| YUV | 75.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 38 | 93 | 0 | 0.73 | 0.35 | 0.44 | 328.27 | 0.58 | 0.35 |
| Hex | 8E | 26 | 5D | 0 | 49 | 23 | 2C | 148 | 3A | 23 |
| Octal | 216 | 46 | 135 | 0 | 111 | 43 | 54 | 510 | 72 | 43 |
| Binary | 10001110 | 100110 | 1011101 | 0 | 1001001 | 100011 | 101100 | 101001000 | 111010 | 100011 |
Color Harmonies of #8E265D
Complementary color
Monochromatic Colors of #8E265D
Black with #8E265D
Text Example
Text Example
White with #8E265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E265D; }
p { color: rgb(142,38,93); }
H1.HeaderClassName
{
color: #8E265D;
}
.AnyTagClassName
{
color: #8E265D;
}
</style>
background-color css
<style>
a { background-color: #8E265D; }
a { background-color: rgb(142,38,93); }
div.DivClassName
{
background-color: #8E265D;
}
.BgClassName
{
background-color: #8E265D;
}
</style>
border-color css
<style>
span { border-color: #8E265D; }
span { border-color: rgb(142,38,93); }
td.TdClassName
{
border-color: #8E265D;
}
.TagClassName
{
border-color: #8E265D;
}
</style>