Shades of Mauvelous #ED85AF
Tints of Mauvelous #ED85AF
RGB
CMYK
RGB Variations
Color information
#ED85AF (or 0xED85AF) is known color: Mauvelous. HEX triplet: ED, 85 and AF. RGB value is (237,133,175). Sum of RGB (Red+Green+Blue) = 237+133+175=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 133 (52.34% from 255 or 24.40% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #ED85AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED85AF is #127A50. Grayscale: #A8A8A8. Windows color (decimal): -1210961 or 11503085. OLE color: 11503085.
HSL color Cylindrical-coordinate representation of color #ED85AF: hue angle of 335.77º 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 #ED85AF is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 133 | 175 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.07 |
| HSL | 335.77º | 0.74% | 0.73% | - |
| HSV(B) | 335.77º | 0.44% | 0.93% | - |
| XYZ | 51.05 | 37.87 | 45.18 | - |
| YUV | 168.88 | 131.46 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 133 | 175 | 0 | 0.44 | 0.26 | 0.07 | 335.77 | 0.74 | 0.73 |
| Hex | ED | 85 | AF | 0 | 2C | 1A | 7 | 150 | 4A | 49 |
| Octal | 355 | 205 | 257 | 0 | 54 | 32 | 7 | 520 | 112 | 111 |
| Binary | 11101101 | 10000101 | 10101111 | 0 | 101100 | 11010 | 111 | 101010000 | 1001010 | 1001001 |
Color Harmonies of #ED85AF
Complementary color
Monochromatic Colors of #ED85AF
Black with #ED85AF
Text Example
Text Example
White with #ED85AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED85AF; }
p { color: rgb(237,133,175); }
H1.HeaderClassName
{
color: #ED85AF;
}
.AnyTagClassName
{
color: #ED85AF;
}
</style>
background-color css
<style>
a { background-color: #ED85AF; }
a { background-color: rgb(237,133,175); }
div.DivClassName
{
background-color: #ED85AF;
}
.BgClassName
{
background-color: #ED85AF;
}
</style>
border-color css
<style>
span { border-color: #ED85AF; }
span { border-color: rgb(237,133,175); }
td.TdClassName
{
border-color: #ED85AF;
}
.TagClassName
{
border-color: #ED85AF;
}
</style>