Shades of Mandys Pink #EDB091
Tints of Mandys Pink #EDB091
RGB
CMYK
RGB Variations
Color information
#EDB091 (or 0xEDB091) is known color: Mandys Pink. HEX triplet: ED, B0 and 91. RGB value is (237,176,145). Sum of RGB (Red+Green+Blue) = 237+176+145=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 145 (57.03% from 255 or 25.99% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB091 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB091 is #124F6E. Grayscale: #BEBEBE. Windows color (decimal): -1199983 or 9548013. OLE color: 9548013.
HSL color Cylindrical-coordinate representation of color #EDB091: hue angle of 20.22º 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 #EDB091 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 176 | 145 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.07 |
| HSL | 20.22º | 0.72% | 0.75% | - |
| HSV(B) | 20.22º | 0.39% | 0.93% | - |
| XYZ | 55.56 | 51.1 | 33.72 | - |
| YUV | 190.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 176 | 145 | 0 | 0.26 | 0.39 | 0.07 | 20.22 | 0.72 | 0.75 |
| Hex | ED | B0 | 91 | 0 | 1A | 27 | 7 | 14 | 48 | 4B |
| Octal | 355 | 260 | 221 | 0 | 32 | 47 | 7 | 24 | 110 | 113 |
| Binary | 11101101 | 10110000 | 10010001 | 0 | 11010 | 100111 | 111 | 10100 | 1001000 | 1001011 |
Color Harmonies of #EDB091
Complementary color
Monochromatic Colors of #EDB091
Black with #EDB091
Text Example
Text Example
White with #EDB091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB091; }
p { color: rgb(237,176,145); }
H1.HeaderClassName
{
color: #EDB091;
}
.AnyTagClassName
{
color: #EDB091;
}
</style>
background-color css
<style>
a { background-color: #EDB091; }
a { background-color: rgb(237,176,145); }
div.DivClassName
{
background-color: #EDB091;
}
.BgClassName
{
background-color: #EDB091;
}
</style>
border-color css
<style>
span { border-color: #EDB091; }
span { border-color: rgb(237,176,145); }
td.TdClassName
{
border-color: #EDB091;
}
.TagClassName
{
border-color: #EDB091;
}
</style>