Shades of Tonys Pink #ED998B
Tints of Tonys Pink #ED998B
RGB
CMYK
RGB Variations
Color information
#ED998B (or 0xED998B) is known color: Tonys Pink. HEX triplet: ED, 99 and 8B. RGB value is (237,153,139). Sum of RGB (Red+Green+Blue) = 237+153+139=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED998B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED998B is #126674. Grayscale: #B0B0B0. Windows color (decimal): -1205877 or 9148909. OLE color: 9148909.
HSL color Cylindrical-coordinate representation of color #ED998B: hue angle of 8.57º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED998B is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 153 | 139 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.07 |
| HSL | 8.57º | 0.73% | 0.74% | - |
| HSV(B) | 8.57º | 0.41% | 0.93% | - |
| XYZ | 50.98 | 42.65 | 29.97 | - |
| YUV | 176.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 153 | 139 | 0 | 0.35 | 0.41 | 0.07 | 8.57 | 0.73 | 0.74 |
| Hex | ED | 99 | 8B | 0 | 23 | 29 | 7 | 9 | 49 | 4A |
| Octal | 355 | 231 | 213 | 0 | 43 | 51 | 7 | 11 | 111 | 112 |
| Binary | 11101101 | 10011001 | 10001011 | 0 | 100011 | 101001 | 111 | 1001 | 1001001 | 1001010 |
Color Harmonies of #ED998B
Complementary color
Monochromatic Colors of #ED998B
Black with #ED998B
Text Example
Text Example
White with #ED998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED998B; }
p { color: rgb(237,153,139); }
H1.HeaderClassName
{
color: #ED998B;
}
.AnyTagClassName
{
color: #ED998B;
}
</style>
background-color css
<style>
a { background-color: #ED998B; }
a { background-color: rgb(237,153,139); }
div.DivClassName
{
background-color: #ED998B;
}
.BgClassName
{
background-color: #ED998B;
}
</style>
border-color css
<style>
span { border-color: #ED998B; }
span { border-color: rgb(237,153,139); }
td.TdClassName
{
border-color: #ED998B;
}
.TagClassName
{
border-color: #ED998B;
}
</style>