Shades of Mauvelous #ED8FAA
Tints of Mauvelous #ED8FAA
RGB
CMYK
RGB Variations
Color information
#ED8FAA (or 0xED8FAA) is known color: Mauvelous. HEX triplet: ED, 8F and AA. RGB value is (237,143,170). Sum of RGB (Red+Green+Blue) = 237+143+170=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FAA is #127055. Grayscale: #AEAEAE. Windows color (decimal): -1208406 or 11177965. OLE color: 11177965.
HSL color Cylindrical-coordinate representation of color #ED8FAA: hue angle of 342.77º 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 #ED8FAA is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 170 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.07 |
| HSL | 342.77º | 0.72% | 0.75% | - |
| HSV(B) | 342.77º | 0.4% | 0.93% | - |
| XYZ | 52 | 40.55 | 43.12 | - |
| YUV | 174.18 | 125.64 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 170 | 0 | 0.40 | 0.28 | 0.07 | 342.77 | 0.72 | 0.75 |
| Hex | ED | 8F | AA | 0 | 28 | 1C | 7 | 157 | 48 | 4B |
| Octal | 355 | 217 | 252 | 0 | 50 | 34 | 7 | 527 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10101010 | 0 | 101000 | 11100 | 111 | 101010111 | 1001000 | 1001011 |
Color Harmonies of #ED8FAA
Complementary color
Monochromatic Colors of #ED8FAA
Black with #ED8FAA
Text Example
Text Example
White with #ED8FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FAA; }
p { color: rgb(237,143,170); }
H1.HeaderClassName
{
color: #ED8FAA;
}
.AnyTagClassName
{
color: #ED8FAA;
}
</style>
background-color css
<style>
a { background-color: #ED8FAA; }
a { background-color: rgb(237,143,170); }
div.DivClassName
{
background-color: #ED8FAA;
}
.BgClassName
{
background-color: #ED8FAA;
}
</style>
border-color css
<style>
span { border-color: #ED8FAA; }
span { border-color: rgb(237,143,170); }
td.TdClassName
{
border-color: #ED8FAA;
}
.TagClassName
{
border-color: #ED8FAA;
}
</style>