Shades of Mandys Pink #EBB393
Tints of Mandys Pink #EBB393
RGB
CMYK
RGB Variations
Color information
#EBB393 (or 0xEBB393) is known color: Mandys Pink. HEX triplet: EB, B3 and 93. RGB value is (235,179,147). Sum of RGB (Red+Green+Blue) = 235+179+147=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB393 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB393 is #144C6C. Grayscale: #C0C0C0. Windows color (decimal): -1330285 or 9679851. OLE color: 9679851.
HSL color Cylindrical-coordinate representation of color #EBB393: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EBB393 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 179 | 147 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.08 |
| HSL | 21.82º | 0.69% | 0.75% | - |
| HSV(B) | 21.82º | 0.37% | 0.92% | - |
| XYZ | 55.65 | 52.01 | 34.71 | - |
| YUV | 192.1 | 102.55 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 179 | 147 | 0 | 0.24 | 0.37 | 0.08 | 21.82 | 0.69 | 0.75 |
| Hex | EB | B3 | 93 | 0 | 18 | 25 | 8 | 16 | 45 | 4B |
| Octal | 353 | 263 | 223 | 0 | 30 | 45 | 10 | 26 | 105 | 113 |
| Binary | 11101011 | 10110011 | 10010011 | 0 | 11000 | 100101 | 1000 | 10110 | 1000101 | 1001011 |
Color Harmonies of #EBB393
Complementary color
Monochromatic Colors of #EBB393
Black with #EBB393
Text Example
Text Example
White with #EBB393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB393; }
p { color: rgb(235,179,147); }
H1.HeaderClassName
{
color: #EBB393;
}
.AnyTagClassName
{
color: #EBB393;
}
</style>
background-color css
<style>
a { background-color: #EBB393; }
a { background-color: rgb(235,179,147); }
div.DivClassName
{
background-color: #EBB393;
}
.BgClassName
{
background-color: #EBB393;
}
</style>
border-color css
<style>
span { border-color: #EBB393; }
span { border-color: rgb(235,179,147); }
td.TdClassName
{
border-color: #EBB393;
}
.TagClassName
{
border-color: #EBB393;
}
</style>