Shades of Hit Pink #EDA070
Tints of Hit Pink #EDA070
RGB
CMYK
RGB Variations
Color information
#EDA070 (or 0xEDA070) is known color: Hit Pink. HEX triplet: ED, A0 and 70. RGB value is (237,160,112). Sum of RGB (Red+Green+Blue) = 237+160+112=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA070 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA070 is #125F8F. Grayscale: #B1B1B1. Windows color (decimal): -1204112 or 7381229. OLE color: 7381229.
HSL color Cylindrical-coordinate representation of color #EDA070: hue angle of 23.04º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDA070 is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 112 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.07 |
| HSL | 23.04º | 0.78% | 0.68% | - |
| HSV(B) | 23.04º | 0.53% | 0.93% | - |
| XYZ | 50.42 | 44.32 | 21.23 | - |
| YUV | 177.55 | 91.01 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 112 | 0 | 0.32 | 0.53 | 0.07 | 23.04 | 0.78 | 0.68 |
| Hex | ED | A0 | 70 | 0 | 20 | 35 | 7 | 17 | 4E | 44 |
| Octal | 355 | 240 | 160 | 0 | 40 | 65 | 7 | 27 | 116 | 104 |
| Binary | 11101101 | 10100000 | 1110000 | 0 | 100000 | 110101 | 111 | 10111 | 1001110 | 1000100 |
Color Harmonies of #EDA070
Complementary color
Monochromatic Colors of #EDA070
Black with #EDA070
Text Example
Text Example
White with #EDA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA070; }
p { color: rgb(237,160,112); }
H1.HeaderClassName
{
color: #EDA070;
}
.AnyTagClassName
{
color: #EDA070;
}
</style>
background-color css
<style>
a { background-color: #EDA070; }
a { background-color: rgb(237,160,112); }
div.DivClassName
{
background-color: #EDA070;
}
.BgClassName
{
background-color: #EDA070;
}
</style>
border-color css
<style>
span { border-color: #EDA070; }
span { border-color: rgb(237,160,112); }
td.TdClassName
{
border-color: #EDA070;
}
.TagClassName
{
border-color: #EDA070;
}
</style>