Shades of Hit Pink #ED9D6D
Tints of Hit Pink #ED9D6D
RGB
CMYK
RGB Variations
Color information
#ED9D6D (or 0xED9D6D) is known color: Hit Pink. HEX triplet: ED, 9D and 6D. RGB value is (237,157,109). Sum of RGB (Red+Green+Blue) = 237+157+109=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 109 (42.97% from 255 or 21.67% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9D6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9D6D is #126292. Grayscale: #AFAFAF. Windows color (decimal): -1204883 or 7183853. OLE color: 7183853.
HSL color Cylindrical-coordinate representation of color #ED9D6D: hue angle of 22.5º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ED9D6D is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 157 | 109 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.07 |
| HSL | 22.5º | 0.78% | 0.68% | - |
| HSV(B) | 22.5º | 0.54% | 0.93% | - |
| XYZ | 49.74 | 43.22 | 20.19 | - |
| YUV | 175.45 | 90.5 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 157 | 109 | 0 | 0.34 | 0.54 | 0.07 | 22.5 | 0.78 | 0.68 |
| Hex | ED | 9D | 6D | 0 | 22 | 36 | 7 | 16 | 4E | 44 |
| Octal | 355 | 235 | 155 | 0 | 42 | 66 | 7 | 26 | 116 | 104 |
| Binary | 11101101 | 10011101 | 1101101 | 0 | 100010 | 110110 | 111 | 10110 | 1001110 | 1000100 |
Color Harmonies of #ED9D6D
Complementary color
Monochromatic Colors of #ED9D6D
Black with #ED9D6D
Text Example
Text Example
White with #ED9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9D6D; }
p { color: rgb(237,157,109); }
H1.HeaderClassName
{
color: #ED9D6D;
}
.AnyTagClassName
{
color: #ED9D6D;
}
</style>
background-color css
<style>
a { background-color: #ED9D6D; }
a { background-color: rgb(237,157,109); }
div.DivClassName
{
background-color: #ED9D6D;
}
.BgClassName
{
background-color: #ED9D6D;
}
</style>
border-color css
<style>
span { border-color: #ED9D6D; }
span { border-color: rgb(237,157,109); }
td.TdClassName
{
border-color: #ED9D6D;
}
.TagClassName
{
border-color: #ED9D6D;
}
</style>