Shades of Hit Pink #EDA171
Tints of Hit Pink #EDA171
RGB
CMYK
RGB Variations
Color information
#EDA171 (or 0xEDA171) is known color: Hit Pink. HEX triplet: ED, A1 and 71. RGB value is (237,161,113). Sum of RGB (Red+Green+Blue) = 237+161+113=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 161 (63.28% from 255 or 31.51% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA171 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA171 is #125E8E. Grayscale: #B2B2B2. Windows color (decimal): -1203855 or 7447021. OLE color: 7447021.
HSL color Cylindrical-coordinate representation of color #EDA171: hue angle of 23.23º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EDA171 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 161 | 113 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.07 |
| HSL | 23.23º | 0.78% | 0.69% | - |
| HSV(B) | 23.23º | 0.52% | 0.93% | - |
| XYZ | 50.65 | 44.69 | 21.58 | - |
| YUV | 178.25 | 91.18 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 161 | 113 | 0 | 0.32 | 0.52 | 0.07 | 23.23 | 0.78 | 0.69 |
| Hex | ED | A1 | 71 | 0 | 20 | 34 | 7 | 17 | 4E | 45 |
| Octal | 355 | 241 | 161 | 0 | 40 | 64 | 7 | 27 | 116 | 105 |
| Binary | 11101101 | 10100001 | 1110001 | 0 | 100000 | 110100 | 111 | 10111 | 1001110 | 1000101 |
Color Harmonies of #EDA171
Complementary color
Monochromatic Colors of #EDA171
Black with #EDA171
Text Example
Text Example
White with #EDA171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA171; }
p { color: rgb(237,161,113); }
H1.HeaderClassName
{
color: #EDA171;
}
.AnyTagClassName
{
color: #EDA171;
}
</style>
background-color css
<style>
a { background-color: #EDA171; }
a { background-color: rgb(237,161,113); }
div.DivClassName
{
background-color: #EDA171;
}
.BgClassName
{
background-color: #EDA171;
}
</style>
border-color css
<style>
span { border-color: #EDA171; }
span { border-color: rgb(237,161,113); }
td.TdClassName
{
border-color: #EDA171;
}
.TagClassName
{
border-color: #EDA171;
}
</style>