Shades of Mandys Pink #EDB892
Tints of Mandys Pink #EDB892
RGB
CMYK
RGB Variations
Color information
#EDB892 (or 0xEDB892) is known color: Mandys Pink. HEX triplet: ED, B8 and 92. RGB value is (237,184,146). Sum of RGB (Red+Green+Blue) = 237+184+146=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 184 (72.27% from 255 or 32.45% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB892 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDB892 is #12476D. Grayscale: #C3C3C3. Windows color (decimal): -1197934 or 9615597. OLE color: 9615597.
HSL color Cylindrical-coordinate representation of color #EDB892: hue angle of 25.05º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDB892 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 184 | 146 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.07 |
| HSL | 25.05º | 0.72% | 0.75% | - |
| HSV(B) | 25.05º | 0.38% | 0.93% | - |
| XYZ | 57.25 | 54.36 | 34.67 | - |
| YUV | 195.52 | 100.06 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 184 | 146 | 0 | 0.22 | 0.38 | 0.07 | 25.05 | 0.72 | 0.75 |
| Hex | ED | B8 | 92 | 0 | 16 | 26 | 7 | 19 | 48 | 4B |
| Octal | 355 | 270 | 222 | 0 | 26 | 46 | 7 | 31 | 110 | 113 |
| Binary | 11101101 | 10111000 | 10010010 | 0 | 10110 | 100110 | 111 | 11001 | 1001000 | 1001011 |
Color Harmonies of #EDB892
Complementary color
Monochromatic Colors of #EDB892
Black with #EDB892
Text Example
Text Example
White with #EDB892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB892; }
p { color: rgb(237,184,146); }
H1.HeaderClassName
{
color: #EDB892;
}
.AnyTagClassName
{
color: #EDB892;
}
</style>
background-color css
<style>
a { background-color: #EDB892; }
a { background-color: rgb(237,184,146); }
div.DivClassName
{
background-color: #EDB892;
}
.BgClassName
{
background-color: #EDB892;
}
</style>
border-color css
<style>
span { border-color: #EDB892; }
span { border-color: rgb(237,184,146); }
td.TdClassName
{
border-color: #EDB892;
}
.TagClassName
{
border-color: #EDB892;
}
</style>