Shades of Hit Pink #EBA06F
Tints of Hit Pink #EBA06F
RGB
CMYK
RGB Variations
Color information
#EBA06F (or 0xEBA06F) is known color: Hit Pink. HEX triplet: EB, A0 and 6F. RGB value is (235,160,111). Sum of RGB (Red+Green+Blue) = 235+160+111=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA06F is #145F90. Grayscale: #B1B1B1. Windows color (decimal): -1335185 or 7315691. OLE color: 7315691.
HSL color Cylindrical-coordinate representation of color #EBA06F: hue angle of 23.71º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EBA06F is Cyan = 0, Magento = 0.32, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 111 | - |
| CMYK | 0 | 0.32 | 0.53 | 0.08 |
| HSL | 23.71º | 0.76% | 0.68% | - |
| HSV(B) | 23.71º | 0.53% | 0.92% | - |
| XYZ | 49.7 | 43.95 | 20.9 | - |
| YUV | 176.84 | 90.85 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 111 | 0 | 0.32 | 0.53 | 0.08 | 23.71 | 0.76 | 0.68 |
| Hex | EB | A0 | 6F | 0 | 20 | 35 | 8 | 18 | 4C | 44 |
| Octal | 353 | 240 | 157 | 0 | 40 | 65 | 10 | 30 | 114 | 104 |
| Binary | 11101011 | 10100000 | 1101111 | 0 | 100000 | 110101 | 1000 | 11000 | 1001100 | 1000100 |
Color Harmonies of #EBA06F
Complementary color
Monochromatic Colors of #EBA06F
Black with #EBA06F
Text Example
Text Example
White with #EBA06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA06F; }
p { color: rgb(235,160,111); }
H1.HeaderClassName
{
color: #EBA06F;
}
.AnyTagClassName
{
color: #EBA06F;
}
</style>
background-color css
<style>
a { background-color: #EBA06F; }
a { background-color: rgb(235,160,111); }
div.DivClassName
{
background-color: #EBA06F;
}
.BgClassName
{
background-color: #EBA06F;
}
</style>
border-color css
<style>
span { border-color: #EBA06F; }
span { border-color: rgb(235,160,111); }
td.TdClassName
{
border-color: #EBA06F;
}
.TagClassName
{
border-color: #EBA06F;
}
</style>