Shades of Tonys Pink #EA998B
Tints of Tonys Pink #EA998B
RGB
CMYK
RGB Variations
Color information
#EA998B (or 0xEA998B) is known color: Tonys Pink. HEX triplet: EA, 99 and 8B. RGB value is (234,153,139). Sum of RGB (Red+Green+Blue) = 234+153+139=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA998B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA998B is #156674. Grayscale: #AFAFAF. Windows color (decimal): -1402485 or 9148906. OLE color: 9148906.
HSL color Cylindrical-coordinate representation of color #EA998B: hue angle of 8.84º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA998B is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 153 | 139 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.08 |
| HSL | 8.84º | 0.69% | 0.73% | - |
| HSV(B) | 8.84º | 0.41% | 0.92% | - |
| XYZ | 49.98 | 42.14 | 29.93 | - |
| YUV | 175.62 | 107.34 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 153 | 139 | 0 | 0.35 | 0.41 | 0.08 | 8.84 | 0.69 | 0.73 |
| Hex | EA | 99 | 8B | 0 | 23 | 29 | 8 | 9 | 45 | 49 |
| Octal | 352 | 231 | 213 | 0 | 43 | 51 | 10 | 11 | 105 | 111 |
| Binary | 11101010 | 10011001 | 10001011 | 0 | 100011 | 101001 | 1000 | 1001 | 1000101 | 1001001 |
Color Harmonies of #EA998B
Complementary color
Monochromatic Colors of #EA998B
Black with #EA998B
Text Example
Text Example
White with #EA998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA998B; }
p { color: rgb(234,153,139); }
H1.HeaderClassName
{
color: #EA998B;
}
.AnyTagClassName
{
color: #EA998B;
}
</style>
background-color css
<style>
a { background-color: #EA998B; }
a { background-color: rgb(234,153,139); }
div.DivClassName
{
background-color: #EA998B;
}
.BgClassName
{
background-color: #EA998B;
}
</style>
border-color css
<style>
span { border-color: #EA998B; }
span { border-color: rgb(234,153,139); }
td.TdClassName
{
border-color: #EA998B;
}
.TagClassName
{
border-color: #EA998B;
}
</style>