Shades of Rose Bud Cherry #8E195C
Tints of Rose Bud Cherry #8E195C
RGB
CMYK
RGB Variations
Color information
#8E195C (or 0x8E195C) is known color: Rose Bud Cherry. HEX triplet: 8E, 19 and 5C. RGB value is (142,25,92). Sum of RGB (Red+Green+Blue) = 142+25+92=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E195C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E195C is #71E6A3. Grayscale: #434343. Windows color (decimal): -7464612 or 6035854. OLE color: 6035854.
HSL color Cylindrical-coordinate representation of color #8E195C: hue angle of 325.64º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E195C is Cyan = 0, Magento = 0.82, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 25 | 92 | - |
| CMYK | 0 | 0.82 | 0.35 | 0.44 |
| HSL | 325.64º | 0.7% | 0.33% | - |
| HSV(B) | 325.64º | 0.82% | 0.56% | - |
| XYZ | 13.43 | 7.22 | 10.81 | - |
| YUV | 67.62 | 141.76 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 25 | 92 | 0 | 0.82 | 0.35 | 0.44 | 325.64 | 0.7 | 0.33 |
| Hex | 8E | 19 | 5C | 0 | 52 | 23 | 2C | 146 | 46 | 21 |
| Octal | 216 | 31 | 134 | 0 | 122 | 43 | 54 | 506 | 106 | 41 |
| Binary | 10001110 | 11001 | 1011100 | 0 | 1010010 | 100011 | 101100 | 101000110 | 1000110 | 100001 |
Color Harmonies of #8E195C
Complementary color
Monochromatic Colors of #8E195C
Black with #8E195C
Text Example
Text Example
White with #8E195C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E195C; }
p { color: rgb(142,25,92); }
H1.HeaderClassName
{
color: #8E195C;
}
.AnyTagClassName
{
color: #8E195C;
}
</style>
background-color css
<style>
a { background-color: #8E195C; }
a { background-color: rgb(142,25,92); }
div.DivClassName
{
background-color: #8E195C;
}
.BgClassName
{
background-color: #8E195C;
}
</style>
border-color css
<style>
span { border-color: #8E195C; }
span { border-color: rgb(142,25,92); }
td.TdClassName
{
border-color: #8E195C;
}
.TagClassName
{
border-color: #8E195C;
}
</style>