Shades of Rose Bud Cherry #8E2363
Tints of Rose Bud Cherry #8E2363
RGB
CMYK
RGB Variations
Color information
#8E2363 (or 0x8E2363) is known color: Rose Bud Cherry. HEX triplet: 8E, 23 and 63. RGB value is (142,35,99). Sum of RGB (Red+Green+Blue) = 142+35+99=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2363 is #71DC9C. Grayscale: #4A4A4A. Windows color (decimal): -7462045 or 6497166. OLE color: 6497166.
HSL color Cylindrical-coordinate representation of color #8E2363: hue angle of 324.11º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2363 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 35 | 99 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.44 |
| HSL | 324.11º | 0.6% | 0.35% | - |
| HSV(B) | 324.11º | 0.75% | 0.56% | - |
| XYZ | 14.01 | 7.85 | 12.58 | - |
| YUV | 74.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 35 | 99 | 0 | 0.75 | 0.30 | 0.44 | 324.11 | 0.6 | 0.35 |
| Hex | 8E | 23 | 63 | 0 | 4B | 1E | 2C | 144 | 3C | 23 |
| Octal | 216 | 43 | 143 | 0 | 113 | 36 | 54 | 504 | 74 | 43 |
| Binary | 10001110 | 100011 | 1100011 | 0 | 1001011 | 11110 | 101100 | 101000100 | 111100 | 100011 |
Color Harmonies of #8E2363
Complementary color
Monochromatic Colors of #8E2363
Black with #8E2363
Text Example
Text Example
White with #8E2363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2363; }
p { color: rgb(142,35,99); }
H1.HeaderClassName
{
color: #8E2363;
}
.AnyTagClassName
{
color: #8E2363;
}
</style>
background-color css
<style>
a { background-color: #8E2363; }
a { background-color: rgb(142,35,99); }
div.DivClassName
{
background-color: #8E2363;
}
.BgClassName
{
background-color: #8E2363;
}
</style>
border-color css
<style>
span { border-color: #8E2363; }
span { border-color: rgb(142,35,99); }
td.TdClassName
{
border-color: #8E2363;
}
.TagClassName
{
border-color: #8E2363;
}
</style>