Shades of Mandys Pink #EABB9D
Tints of Mandys Pink #EABB9D
RGB
CMYK
RGB Variations
Color information
#EABB9D (or 0xEABB9D) is known color: Mandys Pink. HEX triplet: EA, BB and 9D. RGB value is (234,187,157). Sum of RGB (Red+Green+Blue) = 234+187+157=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 187 (73.44% from 255 or 32.35% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB9D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB9D is #154462. Grayscale: #C5C5C5. Windows color (decimal): -1393763 or 10337258. OLE color: 10337258.
HSL color Cylindrical-coordinate representation of color #EABB9D: hue angle of 23.38º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EABB9D is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 157 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.08 |
| HSL | 23.38º | 0.65% | 0.77% | - |
| HSV(B) | 23.38º | 0.33% | 0.92% | - |
| XYZ | 57.79 | 55.47 | 39.56 | - |
| YUV | 197.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 157 | 0 | 0.20 | 0.33 | 0.08 | 23.38 | 0.65 | 0.77 |
| Hex | EA | BB | 9D | 0 | 14 | 21 | 8 | 17 | 41 | 4D |
| Octal | 352 | 273 | 235 | 0 | 24 | 41 | 10 | 27 | 101 | 115 |
| Binary | 11101010 | 10111011 | 10011101 | 0 | 10100 | 100001 | 1000 | 10111 | 1000001 | 1001101 |
Color Harmonies of #EABB9D
Complementary color
Monochromatic Colors of #EABB9D
Black with #EABB9D
Text Example
Text Example
White with #EABB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB9D; }
p { color: rgb(234,187,157); }
H1.HeaderClassName
{
color: #EABB9D;
}
.AnyTagClassName
{
color: #EABB9D;
}
</style>
background-color css
<style>
a { background-color: #EABB9D; }
a { background-color: rgb(234,187,157); }
div.DivClassName
{
background-color: #EABB9D;
}
.BgClassName
{
background-color: #EABB9D;
}
</style>
border-color css
<style>
span { border-color: #EABB9D; }
span { border-color: rgb(234,187,157); }
td.TdClassName
{
border-color: #EABB9D;
}
.TagClassName
{
border-color: #EABB9D;
}
</style>