Shades of Mauvelous #ED8BAB
Tints of Mauvelous #ED8BAB
RGB
CMYK
RGB Variations
Color information
#ED8BAB (or 0xED8BAB) is known color: Mauvelous. HEX triplet: ED, 8B and AB. RGB value is (237,139,171). Sum of RGB (Red+Green+Blue) = 237+139+171=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8BAB is #127454. Grayscale: #ABABAB. Windows color (decimal): -1209429 or 11242477. OLE color: 11242477.
HSL color Cylindrical-coordinate representation of color #ED8BAB: hue angle of 340.41º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BAB is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 139 | 171 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.07 |
| HSL | 340.41º | 0.73% | 0.74% | - |
| HSV(B) | 340.41º | 0.41% | 0.93% | - |
| XYZ | 51.51 | 39.41 | 43.42 | - |
| YUV | 171.95 | 127.47 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 139 | 171 | 0 | 0.41 | 0.28 | 0.07 | 340.41 | 0.73 | 0.74 |
| Hex | ED | 8B | AB | 0 | 29 | 1C | 7 | 154 | 49 | 4A |
| Octal | 355 | 213 | 253 | 0 | 51 | 34 | 7 | 524 | 111 | 112 |
| Binary | 11101101 | 10001011 | 10101011 | 0 | 101001 | 11100 | 111 | 101010100 | 1001001 | 1001010 |
Color Harmonies of #ED8BAB
Complementary color
Monochromatic Colors of #ED8BAB
Black with #ED8BAB
Text Example
Text Example
White with #ED8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8BAB; }
p { color: rgb(237,139,171); }
H1.HeaderClassName
{
color: #ED8BAB;
}
.AnyTagClassName
{
color: #ED8BAB;
}
</style>
background-color css
<style>
a { background-color: #ED8BAB; }
a { background-color: rgb(237,139,171); }
div.DivClassName
{
background-color: #ED8BAB;
}
.BgClassName
{
background-color: #ED8BAB;
}
</style>
border-color css
<style>
span { border-color: #ED8BAB; }
span { border-color: rgb(237,139,171); }
td.TdClassName
{
border-color: #ED8BAB;
}
.TagClassName
{
border-color: #ED8BAB;
}
</style>