Shades of Mandys Pink #EDB891
Tints of Mandys Pink #EDB891
RGB
CMYK
RGB Variations
Color information
#EDB891 (or 0xEDB891) is known color: Mandys Pink. HEX triplet: ED, B8 and 91. RGB value is (237,184,145). Sum of RGB (Red+Green+Blue) = 237+184+145=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 184 (72.27% from 255 or 32.51% from 566); Blue value is 145 (57.03% from 255 or 25.62% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB891 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB891 is #12476E. Grayscale: #C3C3C3. Windows color (decimal): -1197935 or 9550061. OLE color: 9550061.
HSL color Cylindrical-coordinate representation of color #EDB891: hue angle of 25.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDB891 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 145 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.07 |
| HSL | 25.43º | 0.72% | 0.75% | - |
| HSV(B) | 25.43º | 0.39% | 0.93% | - |
| XYZ | 57.18 | 54.33 | 34.26 | - |
| YUV | 195.4 | 99.56 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 145 | 0 | 0.22 | 0.39 | 0.07 | 25.43 | 0.72 | 0.75 |
| Hex | ED | B8 | 91 | 0 | 16 | 27 | 7 | 19 | 48 | 4B |
| Octal | 355 | 270 | 221 | 0 | 26 | 47 | 7 | 31 | 110 | 113 |
| Binary | 11101101 | 10111000 | 10010001 | 0 | 10110 | 100111 | 111 | 11001 | 1001000 | 1001011 |
Color Harmonies of #EDB891
Complementary color
Monochromatic Colors of #EDB891
Black with #EDB891
Text Example
Text Example
White with #EDB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB891; }
p { color: rgb(237,184,145); }
H1.HeaderClassName
{
color: #EDB891;
}
.AnyTagClassName
{
color: #EDB891;
}
</style>
background-color css
<style>
a { background-color: #EDB891; }
a { background-color: rgb(237,184,145); }
div.DivClassName
{
background-color: #EDB891;
}
.BgClassName
{
background-color: #EDB891;
}
</style>
border-color css
<style>
span { border-color: #EDB891; }
span { border-color: rgb(237,184,145); }
td.TdClassName
{
border-color: #EDB891;
}
.TagClassName
{
border-color: #EDB891;
}
</style>