Shades of Tonys Pink #EDA48A
Tints of Tonys Pink #EDA48A
RGB
CMYK
RGB Variations
Color information
#EDA48A (or 0xEDA48A) is known color: Tonys Pink. HEX triplet: ED, A4 and 8A. RGB value is (237,164,138). Sum of RGB (Red+Green+Blue) = 237+164+138=539 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.97% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA48A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA48A is #125B75. Grayscale: #B7B7B7. Windows color (decimal): -1203062 or 9086189. OLE color: 9086189.
HSL color Cylindrical-coordinate representation of color #EDA48A: hue angle of 15.76º 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 #EDA48A is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 138 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.07 |
| HSL | 15.76º | 0.73% | 0.74% | - |
| HSV(B) | 15.76º | 0.42% | 0.93% | - |
| XYZ | 52.79 | 46.39 | 30.22 | - |
| YUV | 182.86 | 102.68 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 138 | 0 | 0.31 | 0.42 | 0.07 | 15.76 | 0.73 | 0.74 |
| Hex | ED | A4 | 8A | 0 | 1F | 2A | 7 | 10 | 49 | 4A |
| Octal | 355 | 244 | 212 | 0 | 37 | 52 | 7 | 20 | 111 | 112 |
| Binary | 11101101 | 10100100 | 10001010 | 0 | 11111 | 101010 | 111 | 10000 | 1001001 | 1001010 |
Color Harmonies of #EDA48A
Complementary color
Monochromatic Colors of #EDA48A
Black with #EDA48A
Text Example
Text Example
White with #EDA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA48A; }
p { color: rgb(237,164,138); }
H1.HeaderClassName
{
color: #EDA48A;
}
.AnyTagClassName
{
color: #EDA48A;
}
</style>
background-color css
<style>
a { background-color: #EDA48A; }
a { background-color: rgb(237,164,138); }
div.DivClassName
{
background-color: #EDA48A;
}
.BgClassName
{
background-color: #EDA48A;
}
</style>
border-color css
<style>
span { border-color: #EDA48A; }
span { border-color: rgb(237,164,138); }
td.TdClassName
{
border-color: #EDA48A;
}
.TagClassName
{
border-color: #EDA48A;
}
</style>