Shades of Kobi #E87FAC
Tints of Kobi #E87FAC
RGB
CMYK
RGB Variations
Color information
#E87FAC (or 0xE87FAC) is known color: Kobi. HEX triplet: E8, 7F and AC. RGB value is (232,127,172). Sum of RGB (Red+Green+Blue) = 232+127+172=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E87FAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87FAC is #178053. Grayscale: #A3A3A3. Windows color (decimal): -1540180 or 11304936. OLE color: 11304936.
HSL color Cylindrical-coordinate representation of color #E87FAC: hue angle of 334.29º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E87FAC is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 172 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.09 |
| HSL | 334.29º | 0.7% | 0.7% | - |
| HSV(B) | 334.29º | 0.45% | 0.91% | - |
| XYZ | 48.31 | 35.31 | 43.3 | - |
| YUV | 163.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 172 | 0 | 0.45 | 0.26 | 0.09 | 334.29 | 0.7 | 0.7 |
| Hex | E8 | 7F | AC | 0 | 2D | 1A | 9 | 14E | 46 | 46 |
| Octal | 350 | 177 | 254 | 0 | 55 | 32 | 11 | 516 | 106 | 106 |
| Binary | 11101000 | 1111111 | 10101100 | 0 | 101101 | 11010 | 1001 | 101001110 | 1000110 | 1000110 |
Color Harmonies of #E87FAC
Complementary color
Monochromatic Colors of #E87FAC
Black with #E87FAC
Text Example
Text Example
White with #E87FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87FAC; }
p { color: rgb(232,127,172); }
H1.HeaderClassName
{
color: #E87FAC;
}
.AnyTagClassName
{
color: #E87FAC;
}
</style>
background-color css
<style>
a { background-color: #E87FAC; }
a { background-color: rgb(232,127,172); }
div.DivClassName
{
background-color: #E87FAC;
}
.BgClassName
{
background-color: #E87FAC;
}
</style>
border-color css
<style>
span { border-color: #E87FAC; }
span { border-color: rgb(232,127,172); }
td.TdClassName
{
border-color: #E87FAC;
}
.TagClassName
{
border-color: #E87FAC;
}
</style>