Shades of Mauve #ED99FF
Tints of Mauve #ED99FF
RGB
CMYK
RGB Variations
Color information
#ED99FF (or 0xED99FF) is known color: Mauve. HEX triplet: ED, 99 and FF. RGB value is (237,153,255). Sum of RGB (Red+Green+Blue) = 237+153+255=645 (85% of max value = 765). Red value is 237 (92.97% from 255 or 36.74% from 645); Green value is 153 (60.16% from 255 or 23.72% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #ED99FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED99FF is #126600. Grayscale: #BDBDBD. Windows color (decimal): -1205761 or 16751085. OLE color: 16751085.
HSL color Cylindrical-coordinate representation of color #ED99FF: hue angle of 289.41º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ED99FF is Cyan = 0.07, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 153 | 255 | - |
| CMYK | 0.07 | 0.4 | 0 | 0 |
| HSL | 289.41º | 1% | 0.8% | - |
| HSV(B) | 289.41º | 0.4% | 1% | - |
| XYZ | 64.37 | 48.01 | 100.48 | - |
| YUV | 189.74 | 164.83 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 255 | 0.07 | 0.4 | 0 | 0 | 289.41 | 1 | 0.8 |
| Hex | ED | 99 | FF | 7 | 28 | 0 | 0 | 121 | 64 | 50 |
| Octal | 355 | 231 | 377 | 7 | 50 | 0 | 0 | 441 | 144 | 120 |
| Binary | 11101101 | 10011001 | 11111111 | 111 | 101000 | 0 | 0 | 100100001 | 1100100 | 1010000 |
Color Harmonies of #ED99FF
Complementary color
Monochromatic Colors of #ED99FF
Black with #ED99FF
Text Example
Text Example
White with #ED99FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED99FF; }
p { color: rgb(237,153,255); }
H1.HeaderClassName
{
color: #ED99FF;
}
.AnyTagClassName
{
color: #ED99FF;
}
</style>
background-color css
<style>
a { background-color: #ED99FF; }
a { background-color: rgb(237,153,255); }
div.DivClassName
{
background-color: #ED99FF;
}
.BgClassName
{
background-color: #ED99FF;
}
</style>
border-color css
<style>
span { border-color: #ED99FF; }
span { border-color: rgb(237,153,255); }
td.TdClassName
{
border-color: #ED99FF;
}
.TagClassName
{
border-color: #ED99FF;
}
</style>