Shades of Kobi #E686A3
Tints of Kobi #E686A3
RGB
CMYK
RGB Variations
Color information
#E686A3 (or 0xE686A3) is known color: Kobi. HEX triplet: E6, 86 and A3. RGB value is (230,134,163). Sum of RGB (Red+Green+Blue) = 230+134+163=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 134 (52.73% from 255 or 25.43% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E686A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E686A3 is #19795C. Grayscale: #A5A5A5. Windows color (decimal): -1669469 or 10716902. OLE color: 10716902.
HSL color Cylindrical-coordinate representation of color #E686A3: hue angle of 341.88º 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 #E686A3 is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 163 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.10 |
| HSL | 341.88º | 0.66% | 0.71% | - |
| HSV(B) | 341.88º | 0.42% | 0.9% | - |
| XYZ | 47.77 | 36.52 | 39.18 | - |
| YUV | 166.01 | 126.3 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 163 | 0 | 0.42 | 0.29 | 0.10 | 341.88 | 0.66 | 0.71 |
| Hex | E6 | 86 | A3 | 0 | 2A | 1D | A | 156 | 42 | 47 |
| Octal | 346 | 206 | 243 | 0 | 52 | 35 | 12 | 526 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10100011 | 0 | 101010 | 11101 | 1010 | 101010110 | 1000010 | 1000111 |
Color Harmonies of #E686A3
Complementary color
Monochromatic Colors of #E686A3
Black with #E686A3
Text Example
Text Example
White with #E686A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686A3; }
p { color: rgb(230,134,163); }
H1.HeaderClassName
{
color: #E686A3;
}
.AnyTagClassName
{
color: #E686A3;
}
</style>
background-color css
<style>
a { background-color: #E686A3; }
a { background-color: rgb(230,134,163); }
div.DivClassName
{
background-color: #E686A3;
}
.BgClassName
{
background-color: #E686A3;
}
</style>
border-color css
<style>
span { border-color: #E686A3; }
span { border-color: rgb(230,134,163); }
td.TdClassName
{
border-color: #E686A3;
}
.TagClassName
{
border-color: #E686A3;
}
</style>