Shades of Hit Pink #EDA072
Tints of Hit Pink #EDA072
RGB
CMYK
RGB Variations
Color information
#EDA072 (or 0xEDA072) is known color: Hit Pink. HEX triplet: ED, A0 and 72. RGB value is (237,160,114). Sum of RGB (Red+Green+Blue) = 237+160+114=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 114 (44.92% from 255 or 22.31% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA072 is #125F8D. Grayscale: #B2B2B2. Windows color (decimal): -1204110 or 7512301. OLE color: 7512301.
HSL color Cylindrical-coordinate representation of color #EDA072: hue angle of 22.44º 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 #EDA072 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 160 | 114 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.07 |
| HSL | 22.44º | 0.77% | 0.69% | - |
| HSV(B) | 22.44º | 0.52% | 0.93% | - |
| XYZ | 50.53 | 44.36 | 21.82 | - |
| YUV | 177.78 | 92.01 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 160 | 114 | 0 | 0.32 | 0.52 | 0.07 | 22.44 | 0.77 | 0.69 |
| Hex | ED | A0 | 72 | 0 | 20 | 34 | 7 | 16 | 4D | 45 |
| Octal | 355 | 240 | 162 | 0 | 40 | 64 | 7 | 26 | 115 | 105 |
| Binary | 11101101 | 10100000 | 1110010 | 0 | 100000 | 110100 | 111 | 10110 | 1001101 | 1000101 |
Color Harmonies of #EDA072
Complementary color
Monochromatic Colors of #EDA072
Black with #EDA072
Text Example
Text Example
White with #EDA072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA072; }
p { color: rgb(237,160,114); }
H1.HeaderClassName
{
color: #EDA072;
}
.AnyTagClassName
{
color: #EDA072;
}
</style>
background-color css
<style>
a { background-color: #EDA072; }
a { background-color: rgb(237,160,114); }
div.DivClassName
{
background-color: #EDA072;
}
.BgClassName
{
background-color: #EDA072;
}
</style>
border-color css
<style>
span { border-color: #EDA072; }
span { border-color: rgb(237,160,114); }
td.TdClassName
{
border-color: #EDA072;
}
.TagClassName
{
border-color: #EDA072;
}
</style>