Shades of Mauvelous #ED98A5
Tints of Mauvelous #ED98A5
RGB
CMYK
RGB Variations
Color information
#ED98A5 (or 0xED98A5) is known color: Mauvelous. HEX triplet: ED, 98 and A5. RGB value is (237,152,165). Sum of RGB (Red+Green+Blue) = 237+152+165=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED98A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED98A5 is #12675A. Grayscale: #B2B2B2. Windows color (decimal): -1206107 or 10852589. OLE color: 10852589.
HSL color Cylindrical-coordinate representation of color #ED98A5: hue angle of 350.82º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ED98A5 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 165 | - |
| CMYK | 0 | 0.36 | 0.30 | 0.07 |
| HSL | 350.82º | 0.7% | 0.76% | - |
| HSV(B) | 350.82º | 0.36% | 0.93% | - |
| XYZ | 52.94 | 43.18 | 41.14 | - |
| YUV | 178.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 165 | 0 | 0.36 | 0.30 | 0.07 | 350.82 | 0.7 | 0.76 |
| Hex | ED | 98 | A5 | 0 | 24 | 1E | 7 | 15F | 46 | 4C |
| Octal | 355 | 230 | 245 | 0 | 44 | 36 | 7 | 537 | 106 | 114 |
| Binary | 11101101 | 10011000 | 10100101 | 0 | 100100 | 11110 | 111 | 101011111 | 1000110 | 1001100 |
Color Harmonies of #ED98A5
Complementary color
Monochromatic Colors of #ED98A5
Black with #ED98A5
Text Example
Text Example
White with #ED98A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED98A5; }
p { color: rgb(237,152,165); }
H1.HeaderClassName
{
color: #ED98A5;
}
.AnyTagClassName
{
color: #ED98A5;
}
</style>
background-color css
<style>
a { background-color: #ED98A5; }
a { background-color: rgb(237,152,165); }
div.DivClassName
{
background-color: #ED98A5;
}
.BgClassName
{
background-color: #ED98A5;
}
</style>
border-color css
<style>
span { border-color: #ED98A5; }
span { border-color: rgb(237,152,165); }
td.TdClassName
{
border-color: #ED98A5;
}
.TagClassName
{
border-color: #ED98A5;
}
</style>