Shades of Mandys Pink #EDBB93
Tints of Mandys Pink #EDBB93
RGB
CMYK
RGB Variations
Color information
#EDBB93 (or 0xEDBB93) is known color: Mandys Pink. HEX triplet: ED, BB and 93. RGB value is (237,187,147). Sum of RGB (Red+Green+Blue) = 237+187+147=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 187 (73.44% from 255 or 32.75% from 571); Blue value is 147 (57.81% from 255 or 25.74% from 571); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDBB93 is #12446C. Grayscale: #C5C5C5. Windows color (decimal): -1197165 or 9681901. OLE color: 9681901.
HSL color Cylindrical-coordinate representation of color #EDBB93: hue angle of 26.67º 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 #EDBB93 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 147 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.07 |
| HSL | 26.67º | 0.71% | 0.75% | - |
| HSV(B) | 26.67º | 0.38% | 0.93% | - |
| XYZ | 57.96 | 55.65 | 35.29 | - |
| YUV | 197.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 147 | 0 | 0.21 | 0.38 | 0.07 | 26.67 | 0.71 | 0.75 |
| Hex | ED | BB | 93 | 0 | 15 | 26 | 7 | 1B | 47 | 4B |
| Octal | 355 | 273 | 223 | 0 | 25 | 46 | 7 | 33 | 107 | 113 |
| Binary | 11101101 | 10111011 | 10010011 | 0 | 10101 | 100110 | 111 | 11011 | 1000111 | 1001011 |
Color Harmonies of #EDBB93
Complementary color
Monochromatic Colors of #EDBB93
Black with #EDBB93
Text Example
Text Example
White with #EDBB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB93; }
p { color: rgb(237,187,147); }
H1.HeaderClassName
{
color: #EDBB93;
}
.AnyTagClassName
{
color: #EDBB93;
}
</style>
background-color css
<style>
a { background-color: #EDBB93; }
a { background-color: rgb(237,187,147); }
div.DivClassName
{
background-color: #EDBB93;
}
.BgClassName
{
background-color: #EDBB93;
}
</style>
border-color css
<style>
span { border-color: #EDBB93; }
span { border-color: rgb(237,187,147); }
td.TdClassName
{
border-color: #EDBB93;
}
.TagClassName
{
border-color: #EDBB93;
}
</style>