Shades of Mandys Pink #EAB594
Tints of Mandys Pink #EAB594
RGB
CMYK
RGB Variations
Color information
#EAB594 (or 0xEAB594) is known color: Mandys Pink. HEX triplet: EA, B5 and 94. RGB value is (234,181,148). Sum of RGB (Red+Green+Blue) = 234+181+148=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAB594 is #154A6B. Grayscale: #C1C1C1. Windows color (decimal): -1395308 or 9745898. OLE color: 9745898.
HSL color Cylindrical-coordinate representation of color #EAB594: hue angle of 23.02º degrees, saturation: 0.67, 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 #EAB594 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 148 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.08 |
| HSL | 23.02º | 0.67% | 0.75% | - |
| HSV(B) | 23.02º | 0.37% | 0.92% | - |
| XYZ | 55.8 | 52.68 | 35.24 | - |
| YUV | 193.09 | 102.56 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 148 | 0 | 0.23 | 0.37 | 0.08 | 23.02 | 0.67 | 0.75 |
| Hex | EA | B5 | 94 | 0 | 17 | 25 | 8 | 17 | 43 | 4B |
| Octal | 352 | 265 | 224 | 0 | 27 | 45 | 10 | 27 | 103 | 113 |
| Binary | 11101010 | 10110101 | 10010100 | 0 | 10111 | 100101 | 1000 | 10111 | 1000011 | 1001011 |
Color Harmonies of #EAB594
Complementary color
Monochromatic Colors of #EAB594
Black with #EAB594
Text Example
Text Example
White with #EAB594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB594; }
p { color: rgb(234,181,148); }
H1.HeaderClassName
{
color: #EAB594;
}
.AnyTagClassName
{
color: #EAB594;
}
</style>
background-color css
<style>
a { background-color: #EAB594; }
a { background-color: rgb(234,181,148); }
div.DivClassName
{
background-color: #EAB594;
}
.BgClassName
{
background-color: #EAB594;
}
</style>
border-color css
<style>
span { border-color: #EAB594; }
span { border-color: rgb(234,181,148); }
td.TdClassName
{
border-color: #EAB594;
}
.TagClassName
{
border-color: #EAB594;
}
</style>