Shades of Hit Pink #EDA26F
Tints of Hit Pink #EDA26F
RGB
CMYK
RGB Variations
Color information
#EDA26F (or 0xEDA26F) is known color: Hit Pink. HEX triplet: ED, A2 and 6F. RGB value is (237,162,111). Sum of RGB (Red+Green+Blue) = 237+162+111=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA26F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA26F is #125D90. Grayscale: #B2B2B2. Windows color (decimal): -1203601 or 7316205. OLE color: 7316205.
HSL color Cylindrical-coordinate representation of color #EDA26F: hue angle of 24.29º 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 #EDA26F is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 111 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.07 |
| HSL | 24.29º | 0.78% | 0.68% | - |
| HSV(B) | 24.29º | 0.53% | 0.93% | - |
| XYZ | 50.71 | 44.99 | 21.05 | - |
| YUV | 178.61 | 89.85 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 111 | 0 | 0.32 | 0.53 | 0.07 | 24.29 | 0.78 | 0.68 |
| Hex | ED | A2 | 6F | 0 | 20 | 35 | 7 | 18 | 4E | 44 |
| Octal | 355 | 242 | 157 | 0 | 40 | 65 | 7 | 30 | 116 | 104 |
| Binary | 11101101 | 10100010 | 1101111 | 0 | 100000 | 110101 | 111 | 11000 | 1001110 | 1000100 |
Color Harmonies of #EDA26F
Complementary color
Monochromatic Colors of #EDA26F
Black with #EDA26F
Text Example
Text Example
White with #EDA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA26F; }
p { color: rgb(237,162,111); }
H1.HeaderClassName
{
color: #EDA26F;
}
.AnyTagClassName
{
color: #EDA26F;
}
</style>
background-color css
<style>
a { background-color: #EDA26F; }
a { background-color: rgb(237,162,111); }
div.DivClassName
{
background-color: #EDA26F;
}
.BgClassName
{
background-color: #EDA26F;
}
</style>
border-color css
<style>
span { border-color: #EDA26F; }
span { border-color: rgb(237,162,111); }
td.TdClassName
{
border-color: #EDA26F;
}
.TagClassName
{
border-color: #EDA26F;
}
</style>