Shades of Mauvelous #ED8AA3
Tints of Mauvelous #ED8AA3
RGB
CMYK
RGB Variations
Color information
#ED8AA3 (or 0xED8AA3) is known color: Mauvelous. HEX triplet: ED, 8A and A3. RGB value is (237,138,163). Sum of RGB (Red+Green+Blue) = 237+138+163=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 163 (64.06% from 255 or 30.30% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AA3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8AA3 is #12755C. Grayscale: #AAAAAA. Windows color (decimal): -1209693 or 10717933. OLE color: 10717933.
HSL color Cylindrical-coordinate representation of color #ED8AA3: hue angle of 344.85º 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 #ED8AA3 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 163 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.07 |
| HSL | 344.85º | 0.73% | 0.74% | - |
| HSV(B) | 344.85º | 0.42% | 0.93% | - |
| XYZ | 50.62 | 38.83 | 39.48 | - |
| YUV | 170.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 163 | 0 | 0.42 | 0.31 | 0.07 | 344.85 | 0.73 | 0.74 |
| Hex | ED | 8A | A3 | 0 | 2A | 1F | 7 | 159 | 49 | 4A |
| Octal | 355 | 212 | 243 | 0 | 52 | 37 | 7 | 531 | 111 | 112 |
| Binary | 11101101 | 10001010 | 10100011 | 0 | 101010 | 11111 | 111 | 101011001 | 1001001 | 1001010 |
Color Harmonies of #ED8AA3
Complementary color
Monochromatic Colors of #ED8AA3
Black with #ED8AA3
Text Example
Text Example
White with #ED8AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AA3; }
p { color: rgb(237,138,163); }
H1.HeaderClassName
{
color: #ED8AA3;
}
.AnyTagClassName
{
color: #ED8AA3;
}
</style>
background-color css
<style>
a { background-color: #ED8AA3; }
a { background-color: rgb(237,138,163); }
div.DivClassName
{
background-color: #ED8AA3;
}
.BgClassName
{
background-color: #ED8AA3;
}
</style>
border-color css
<style>
span { border-color: #ED8AA3; }
span { border-color: rgb(237,138,163); }
td.TdClassName
{
border-color: #ED8AA3;
}
.TagClassName
{
border-color: #ED8AA3;
}
</style>