Shades of Mauvelous #ED85AD
Tints of Mauvelous #ED85AD
RGB
CMYK
RGB Variations
Color information
#ED85AD (or 0xED85AD) is known color: Mauvelous. HEX triplet: ED, 85 and AD. RGB value is (237,133,173). Sum of RGB (Red+Green+Blue) = 237+133+173=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 133 (52.34% from 255 or 24.49% from 543); Blue value is 173 (67.97% from 255 or 31.86% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED85AD is #127A52. Grayscale: #A8A8A8. Windows color (decimal): -1210963 or 11372013. OLE color: 11372013.
HSL color Cylindrical-coordinate representation of color #ED85AD: hue angle of 336.92º 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 #ED85AD is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 173 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.07 |
| HSL | 336.92º | 0.74% | 0.73% | - |
| HSV(B) | 336.92º | 0.44% | 0.93% | - |
| XYZ | 50.86 | 37.8 | 44.15 | - |
| YUV | 168.66 | 130.46 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 173 | 0 | 0.44 | 0.27 | 0.07 | 336.92 | 0.74 | 0.73 |
| Hex | ED | 85 | AD | 0 | 2C | 1B | 7 | 151 | 4A | 49 |
| Octal | 355 | 205 | 255 | 0 | 54 | 33 | 7 | 521 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10101101 | 0 | 101100 | 11011 | 111 | 101010001 | 1001010 | 1001001 |
Color Harmonies of #ED85AD
Complementary color
Monochromatic Colors of #ED85AD
Black with #ED85AD
Text Example
Text Example
White with #ED85AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85AD; }
p { color: rgb(237,133,173); }
H1.HeaderClassName
{
color: #ED85AD;
}
.AnyTagClassName
{
color: #ED85AD;
}
</style>
background-color css
<style>
a { background-color: #ED85AD; }
a { background-color: rgb(237,133,173); }
div.DivClassName
{
background-color: #ED85AD;
}
.BgClassName
{
background-color: #ED85AD;
}
</style>
border-color css
<style>
span { border-color: #ED85AD; }
span { border-color: rgb(237,133,173); }
td.TdClassName
{
border-color: #ED85AD;
}
.TagClassName
{
border-color: #ED85AD;
}
</style>