Shades of Disco #8E204A
Tints of Disco #8E204A
RGB
CMYK
RGB Variations
Color information
#8E204A (or 0x8E204A) is known color: Disco. HEX triplet: 8E, 20 and 4A. RGB value is (142,32,74). Sum of RGB (Red+Green+Blue) = 142+32+74=248 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.26% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 142 - color contains mainly: red. Hex color #8E204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E204A is #71DFB5. Grayscale: #454545. Windows color (decimal): -7462838 or 4857998. OLE color: 4857998.
HSL color Cylindrical-coordinate representation of color #8E204A: hue angle of 337.09º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E204A is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 32 | 74 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.44 |
| HSL | 337.09º | 0.63% | 0.34% | - |
| HSV(B) | 337.09º | 0.77% | 0.56% | - |
| XYZ | 12.91 | 7.28 | 7.2 | - |
| YUV | 69.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 32 | 74 | 0 | 0.77 | 0.48 | 0.44 | 337.09 | 0.63 | 0.34 |
| Hex | 8E | 20 | 4A | 0 | 4D | 30 | 2C | 151 | 3F | 22 |
| Octal | 216 | 40 | 112 | 0 | 115 | 60 | 54 | 521 | 77 | 42 |
| Binary | 10001110 | 100000 | 1001010 | 0 | 1001101 | 110000 | 101100 | 101010001 | 111111 | 100010 |
Color Harmonies of #8E204A
Complementary color
Monochromatic Colors of #8E204A
Black with #8E204A
Text Example
Text Example
White with #8E204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E204A; }
p { color: rgb(142,32,74); }
H1.HeaderClassName
{
color: #8E204A;
}
.AnyTagClassName
{
color: #8E204A;
}
</style>
background-color css
<style>
a { background-color: #8E204A; }
a { background-color: rgb(142,32,74); }
div.DivClassName
{
background-color: #8E204A;
}
.BgClassName
{
background-color: #8E204A;
}
</style>
border-color css
<style>
span { border-color: #8E204A; }
span { border-color: rgb(142,32,74); }
td.TdClassName
{
border-color: #8E204A;
}
.TagClassName
{
border-color: #8E204A;
}
</style>