Shades of Hit Pink #ED9E6F
Tints of Hit Pink #ED9E6F
RGB
CMYK
RGB Variations
Color information
#ED9E6F (or 0xED9E6F) is known color: Hit Pink. HEX triplet: ED, 9E and 6F. RGB value is (237,158,111). Sum of RGB (Red+Green+Blue) = 237+158+111=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 158 (62.11% from 255 or 31.23% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9E6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9E6F is #126190. Grayscale: #B0B0B0. Windows color (decimal): -1204625 or 7315181. OLE color: 7315181.
HSL color Cylindrical-coordinate representation of color #ED9E6F: hue angle of 22.38º 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 #ED9E6F is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 158 | 111 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.07 |
| HSL | 22.38º | 0.78% | 0.68% | - |
| HSV(B) | 22.38º | 0.53% | 0.93% | - |
| XYZ | 50.02 | 43.61 | 20.82 | - |
| YUV | 176.26 | 91.17 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 158 | 111 | 0 | 0.33 | 0.53 | 0.07 | 22.38 | 0.78 | 0.68 |
| Hex | ED | 9E | 6F | 0 | 21 | 35 | 7 | 16 | 4E | 44 |
| Octal | 355 | 236 | 157 | 0 | 41 | 65 | 7 | 26 | 116 | 104 |
| Binary | 11101101 | 10011110 | 1101111 | 0 | 100001 | 110101 | 111 | 10110 | 1001110 | 1000100 |
Color Harmonies of #ED9E6F
Complementary color
Monochromatic Colors of #ED9E6F
Black with #ED9E6F
Text Example
Text Example
White with #ED9E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9E6F; }
p { color: rgb(237,158,111); }
H1.HeaderClassName
{
color: #ED9E6F;
}
.AnyTagClassName
{
color: #ED9E6F;
}
</style>
background-color css
<style>
a { background-color: #ED9E6F; }
a { background-color: rgb(237,158,111); }
div.DivClassName
{
background-color: #ED9E6F;
}
.BgClassName
{
background-color: #ED9E6F;
}
</style>
border-color css
<style>
span { border-color: #ED9E6F; }
span { border-color: rgb(237,158,111); }
td.TdClassName
{
border-color: #ED9E6F;
}
.TagClassName
{
border-color: #ED9E6F;
}
</style>