Shades of Mauvelous #ED8FA6
Tints of Mauvelous #ED8FA6
RGB
CMYK
RGB Variations
Color information
#ED8FA6 (or 0xED8FA6) is known color: Mauvelous. HEX triplet: ED, 8F and A6. RGB value is (237,143,166). Sum of RGB (Red+Green+Blue) = 237+143+166=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 166 (65.23% from 255 or 30.40% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA6 is #127059. Grayscale: #ADADAD. Windows color (decimal): -1208410 or 10915821. OLE color: 10915821.
HSL color Cylindrical-coordinate representation of color #ED8FA6: hue angle of 345.32º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED8FA6 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 166 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.07 |
| HSL | 345.32º | 0.72% | 0.75% | - |
| HSV(B) | 345.32º | 0.4% | 0.93% | - |
| XYZ | 51.63 | 40.4 | 41.15 | - |
| YUV | 173.73 | 123.64 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 166 | 0 | 0.40 | 0.30 | 0.07 | 345.32 | 0.72 | 0.75 |
| Hex | ED | 8F | A6 | 0 | 28 | 1E | 7 | 159 | 48 | 4B |
| Octal | 355 | 217 | 246 | 0 | 50 | 36 | 7 | 531 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10100110 | 0 | 101000 | 11110 | 111 | 101011001 | 1001000 | 1001011 |
Color Harmonies of #ED8FA6
Complementary color
Monochromatic Colors of #ED8FA6
Black with #ED8FA6
Text Example
Text Example
White with #ED8FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FA6; }
p { color: rgb(237,143,166); }
H1.HeaderClassName
{
color: #ED8FA6;
}
.AnyTagClassName
{
color: #ED8FA6;
}
</style>
background-color css
<style>
a { background-color: #ED8FA6; }
a { background-color: rgb(237,143,166); }
div.DivClassName
{
background-color: #ED8FA6;
}
.BgClassName
{
background-color: #ED8FA6;
}
</style>
border-color css
<style>
span { border-color: #ED8FA6; }
span { border-color: rgb(237,143,166); }
td.TdClassName
{
border-color: #ED8FA6;
}
.TagClassName
{
border-color: #ED8FA6;
}
</style>