Shades of Mauvelous #ED8FAB
Tints of Mauvelous #ED8FAB
RGB
CMYK
RGB Variations
Color information
#ED8FAB (or 0xED8FAB) is known color: Mauvelous. HEX triplet: ED, 8F and AB. RGB value is (237,143,171). Sum of RGB (Red+Green+Blue) = 237+143+171=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8FAB is #127054. Grayscale: #AEAEAE. Windows color (decimal): -1208405 or 11243501. OLE color: 11243501.
HSL color Cylindrical-coordinate representation of color #ED8FAB: hue angle of 342.13º 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 #ED8FAB is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 143 | 171 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.07 |
| HSL | 342.13º | 0.72% | 0.75% | - |
| HSV(B) | 342.13º | 0.4% | 0.93% | - |
| XYZ | 52.1 | 40.59 | 43.62 | - |
| YUV | 174.3 | 126.14 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 143 | 171 | 0 | 0.40 | 0.28 | 0.07 | 342.13 | 0.72 | 0.75 |
| Hex | ED | 8F | AB | 0 | 28 | 1C | 7 | 156 | 48 | 4B |
| Octal | 355 | 217 | 253 | 0 | 50 | 34 | 7 | 526 | 110 | 113 |
| Binary | 11101101 | 10001111 | 10101011 | 0 | 101000 | 11100 | 111 | 101010110 | 1001000 | 1001011 |
Color Harmonies of #ED8FAB
Complementary color
Monochromatic Colors of #ED8FAB
Black with #ED8FAB
Text Example
Text Example
White with #ED8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8FAB; }
p { color: rgb(237,143,171); }
H1.HeaderClassName
{
color: #ED8FAB;
}
.AnyTagClassName
{
color: #ED8FAB;
}
</style>
background-color css
<style>
a { background-color: #ED8FAB; }
a { background-color: rgb(237,143,171); }
div.DivClassName
{
background-color: #ED8FAB;
}
.BgClassName
{
background-color: #ED8FAB;
}
</style>
border-color css
<style>
span { border-color: #ED8FAB; }
span { border-color: rgb(237,143,171); }
td.TdClassName
{
border-color: #ED8FAB;
}
.TagClassName
{
border-color: #ED8FAB;
}
</style>