Shades of Mauvelous #ED8AAA
Tints of Mauvelous #ED8AAA
RGB
CMYK
RGB Variations
Color information
#ED8AAA (or 0xED8AAA) is known color: Mauvelous. HEX triplet: ED, 8A and AA. RGB value is (237,138,170). Sum of RGB (Red+Green+Blue) = 237+138+170=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 170 (66.80% from 255 or 31.19% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8AAA is #127555. Grayscale: #ABABAB. Windows color (decimal): -1209686 or 11176685. OLE color: 11176685.
HSL color Cylindrical-coordinate representation of color #ED8AAA: hue angle of 340.61º 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 #ED8AAA is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 170 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.07 |
| HSL | 340.61º | 0.73% | 0.74% | - |
| HSV(B) | 340.61º | 0.42% | 0.93% | - |
| XYZ | 51.27 | 39.08 | 42.87 | - |
| YUV | 171.25 | 127.3 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 170 | 0 | 0.42 | 0.28 | 0.07 | 340.61 | 0.73 | 0.74 |
| Hex | ED | 8A | AA | 0 | 2A | 1C | 7 | 155 | 49 | 4A |
| Octal | 355 | 212 | 252 | 0 | 52 | 34 | 7 | 525 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10101010 | 0 | 101010 | 11100 | 111 | 101010101 | 1001001 | 1001010 |
Color Harmonies of #ED8AAA
Complementary color
Monochromatic Colors of #ED8AAA
Black with #ED8AAA
Text Example
Text Example
White with #ED8AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AAA; }
p { color: rgb(237,138,170); }
H1.HeaderClassName
{
color: #ED8AAA;
}
.AnyTagClassName
{
color: #ED8AAA;
}
</style>
background-color css
<style>
a { background-color: #ED8AAA; }
a { background-color: rgb(237,138,170); }
div.DivClassName
{
background-color: #ED8AAA;
}
.BgClassName
{
background-color: #ED8AAA;
}
</style>
border-color css
<style>
span { border-color: #ED8AAA; }
span { border-color: rgb(237,138,170); }
td.TdClassName
{
border-color: #ED8AAA;
}
.TagClassName
{
border-color: #ED8AAA;
}
</style>