Shades of Mandys Pink #EABB9C
Tints of Mandys Pink #EABB9C
RGB
CMYK
RGB Variations
Color information
#EABB9C (or 0xEABB9C) is known color: Mandys Pink. HEX triplet: EA, BB and 9C. RGB value is (234,187,156). Sum of RGB (Red+Green+Blue) = 234+187+156=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 156 (61.33% from 255 or 27.04% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EABB9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABB9C is #154463. Grayscale: #C5C5C5. Windows color (decimal): -1393764 or 10271722. OLE color: 10271722.
HSL color Cylindrical-coordinate representation of color #EABB9C: hue angle of 23.85º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EABB9C is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 187 | 156 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.08 |
| HSL | 23.85º | 0.65% | 0.76% | - |
| HSV(B) | 23.85º | 0.33% | 0.92% | - |
| XYZ | 57.7 | 55.43 | 39.11 | - |
| YUV | 197.52 | 104.57 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 187 | 156 | 0 | 0.20 | 0.33 | 0.08 | 23.85 | 0.65 | 0.76 |
| Hex | EA | BB | 9C | 0 | 14 | 21 | 8 | 18 | 41 | 4C |
| Octal | 352 | 273 | 234 | 0 | 24 | 41 | 10 | 30 | 101 | 114 |
| Binary | 11101010 | 10111011 | 10011100 | 0 | 10100 | 100001 | 1000 | 11000 | 1000001 | 1001100 |
Color Harmonies of #EABB9C
Complementary color
Monochromatic Colors of #EABB9C
Black with #EABB9C
Text Example
Text Example
White with #EABB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABB9C; }
p { color: rgb(234,187,156); }
H1.HeaderClassName
{
color: #EABB9C;
}
.AnyTagClassName
{
color: #EABB9C;
}
</style>
background-color css
<style>
a { background-color: #EABB9C; }
a { background-color: rgb(234,187,156); }
div.DivClassName
{
background-color: #EABB9C;
}
.BgClassName
{
background-color: #EABB9C;
}
</style>
border-color css
<style>
span { border-color: #EABB9C; }
span { border-color: rgb(234,187,156); }
td.TdClassName
{
border-color: #EABB9C;
}
.TagClassName
{
border-color: #EABB9C;
}
</style>