Shades of Tonys Pink #EDA191
Tints of Tonys Pink #EDA191
RGB
CMYK
RGB Variations
Color information
#EDA191 (or 0xEDA191) is known color: Tonys Pink. HEX triplet: ED, A1 and 91. RGB value is (237,161,145). Sum of RGB (Red+Green+Blue) = 237+161+145=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 161 (63.28% from 255 or 29.65% from 543); Blue value is 145 (57.03% from 255 or 26.70% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA191 is #125E6E. Grayscale: #B6B6B6. Windows color (decimal): -1203823 or 9544173. OLE color: 9544173.
HSL color Cylindrical-coordinate representation of color #EDA191: hue angle of 10.43º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDA191 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 145 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.07 |
| HSL | 10.43º | 0.72% | 0.75% | - |
| HSV(B) | 10.43º | 0.39% | 0.93% | - |
| XYZ | 52.78 | 45.54 | 32.8 | - |
| YUV | 181.9 | 107.18 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 145 | 0 | 0.32 | 0.39 | 0.07 | 10.43 | 0.72 | 0.75 |
| Hex | ED | A1 | 91 | 0 | 20 | 27 | 7 | A | 48 | 4B |
| Octal | 355 | 241 | 221 | 0 | 40 | 47 | 7 | 12 | 110 | 113 |
| Binary | 11101101 | 10100001 | 10010001 | 0 | 100000 | 100111 | 111 | 1010 | 1001000 | 1001011 |
Color Harmonies of #EDA191
Complementary color
Monochromatic Colors of #EDA191
Black with #EDA191
Text Example
Text Example
White with #EDA191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA191; }
p { color: rgb(237,161,145); }
H1.HeaderClassName
{
color: #EDA191;
}
.AnyTagClassName
{
color: #EDA191;
}
</style>
background-color css
<style>
a { background-color: #EDA191; }
a { background-color: rgb(237,161,145); }
div.DivClassName
{
background-color: #EDA191;
}
.BgClassName
{
background-color: #EDA191;
}
</style>
border-color css
<style>
span { border-color: #EDA191; }
span { border-color: rgb(237,161,145); }
td.TdClassName
{
border-color: #EDA191;
}
.TagClassName
{
border-color: #EDA191;
}
</style>