Shades of Mauvelous #ED8FA8
Tints of Mauvelous #ED8FA8
RGB
CMYK
RGB Variations
Color information
#ED8FA8 (or 0xED8FA8) is known color: Mauvelous. HEX triplet: ED, 8F and A8. RGB value is (237,143,168). Sum of RGB (Red+Green+Blue) = 237+143+168=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA8 is #127057. Grayscale: #ADADAD. Windows color (decimal): -1208408 or 11046893. OLE color: 11046893.
HSL color Cylindrical-coordinate representation of color #ED8FA8: hue angle of 344.04º 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 #ED8FA8 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 168 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.07 |
| HSL | 344.04º | 0.72% | 0.75% | - |
| HSV(B) | 344.04º | 0.4% | 0.93% | - |
| XYZ | 51.82 | 40.48 | 42.13 | - |
| YUV | 173.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 168 | 0 | 0.40 | 0.29 | 0.07 | 344.04 | 0.72 | 0.75 |
| Hex | ED | 8F | A8 | 0 | 28 | 1D | 7 | 158 | 48 | 4B |
| Octal | 355 | 217 | 250 | 0 | 50 | 35 | 7 | 530 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10101000 | 0 | 101000 | 11101 | 111 | 101011000 | 1001000 | 1001011 |
Color Harmonies of #ED8FA8
Complementary color
Monochromatic Colors of #ED8FA8
Black with #ED8FA8
Text Example
Text Example
White with #ED8FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FA8; }
p { color: rgb(237,143,168); }
H1.HeaderClassName
{
color: #ED8FA8;
}
.AnyTagClassName
{
color: #ED8FA8;
}
</style>
background-color css
<style>
a { background-color: #ED8FA8; }
a { background-color: rgb(237,143,168); }
div.DivClassName
{
background-color: #ED8FA8;
}
.BgClassName
{
background-color: #ED8FA8;
}
</style>
border-color css
<style>
span { border-color: #ED8FA8; }
span { border-color: rgb(237,143,168); }
td.TdClassName
{
border-color: #ED8FA8;
}
.TagClassName
{
border-color: #ED8FA8;
}
</style>