Shades of Mauvelous #ED8FA4
Tints of Mauvelous #ED8FA4
RGB
CMYK
RGB Variations
Color information
#ED8FA4 (or 0xED8FA4) is known color: Mauvelous. HEX triplet: ED, 8F and A4. RGB value is (237,143,164). Sum of RGB (Red+Green+Blue) = 237+143+164=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FA4 is #12705B. Grayscale: #ADADAD. Windows color (decimal): -1208412 or 10784749. OLE color: 10784749.
HSL color Cylindrical-coordinate representation of color #ED8FA4: hue angle of 346.6º 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 #ED8FA4 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 164 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.07 |
| HSL | 346.6º | 0.72% | 0.75% | - |
| HSV(B) | 346.6º | 0.4% | 0.93% | - |
| XYZ | 51.45 | 40.33 | 40.19 | - |
| YUV | 173.5 | 122.64 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 164 | 0 | 0.40 | 0.31 | 0.07 | 346.6 | 0.72 | 0.75 |
| Hex | ED | 8F | A4 | 0 | 28 | 1F | 7 | 15B | 48 | 4B |
| Octal | 355 | 217 | 244 | 0 | 50 | 37 | 7 | 533 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10100100 | 0 | 101000 | 11111 | 111 | 101011011 | 1001000 | 1001011 |
Color Harmonies of #ED8FA4
Complementary color
Monochromatic Colors of #ED8FA4
Black with #ED8FA4
Text Example
Text Example
White with #ED8FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FA4; }
p { color: rgb(237,143,164); }
H1.HeaderClassName
{
color: #ED8FA4;
}
.AnyTagClassName
{
color: #ED8FA4;
}
</style>
background-color css
<style>
a { background-color: #ED8FA4; }
a { background-color: rgb(237,143,164); }
div.DivClassName
{
background-color: #ED8FA4;
}
.BgClassName
{
background-color: #ED8FA4;
}
</style>
border-color css
<style>
span { border-color: #ED8FA4; }
span { border-color: rgb(237,143,164); }
td.TdClassName
{
border-color: #ED8FA4;
}
.TagClassName
{
border-color: #ED8FA4;
}
</style>