Shades of Rose Bud Cherry #8E305D
Tints of Rose Bud Cherry #8E305D
RGB
CMYK
RGB Variations
Color information
#8E305D (or 0x8E305D) is known color: Rose Bud Cherry. HEX triplet: 8E, 30 and 5D. RGB value is (142,48,93). Sum of RGB (Red+Green+Blue) = 142+48+93=283 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.18% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 142 - color contains mainly: red. Hex color #8E305D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E305D is #71CFA2. Grayscale: #515151. Windows color (decimal): -7458723 or 6107278. OLE color: 6107278.
HSL color Cylindrical-coordinate representation of color #8E305D: hue angle of 331.28º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8E305D is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 48 | 93 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.44 |
| HSL | 331.28º | 0.49% | 0.37% | - |
| HSV(B) | 331.28º | 0.66% | 0.56% | - |
| XYZ | 14.19 | 8.66 | 11.28 | - |
| YUV | 81.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 48 | 93 | 0 | 0.66 | 0.35 | 0.44 | 331.28 | 0.49 | 0.37 |
| Hex | 8E | 30 | 5D | 0 | 42 | 23 | 2C | 14B | 31 | 25 |
| Octal | 216 | 60 | 135 | 0 | 102 | 43 | 54 | 513 | 61 | 45 |
| Binary | 10001110 | 110000 | 1011101 | 0 | 1000010 | 100011 | 101100 | 101001011 | 110001 | 100101 |
Color Harmonies of #8E305D
Complementary color
Monochromatic Colors of #8E305D
Black with #8E305D
Text Example
Text Example
White with #8E305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E305D; }
p { color: rgb(142,48,93); }
H1.HeaderClassName
{
color: #8E305D;
}
.AnyTagClassName
{
color: #8E305D;
}
</style>
background-color css
<style>
a { background-color: #8E305D; }
a { background-color: rgb(142,48,93); }
div.DivClassName
{
background-color: #8E305D;
}
.BgClassName
{
background-color: #8E305D;
}
</style>
border-color css
<style>
span { border-color: #8E305D; }
span { border-color: rgb(142,48,93); }
td.TdClassName
{
border-color: #8E305D;
}
.TagClassName
{
border-color: #8E305D;
}
</style>