Shades of Mauvelous #ED8AA8
Tints of Mauvelous #ED8AA8
RGB
CMYK
RGB Variations
Color information
#ED8AA8 (or 0xED8AA8) is known color: Mauvelous. HEX triplet: ED, 8A and A8. RGB value is (237,138,168). Sum of RGB (Red+Green+Blue) = 237+138+168=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8AA8 is #127557. Grayscale: #AAAAAA. Windows color (decimal): -1209688 or 11045613. OLE color: 11045613.
HSL color Cylindrical-coordinate representation of color #ED8AA8: hue angle of 341.82º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8AA8 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 168 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.07 |
| HSL | 341.82º | 0.73% | 0.74% | - |
| HSV(B) | 341.82º | 0.42% | 0.93% | - |
| XYZ | 51.08 | 39.01 | 41.88 | - |
| YUV | 171.02 | 126.3 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 168 | 0 | 0.42 | 0.29 | 0.07 | 341.82 | 0.73 | 0.74 |
| Hex | ED | 8A | A8 | 0 | 2A | 1D | 7 | 156 | 49 | 4A |
| Octal | 355 | 212 | 250 | 0 | 52 | 35 | 7 | 526 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10101000 | 0 | 101010 | 11101 | 111 | 101010110 | 1001001 | 1001010 |
Color Harmonies of #ED8AA8
Complementary color
Monochromatic Colors of #ED8AA8
Black with #ED8AA8
Text Example
Text Example
White with #ED8AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AA8; }
p { color: rgb(237,138,168); }
H1.HeaderClassName
{
color: #ED8AA8;
}
.AnyTagClassName
{
color: #ED8AA8;
}
</style>
background-color css
<style>
a { background-color: #ED8AA8; }
a { background-color: rgb(237,138,168); }
div.DivClassName
{
background-color: #ED8AA8;
}
.BgClassName
{
background-color: #ED8AA8;
}
</style>
border-color css
<style>
span { border-color: #ED8AA8; }
span { border-color: rgb(237,138,168); }
td.TdClassName
{
border-color: #ED8AA8;
}
.TagClassName
{
border-color: #ED8AA8;
}
</style>