Shades of Kobi #E686AC
Tints of Kobi #E686AC
RGB
CMYK
RGB Variations
Color information
#E686AC (or 0xE686AC) is known color: Kobi. HEX triplet: E6, 86 and AC. RGB value is (230,134,172). Sum of RGB (Red+Green+Blue) = 230+134+172=536 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.91% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 230 - color contains mainly: red. Hex color #E686AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686AC is #197953. Grayscale: #A6A6A6. Windows color (decimal): -1669460 or 11306726. OLE color: 11306726.
HSL color Cylindrical-coordinate representation of color #E686AC: hue angle of 336.25º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E686AC is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 172 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.10 |
| HSL | 336.25º | 0.66% | 0.71% | - |
| HSV(B) | 336.25º | 0.42% | 0.9% | - |
| XYZ | 48.6 | 36.85 | 43.58 | - |
| YUV | 167.04 | 130.8 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 172 | 0 | 0.42 | 0.25 | 0.10 | 336.25 | 0.66 | 0.71 |
| Hex | E6 | 86 | AC | 0 | 2A | 19 | A | 150 | 42 | 47 |
| Octal | 346 | 206 | 254 | 0 | 52 | 31 | 12 | 520 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10101100 | 0 | 101010 | 11001 | 1010 | 101010000 | 1000010 | 1000111 |
Color Harmonies of #E686AC
Complementary color
Monochromatic Colors of #E686AC
Black with #E686AC
Text Example
Text Example
White with #E686AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686AC; }
p { color: rgb(230,134,172); }
H1.HeaderClassName
{
color: #E686AC;
}
.AnyTagClassName
{
color: #E686AC;
}
</style>
background-color css
<style>
a { background-color: #E686AC; }
a { background-color: rgb(230,134,172); }
div.DivClassName
{
background-color: #E686AC;
}
.BgClassName
{
background-color: #E686AC;
}
</style>
border-color css
<style>
span { border-color: #E686AC; }
span { border-color: rgb(230,134,172); }
td.TdClassName
{
border-color: #E686AC;
}
.TagClassName
{
border-color: #E686AC;
}
</style>