Shades of Rose Bud Cherry #8E2450
Tints of Rose Bud Cherry #8E2450
RGB
CMYK
RGB Variations
Color information
#8E2450 (or 0x8E2450) is known color: Rose Bud Cherry. HEX triplet: 8E, 24 and 50. RGB value is (142,36,80). Sum of RGB (Red+Green+Blue) = 142+36+80=258 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.04% from 258); Green value is 36 (14.45% from 255 or 13.95% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2450 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E2450 is #71DBAF. Grayscale: #484848. Windows color (decimal): -7461808 or 5252238. OLE color: 5252238.
HSL color Cylindrical-coordinate representation of color #8E2450: hue angle of 335.09º 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 #8E2450 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 36 | 80 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.44 |
| HSL | 335.09º | 0.6% | 0.35% | - |
| HSV(B) | 335.09º | 0.75% | 0.56% | - |
| XYZ | 13.23 | 7.59 | 8.36 | - |
| YUV | 72.71 | 132.12 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 36 | 80 | 0 | 0.75 | 0.44 | 0.44 | 335.09 | 0.6 | 0.35 |
| Hex | 8E | 24 | 50 | 0 | 4B | 2C | 2C | 14F | 3C | 23 |
| Octal | 216 | 44 | 120 | 0 | 113 | 54 | 54 | 517 | 74 | 43 |
| Binary | 10001110 | 100100 | 1010000 | 0 | 1001011 | 101100 | 101100 | 101001111 | 111100 | 100011 |
Color Harmonies of #8E2450
Complementary color
Monochromatic Colors of #8E2450
Black with #8E2450
Text Example
Text Example
White with #8E2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E2450; }
p { color: rgb(142,36,80); }
H1.HeaderClassName
{
color: #8E2450;
}
.AnyTagClassName
{
color: #8E2450;
}
</style>
background-color css
<style>
a { background-color: #8E2450; }
a { background-color: rgb(142,36,80); }
div.DivClassName
{
background-color: #8E2450;
}
.BgClassName
{
background-color: #8E2450;
}
</style>
border-color css
<style>
span { border-color: #8E2450; }
span { border-color: rgb(142,36,80); }
td.TdClassName
{
border-color: #8E2450;
}
.TagClassName
{
border-color: #8E2450;
}
</style>