Shades of Mandys Pink #EAB192
Tints of Mandys Pink #EAB192
RGB
CMYK
RGB Variations
Color information
#EAB192 (or 0xEAB192) is known color: Mandys Pink. HEX triplet: EA, B1 and 92. RGB value is (234,177,146). Sum of RGB (Red+Green+Blue) = 234+177+146=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 146 (57.42% from 255 or 26.21% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAB192 is #154E6D. Grayscale: #BEBEBE. Windows color (decimal): -1396334 or 9613802. OLE color: 9613802.
HSL color Cylindrical-coordinate representation of color #EAB192: hue angle of 21.14º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EAB192 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 146 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.08 |
| HSL | 21.14º | 0.68% | 0.75% | - |
| HSV(B) | 21.14º | 0.38% | 0.92% | - |
| XYZ | 54.84 | 51.01 | 34.15 | - |
| YUV | 190.51 | 102.88 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 146 | 0 | 0.24 | 0.38 | 0.08 | 21.14 | 0.68 | 0.75 |
| Hex | EA | B1 | 92 | 0 | 18 | 26 | 8 | 15 | 44 | 4B |
| Octal | 352 | 261 | 222 | 0 | 30 | 46 | 10 | 25 | 104 | 113 |
| Binary | 11101010 | 10110001 | 10010010 | 0 | 11000 | 100110 | 1000 | 10101 | 1000100 | 1001011 |
Color Harmonies of #EAB192
Complementary color
Monochromatic Colors of #EAB192
Black with #EAB192
Text Example
Text Example
White with #EAB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB192; }
p { color: rgb(234,177,146); }
H1.HeaderClassName
{
color: #EAB192;
}
.AnyTagClassName
{
color: #EAB192;
}
</style>
background-color css
<style>
a { background-color: #EAB192; }
a { background-color: rgb(234,177,146); }
div.DivClassName
{
background-color: #EAB192;
}
.BgClassName
{
background-color: #EAB192;
}
</style>
border-color css
<style>
span { border-color: #EAB192; }
span { border-color: rgb(234,177,146); }
td.TdClassName
{
border-color: #EAB192;
}
.TagClassName
{
border-color: #EAB192;
}
</style>