Shades of Mandys Pink #EDB193
Tints of Mandys Pink #EDB193
RGB
CMYK
RGB Variations
Color information
#EDB193 (or 0xEDB193) is known color: Mandys Pink. HEX triplet: ED, B1 and 93. RGB value is (237,177,147). Sum of RGB (Red+Green+Blue) = 237+177+147=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB193 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB193 is #124E6C. Grayscale: #BFBFBF. Windows color (decimal): -1199725 or 9679341. OLE color: 9679341.
HSL color Cylindrical-coordinate representation of color #EDB193: hue angle of 20º degrees, saturation: 0.71, 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 #EDB193 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 147 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.07 |
| HSL | 20º | 0.71% | 0.75% | - |
| HSV(B) | 20º | 0.38% | 0.93% | - |
| XYZ | 55.91 | 51.56 | 34.61 | - |
| YUV | 191.52 | 102.88 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 147 | 0 | 0.25 | 0.38 | 0.07 | 20 | 0.71 | 0.75 |
| Hex | ED | B1 | 93 | 0 | 19 | 26 | 7 | 14 | 47 | 4B |
| Octal | 355 | 261 | 223 | 0 | 31 | 46 | 7 | 24 | 107 | 113 |
| Binary | 11101101 | 10110001 | 10010011 | 0 | 11001 | 100110 | 111 | 10100 | 1000111 | 1001011 |
Color Harmonies of #EDB193
Complementary color
Monochromatic Colors of #EDB193
Black with #EDB193
Text Example
Text Example
White with #EDB193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB193; }
p { color: rgb(237,177,147); }
H1.HeaderClassName
{
color: #EDB193;
}
.AnyTagClassName
{
color: #EDB193;
}
</style>
background-color css
<style>
a { background-color: #EDB193; }
a { background-color: rgb(237,177,147); }
div.DivClassName
{
background-color: #EDB193;
}
.BgClassName
{
background-color: #EDB193;
}
</style>
border-color css
<style>
span { border-color: #EDB193; }
span { border-color: rgb(237,177,147); }
td.TdClassName
{
border-color: #EDB193;
}
.TagClassName
{
border-color: #EDB193;
}
</style>