Shades of Mandys Pink #EBB594
Tints of Mandys Pink #EBB594
RGB
CMYK
RGB Variations
Color information
#EBB594 (or 0xEBB594) is known color: Mandys Pink. HEX triplet: EB, B5 and 94. RGB value is (235,181,148). Sum of RGB (Red+Green+Blue) = 235+181+148=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 181 (71.09% from 255 or 32.09% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB594 is #144A6B. Grayscale: #C1C1C1. Windows color (decimal): -1329772 or 9745899. OLE color: 9745899.
HSL color Cylindrical-coordinate representation of color #EBB594: hue angle of 22.76º 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 #EBB594 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 181 | 148 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.08 |
| HSL | 22.76º | 0.69% | 0.75% | - |
| HSV(B) | 22.76º | 0.37% | 0.92% | - |
| XYZ | 56.13 | 52.85 | 35.26 | - |
| YUV | 193.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 181 | 148 | 0 | 0.23 | 0.37 | 0.08 | 22.76 | 0.69 | 0.75 |
| Hex | EB | B5 | 94 | 0 | 17 | 25 | 8 | 17 | 45 | 4B |
| Octal | 353 | 265 | 224 | 0 | 27 | 45 | 10 | 27 | 105 | 113 |
| Binary | 11101011 | 10110101 | 10010100 | 0 | 10111 | 100101 | 1000 | 10111 | 1000101 | 1001011 |
Color Harmonies of #EBB594
Complementary color
Monochromatic Colors of #EBB594
Black with #EBB594
Text Example
Text Example
White with #EBB594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB594; }
p { color: rgb(235,181,148); }
H1.HeaderClassName
{
color: #EBB594;
}
.AnyTagClassName
{
color: #EBB594;
}
</style>
background-color css
<style>
a { background-color: #EBB594; }
a { background-color: rgb(235,181,148); }
div.DivClassName
{
background-color: #EBB594;
}
.BgClassName
{
background-color: #EBB594;
}
</style>
border-color css
<style>
span { border-color: #EBB594; }
span { border-color: rgb(235,181,148); }
td.TdClassName
{
border-color: #EBB594;
}
.TagClassName
{
border-color: #EBB594;
}
</style>