Shades of Mauve #ED9BFE
Tints of Mauve #ED9BFE
RGB
CMYK
RGB Variations
Color information
#ED9BFE (or 0xED9BFE) is known color: Mauve. HEX triplet: ED, 9B and FE. RGB value is (237,155,254). Sum of RGB (Red+Green+Blue) = 237+155+254=646 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.69% from 646); Green value is 155 (60.94% from 255 or 23.99% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #ED9BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED9BFE is #126401. Grayscale: #BEBEBE. Windows color (decimal): -1205250 or 16686061. OLE color: 16686061.
HSL color Cylindrical-coordinate representation of color #ED9BFE: hue angle of 289.7º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ED9BFE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 155 | 254 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.00 |
| HSL | 289.7º | 0.98% | 0.8% | - |
| HSV(B) | 289.7º | 0.39% | 1% | - |
| XYZ | 64.54 | 48.6 | 99.75 | - |
| YUV | 190.8 | 163.67 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 155 | 254 | 0.07 | 0.39 | 0 | 0.00 | 289.7 | 0.98 | 0.8 |
| Hex | ED | 9B | FE | 7 | 27 | 0 | 0 | 122 | 62 | 50 |
| Octal | 355 | 233 | 376 | 7 | 47 | 0 | 0 | 442 | 142 | 120 |
| Binary | 11101101 | 10011011 | 11111110 | 111 | 100111 | 0 | 0 | 100100010 | 1100010 | 1010000 |
Color Harmonies of #ED9BFE
Complementary color
Monochromatic Colors of #ED9BFE
Black with #ED9BFE
Text Example
Text Example
White with #ED9BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9BFE; }
p { color: rgb(237,155,254); }
H1.HeaderClassName
{
color: #ED9BFE;
}
.AnyTagClassName
{
color: #ED9BFE;
}
</style>
background-color css
<style>
a { background-color: #ED9BFE; }
a { background-color: rgb(237,155,254); }
div.DivClassName
{
background-color: #ED9BFE;
}
.BgClassName
{
background-color: #ED9BFE;
}
</style>
border-color css
<style>
span { border-color: #ED9BFE; }
span { border-color: rgb(237,155,254); }
td.TdClassName
{
border-color: #ED9BFE;
}
.TagClassName
{
border-color: #ED9BFE;
}
</style>