Shades of Mauvelous #ED8FA7
Tints of Mauvelous #ED8FA7
RGB
CMYK
RGB Variations
Color information
#ED8FA7 (or 0xED8FA7) is known color: Mauvelous. HEX triplet: ED, 8F and A7. RGB value is (237,143,167). Sum of RGB (Red+Green+Blue) = 237+143+167=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA7 is #127058. Grayscale: #ADADAD. Windows color (decimal): -1208409 or 10981357. OLE color: 10981357.
HSL color Cylindrical-coordinate representation of color #ED8FA7: hue angle of 344.68º 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 #ED8FA7 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 167 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.07 |
| HSL | 344.68º | 0.72% | 0.75% | - |
| HSV(B) | 344.68º | 0.4% | 0.93% | - |
| XYZ | 51.72 | 40.44 | 41.64 | - |
| YUV | 173.84 | 124.14 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 167 | 0 | 0.40 | 0.30 | 0.07 | 344.68 | 0.72 | 0.75 |
| Hex | ED | 8F | A7 | 0 | 28 | 1E | 7 | 159 | 48 | 4B |
| Octal | 355 | 217 | 247 | 0 | 50 | 36 | 7 | 531 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10100111 | 0 | 101000 | 11110 | 111 | 101011001 | 1001000 | 1001011 |
Color Harmonies of #ED8FA7
Complementary color
Monochromatic Colors of #ED8FA7
Black with #ED8FA7
Text Example
Text Example
White with #ED8FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FA7; }
p { color: rgb(237,143,167); }
H1.HeaderClassName
{
color: #ED8FA7;
}
.AnyTagClassName
{
color: #ED8FA7;
}
</style>
background-color css
<style>
a { background-color: #ED8FA7; }
a { background-color: rgb(237,143,167); }
div.DivClassName
{
background-color: #ED8FA7;
}
.BgClassName
{
background-color: #ED8FA7;
}
</style>
border-color css
<style>
span { border-color: #ED8FA7; }
span { border-color: rgb(237,143,167); }
td.TdClassName
{
border-color: #ED8FA7;
}
.TagClassName
{
border-color: #ED8FA7;
}
</style>