Shades of Tonys Pink #EB9F90
Tints of Tonys Pink #EB9F90
RGB
CMYK
RGB Variations
Color information
#EB9F90 (or 0xEB9F90) is known color: Tonys Pink. HEX triplet: EB, 9F and 90. RGB value is (235,159,144). Sum of RGB (Red+Green+Blue) = 235+159+144=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 159 (62.5% from 255 or 29.55% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9F90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB9F90 is #14606F. Grayscale: #B4B4B4. Windows color (decimal): -1335408 or 9478123. OLE color: 9478123.
HSL color Cylindrical-coordinate representation of color #EB9F90: hue angle of 9.89º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EB9F90 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 159 | 144 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.08 |
| HSL | 9.89º | 0.69% | 0.74% | - |
| HSV(B) | 9.89º | 0.39% | 0.92% | - |
| XYZ | 51.69 | 44.47 | 32.25 | - |
| YUV | 180.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 159 | 144 | 0 | 0.32 | 0.39 | 0.08 | 9.89 | 0.69 | 0.74 |
| Hex | EB | 9F | 90 | 0 | 20 | 27 | 8 | A | 45 | 4A |
| Octal | 353 | 237 | 220 | 0 | 40 | 47 | 10 | 12 | 105 | 112 |
| Binary | 11101011 | 10011111 | 10010000 | 0 | 100000 | 100111 | 1000 | 1010 | 1000101 | 1001010 |
Color Harmonies of #EB9F90
Complementary color
Monochromatic Colors of #EB9F90
Black with #EB9F90
Text Example
Text Example
White with #EB9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9F90; }
p { color: rgb(235,159,144); }
H1.HeaderClassName
{
color: #EB9F90;
}
.AnyTagClassName
{
color: #EB9F90;
}
</style>
background-color css
<style>
a { background-color: #EB9F90; }
a { background-color: rgb(235,159,144); }
div.DivClassName
{
background-color: #EB9F90;
}
.BgClassName
{
background-color: #EB9F90;
}
</style>
border-color css
<style>
span { border-color: #EB9F90; }
span { border-color: rgb(235,159,144); }
td.TdClassName
{
border-color: #EB9F90;
}
.TagClassName
{
border-color: #EB9F90;
}
</style>