Shades of Hit Pink #EDA173
Tints of Hit Pink #EDA173
RGB
CMYK
RGB Variations
Color information
#EDA173 (or 0xEDA173) is known color: Hit Pink. HEX triplet: ED, A1 and 73. RGB value is (237,161,115). Sum of RGB (Red+Green+Blue) = 237+161+115=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 161 (63.28% from 255 or 31.38% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA173 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA173 is #125E8C. Grayscale: #B2B2B2. Windows color (decimal): -1203853 or 7578093. OLE color: 7578093.
HSL color Cylindrical-coordinate representation of color #EDA173: hue angle of 22.62º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDA173 is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 115 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.07 |
| HSL | 22.62º | 0.77% | 0.69% | - |
| HSV(B) | 22.62º | 0.51% | 0.93% | - |
| XYZ | 50.76 | 44.73 | 22.18 | - |
| YUV | 178.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 115 | 0 | 0.32 | 0.51 | 0.07 | 22.62 | 0.77 | 0.69 |
| Hex | ED | A1 | 73 | 0 | 20 | 33 | 7 | 17 | 4D | 45 |
| Octal | 355 | 241 | 163 | 0 | 40 | 63 | 7 | 27 | 115 | 105 |
| Binary | 11101101 | 10100001 | 1110011 | 0 | 100000 | 110011 | 111 | 10111 | 1001101 | 1000101 |
Color Harmonies of #EDA173
Complementary color
Monochromatic Colors of #EDA173
Black with #EDA173
Text Example
Text Example
White with #EDA173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA173; }
p { color: rgb(237,161,115); }
H1.HeaderClassName
{
color: #EDA173;
}
.AnyTagClassName
{
color: #EDA173;
}
</style>
background-color css
<style>
a { background-color: #EDA173; }
a { background-color: rgb(237,161,115); }
div.DivClassName
{
background-color: #EDA173;
}
.BgClassName
{
background-color: #EDA173;
}
</style>
border-color css
<style>
span { border-color: #EDA173; }
span { border-color: rgb(237,161,115); }
td.TdClassName
{
border-color: #EDA173;
}
.TagClassName
{
border-color: #EDA173;
}
</style>