Shades of Mauvelous #ED85AA
Tints of Mauvelous #ED85AA
RGB
CMYK
RGB Variations
Color information
#ED85AA (or 0xED85AA) is known color: Mauvelous. HEX triplet: ED, 85 and AA. RGB value is (237,133,170). Sum of RGB (Red+Green+Blue) = 237+133+170=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 133 (52.34% from 255 or 24.63% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED85AA is #127A55. Grayscale: #A8A8A8. Windows color (decimal): -1210966 or 11175405. OLE color: 11175405.
HSL color Cylindrical-coordinate representation of color #ED85AA: hue angle of 338.65º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED85AA is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 170 | - |
| CMYK | 0 | 0.44 | 0.28 | 0.07 |
| HSL | 338.65º | 0.74% | 0.73% | - |
| HSV(B) | 338.65º | 0.44% | 0.93% | - |
| XYZ | 50.57 | 37.68 | 42.64 | - |
| YUV | 168.31 | 128.96 | 176.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 170 | 0 | 0.44 | 0.28 | 0.07 | 338.65 | 0.74 | 0.73 |
| Hex | ED | 85 | AA | 0 | 2C | 1C | 7 | 153 | 4A | 49 |
| Octal | 355 | 205 | 252 | 0 | 54 | 34 | 7 | 523 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10101010 | 0 | 101100 | 11100 | 111 | 101010011 | 1001010 | 1001001 |
Color Harmonies of #ED85AA
Complementary color
Monochromatic Colors of #ED85AA
Black with #ED85AA
Text Example
Text Example
White with #ED85AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85AA; }
p { color: rgb(237,133,170); }
H1.HeaderClassName
{
color: #ED85AA;
}
.AnyTagClassName
{
color: #ED85AA;
}
</style>
background-color css
<style>
a { background-color: #ED85AA; }
a { background-color: rgb(237,133,170); }
div.DivClassName
{
background-color: #ED85AA;
}
.BgClassName
{
background-color: #ED85AA;
}
</style>
border-color css
<style>
span { border-color: #ED85AA; }
span { border-color: rgb(237,133,170); }
td.TdClassName
{
border-color: #ED85AA;
}
.TagClassName
{
border-color: #ED85AA;
}
</style>