Shades of Mandys Pink #EBBB98
Tints of Mandys Pink #EBBB98
RGB
CMYK
RGB Variations
Color information
#EBBB98 (or 0xEBBB98) is known color: Mandys Pink. HEX triplet: EB, BB and 98. RGB value is (235,187,152). Sum of RGB (Red+Green+Blue) = 235+187+152=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 187 (73.44% from 255 or 32.58% from 574); Blue value is 152 (59.77% from 255 or 26.48% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBB98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBB98 is #144467. Grayscale: #C5C5C5. Windows color (decimal): -1328232 or 10009579. OLE color: 10009579.
HSL color Cylindrical-coordinate representation of color #EBBB98: hue angle of 25.3º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EBBB98 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 187 | 152 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.08 |
| HSL | 25.3º | 0.67% | 0.76% | - |
| HSV(B) | 25.3º | 0.35% | 0.92% | - |
| XYZ | 57.7 | 55.47 | 37.37 | - |
| YUV | 197.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 187 | 152 | 0 | 0.20 | 0.35 | 0.08 | 25.3 | 0.67 | 0.76 |
| Hex | EB | BB | 98 | 0 | 14 | 23 | 8 | 19 | 43 | 4C |
| Octal | 353 | 273 | 230 | 0 | 24 | 43 | 10 | 31 | 103 | 114 |
| Binary | 11101011 | 10111011 | 10011000 | 0 | 10100 | 100011 | 1000 | 11001 | 1000011 | 1001100 |
Color Harmonies of #EBBB98
Complementary color
Monochromatic Colors of #EBBB98
Black with #EBBB98
Text Example
Text Example
White with #EBBB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBB98; }
p { color: rgb(235,187,152); }
H1.HeaderClassName
{
color: #EBBB98;
}
.AnyTagClassName
{
color: #EBBB98;
}
</style>
background-color css
<style>
a { background-color: #EBBB98; }
a { background-color: rgb(235,187,152); }
div.DivClassName
{
background-color: #EBBB98;
}
.BgClassName
{
background-color: #EBBB98;
}
</style>
border-color css
<style>
span { border-color: #EBBB98; }
span { border-color: rgb(235,187,152); }
td.TdClassName
{
border-color: #EBBB98;
}
.TagClassName
{
border-color: #EBBB98;
}
</style>