Shades of Tonys Pink #EA9A8A
Tints of Tonys Pink #EA9A8A
RGB
CMYK
RGB Variations
Color information
#EA9A8A (or 0xEA9A8A) is known color: Tonys Pink. HEX triplet: EA, 9A and 8A. RGB value is (234,154,138). Sum of RGB (Red+Green+Blue) = 234+154+138=526 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.49% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9A8A is #156575. Grayscale: #B0B0B0. Windows color (decimal): -1402230 or 9083626. OLE color: 9083626.
HSL color Cylindrical-coordinate representation of color #EA9A8A: hue angle of 10º degrees, saturation: 0.7, 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 #EA9A8A is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 154 | 138 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.08 |
| HSL | 10º | 0.7% | 0.73% | - |
| HSV(B) | 10º | 0.41% | 0.92% | - |
| XYZ | 50.07 | 42.44 | 29.6 | - |
| YUV | 176.1 | 106.5 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 154 | 138 | 0 | 0.34 | 0.41 | 0.08 | 10 | 0.7 | 0.73 |
| Hex | EA | 9A | 8A | 0 | 22 | 29 | 8 | A | 46 | 49 |
| Octal | 352 | 232 | 212 | 0 | 42 | 51 | 10 | 12 | 106 | 111 |
| Binary | 11101010 | 10011010 | 10001010 | 0 | 100010 | 101001 | 1000 | 1010 | 1000110 | 1001001 |
Color Harmonies of #EA9A8A
Complementary color
Monochromatic Colors of #EA9A8A
Black with #EA9A8A
Text Example
Text Example
White with #EA9A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA9A8A; }
p { color: rgb(234,154,138); }
H1.HeaderClassName
{
color: #EA9A8A;
}
.AnyTagClassName
{
color: #EA9A8A;
}
</style>
background-color css
<style>
a { background-color: #EA9A8A; }
a { background-color: rgb(234,154,138); }
div.DivClassName
{
background-color: #EA9A8A;
}
.BgClassName
{
background-color: #EA9A8A;
}
</style>
border-color css
<style>
span { border-color: #EA9A8A; }
span { border-color: rgb(234,154,138); }
td.TdClassName
{
border-color: #EA9A8A;
}
.TagClassName
{
border-color: #EA9A8A;
}
</style>