Shades of Disco #8E254E
Tints of Disco #8E254E
RGB
CMYK
RGB Variations
Color information
#8E254E (or 0x8E254E) is known color: Disco. HEX triplet: 8E, 25 and 4E. RGB value is (142,37,78). Sum of RGB (Red+Green+Blue) = 142+37+78=257 (34% of max value = 765). Red value is 142 (55.86% from 255 or 55.25% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 142 - color contains mainly: red. Hex color #8E254E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E254E is #71DAB1. Grayscale: #494949. Windows color (decimal): -7461554 or 5121422. OLE color: 5121422.
HSL color Cylindrical-coordinate representation of color #8E254E: hue angle of 336.57º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8E254E is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 37 | 78 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.44 |
| HSL | 336.57º | 0.59% | 0.35% | - |
| HSV(B) | 336.57º | 0.74% | 0.56% | - |
| XYZ | 13.19 | 7.62 | 7.98 | - |
| YUV | 73.07 | 130.79 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 37 | 78 | 0 | 0.74 | 0.45 | 0.44 | 336.57 | 0.59 | 0.35 |
| Hex | 8E | 25 | 4E | 0 | 4A | 2D | 2C | 151 | 3B | 23 |
| Octal | 216 | 45 | 116 | 0 | 112 | 55 | 54 | 521 | 73 | 43 |
| Binary | 10001110 | 100101 | 1001110 | 0 | 1001010 | 101101 | 101100 | 101010001 | 111011 | 100011 |
Color Harmonies of #8E254E
Complementary color
Monochromatic Colors of #8E254E
Black with #8E254E
Text Example
Text Example
White with #8E254E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E254E; }
p { color: rgb(142,37,78); }
H1.HeaderClassName
{
color: #8E254E;
}
.AnyTagClassName
{
color: #8E254E;
}
</style>
background-color css
<style>
a { background-color: #8E254E; }
a { background-color: rgb(142,37,78); }
div.DivClassName
{
background-color: #8E254E;
}
.BgClassName
{
background-color: #8E254E;
}
</style>
border-color css
<style>
span { border-color: #8E254E; }
span { border-color: rgb(142,37,78); }
td.TdClassName
{
border-color: #8E254E;
}
.TagClassName
{
border-color: #8E254E;
}
</style>