Shades of Rose Bud Cherry #8E225C
Tints of Rose Bud Cherry #8E225C
RGB
CMYK
RGB Variations
Color information
#8E225C (or 0x8E225C) is known color: Rose Bud Cherry. HEX triplet: 8E, 22 and 5C. RGB value is (142,34,92). Sum of RGB (Red+Green+Blue) = 142+34+92=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E225C is #71DDA3. Grayscale: #484848. Windows color (decimal): -7462308 or 6038158. OLE color: 6038158.
HSL color Cylindrical-coordinate representation of color #8E225C: hue angle of 327.78º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8E225C is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 34 | 92 | - |
| CMYK | 0 | 0.76 | 0.35 | 0.44 |
| HSL | 327.78º | 0.61% | 0.35% | - |
| HSV(B) | 327.78º | 0.76% | 0.56% | - |
| XYZ | 13.66 | 7.67 | 10.89 | - |
| YUV | 72.9 | 138.78 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 34 | 92 | 0 | 0.76 | 0.35 | 0.44 | 327.78 | 0.61 | 0.35 |
| Hex | 8E | 22 | 5C | 0 | 4C | 23 | 2C | 148 | 3D | 23 |
| Octal | 216 | 42 | 134 | 0 | 114 | 43 | 54 | 510 | 75 | 43 |
| Binary | 10001110 | 100010 | 1011100 | 0 | 1001100 | 100011 | 101100 | 101001000 | 111101 | 100011 |
Color Harmonies of #8E225C
Complementary color
Monochromatic Colors of #8E225C
Black with #8E225C
Text Example
Text Example
White with #8E225C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E225C; }
p { color: rgb(142,34,92); }
H1.HeaderClassName
{
color: #8E225C;
}
.AnyTagClassName
{
color: #8E225C;
}
</style>
background-color css
<style>
a { background-color: #8E225C; }
a { background-color: rgb(142,34,92); }
div.DivClassName
{
background-color: #8E225C;
}
.BgClassName
{
background-color: #8E225C;
}
</style>
border-color css
<style>
span { border-color: #8E225C; }
span { border-color: rgb(142,34,92); }
td.TdClassName
{
border-color: #8E225C;
}
.TagClassName
{
border-color: #8E225C;
}
</style>