Shades of Jazzberry Jam #8E0E48
Tints of Jazzberry Jam #8E0E48
RGB
CMYK
RGB Variations
Color information
#8E0E48 (or 0x8E0E48) is known color: Jazzberry Jam. HEX triplet: 8E, 0E and 48. RGB value is (142,14,72). Sum of RGB (Red+Green+Blue) = 142+14+72=228 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.28% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 72 (28.52% from 255 or 31.58% from 228); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0E48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0E48 is #71F1B7. Grayscale: #3A3A3A. Windows color (decimal): -7467448 or 4722318. OLE color: 4722318.
HSL color Cylindrical-coordinate representation of color #8E0E48: hue angle of 332.81º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E0E48 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 14 | 72 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.44 |
| HSL | 332.81º | 0.82% | 0.31% | - |
| HSV(B) | 332.81º | 0.9% | 0.56% | - |
| XYZ | 12.48 | 6.53 | 6.73 | - |
| YUV | 58.88 | 135.41 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 14 | 72 | 0 | 0.90 | 0.49 | 0.44 | 332.81 | 0.82 | 0.31 |
| Hex | 8E | E | 48 | 0 | 5A | 31 | 2C | 14D | 52 | 1F |
| Octal | 216 | 16 | 110 | 0 | 132 | 61 | 54 | 515 | 122 | 37 |
| Binary | 10001110 | 1110 | 1001000 | 0 | 1011010 | 110001 | 101100 | 101001101 | 1010010 | 11111 |
Color Harmonies of #8E0E48
Complementary color
Monochromatic Colors of #8E0E48
Black with #8E0E48
Text Example
Text Example
White with #8E0E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0E48; }
p { color: rgb(142,14,72); }
H1.HeaderClassName
{
color: #8E0E48;
}
.AnyTagClassName
{
color: #8E0E48;
}
</style>
background-color css
<style>
a { background-color: #8E0E48; }
a { background-color: rgb(142,14,72); }
div.DivClassName
{
background-color: #8E0E48;
}
.BgClassName
{
background-color: #8E0E48;
}
</style>
border-color css
<style>
span { border-color: #8E0E48; }
span { border-color: rgb(142,14,72); }
td.TdClassName
{
border-color: #8E0E48;
}
.TagClassName
{
border-color: #8E0E48;
}
</style>