Shades of Tonys Pink #ED9E8A
Tints of Tonys Pink #ED9E8A
RGB
CMYK
RGB Variations
Color information
#ED9E8A (or 0xED9E8A) is known color: Tonys Pink. HEX triplet: ED, 9E and 8A. RGB value is (237,158,138). Sum of RGB (Red+Green+Blue) = 237+158+138=533 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.47% from 533); Green value is 158 (62.11% from 255 or 29.64% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9E8A is #126175. Grayscale: #B3B3B3. Windows color (decimal): -1204598 or 9084653. OLE color: 9084653.
HSL color Cylindrical-coordinate representation of color #ED9E8A: hue angle of 12.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED9E8A is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 138 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.07 |
| HSL | 12.12º | 0.73% | 0.74% | - |
| HSV(B) | 12.12º | 0.42% | 0.93% | - |
| XYZ | 51.74 | 44.29 | 29.87 | - |
| YUV | 179.34 | 104.67 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 138 | 0 | 0.33 | 0.42 | 0.07 | 12.12 | 0.73 | 0.74 |
| Hex | ED | 9E | 8A | 0 | 21 | 2A | 7 | C | 49 | 4A |
| Octal | 355 | 236 | 212 | 0 | 41 | 52 | 7 | 14 | 111 | 112 |
| Binary | 11101101 | 10011110 | 10001010 | 0 | 100001 | 101010 | 111 | 1100 | 1001001 | 1001010 |
Color Harmonies of #ED9E8A
Complementary color
Monochromatic Colors of #ED9E8A
Black with #ED9E8A
Text Example
Text Example
White with #ED9E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E8A; }
p { color: rgb(237,158,138); }
H1.HeaderClassName
{
color: #ED9E8A;
}
.AnyTagClassName
{
color: #ED9E8A;
}
</style>
background-color css
<style>
a { background-color: #ED9E8A; }
a { background-color: rgb(237,158,138); }
div.DivClassName
{
background-color: #ED9E8A;
}
.BgClassName
{
background-color: #ED9E8A;
}
</style>
border-color css
<style>
span { border-color: #ED9E8A; }
span { border-color: rgb(237,158,138); }
td.TdClassName
{
border-color: #ED9E8A;
}
.TagClassName
{
border-color: #ED9E8A;
}
</style>