Shades of Mauvelous #ED9BA6
Tints of Mauvelous #ED9BA6
RGB
CMYK
RGB Variations
Color information
#ED9BA6 (or 0xED9BA6) is known color: Mauvelous. HEX triplet: ED, 9B and A6. RGB value is (237,155,166). Sum of RGB (Red+Green+Blue) = 237+155+166=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9BA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9BA6 is #126459. Grayscale: #B4B4B4. Windows color (decimal): -1205338 or 10918893. OLE color: 10918893.
HSL color Cylindrical-coordinate representation of color #ED9BA6: hue angle of 351.95º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ED9BA6 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 155 | 166 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.07 |
| HSL | 351.95º | 0.69% | 0.77% | - |
| HSV(B) | 351.95º | 0.35% | 0.93% | - |
| XYZ | 53.53 | 44.2 | 41.79 | - |
| YUV | 180.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 166 | 0 | 0.35 | 0.30 | 0.07 | 351.95 | 0.69 | 0.77 |
| Hex | ED | 9B | A6 | 0 | 23 | 1E | 7 | 160 | 45 | 4D |
| Octal | 355 | 233 | 246 | 0 | 43 | 36 | 7 | 540 | 105 | 115 |
| Binary | 11101101 | 10011011 | 10100110 | 0 | 100011 | 11110 | 111 | 101100000 | 1000101 | 1001101 |
Color Harmonies of #ED9BA6
Complementary color
Monochromatic Colors of #ED9BA6
Black with #ED9BA6
Text Example
Text Example
White with #ED9BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BA6; }
p { color: rgb(237,155,166); }
H1.HeaderClassName
{
color: #ED9BA6;
}
.AnyTagClassName
{
color: #ED9BA6;
}
</style>
background-color css
<style>
a { background-color: #ED9BA6; }
a { background-color: rgb(237,155,166); }
div.DivClassName
{
background-color: #ED9BA6;
}
.BgClassName
{
background-color: #ED9BA6;
}
</style>
border-color css
<style>
span { border-color: #ED9BA6; }
span { border-color: rgb(237,155,166); }
td.TdClassName
{
border-color: #ED9BA6;
}
.TagClassName
{
border-color: #ED9BA6;
}
</style>