Shades of Kobi #E686B3
Tints of Kobi #E686B3
RGB
CMYK
RGB Variations
Color information
#E686B3 (or 0xE686B3) is known color: Kobi. HEX triplet: E6, 86 and B3. RGB value is (230,134,179). Sum of RGB (Red+Green+Blue) = 230+134+179=543 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.36% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 179 (70.31% from 255 or 32.97% from 543); Max value from RGB is 230 - color contains mainly: red. Hex color #E686B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E686B3 is #19794C. Grayscale: #A7A7A7. Windows color (decimal): -1669453 or 11765478. OLE color: 11765478.
HSL color Cylindrical-coordinate representation of color #E686B3: hue angle of 331.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 #E686B3 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 179 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.10 |
| HSL | 331.88º | 0.66% | 0.71% | - |
| HSV(B) | 331.88º | 0.42% | 0.9% | - |
| XYZ | 49.29 | 37.13 | 47.22 | - |
| YUV | 167.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 179 | 0 | 0.42 | 0.22 | 0.10 | 331.88 | 0.66 | 0.71 |
| Hex | E6 | 86 | B3 | 0 | 2A | 16 | A | 14C | 42 | 47 |
| Octal | 346 | 206 | 263 | 0 | 52 | 26 | 12 | 514 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10110011 | 0 | 101010 | 10110 | 1010 | 101001100 | 1000010 | 1000111 |
Color Harmonies of #E686B3
Complementary color
Monochromatic Colors of #E686B3
Black with #E686B3
Text Example
Text Example
White with #E686B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E686B3; }
p { color: rgb(230,134,179); }
H1.HeaderClassName
{
color: #E686B3;
}
.AnyTagClassName
{
color: #E686B3;
}
</style>
background-color css
<style>
a { background-color: #E686B3; }
a { background-color: rgb(230,134,179); }
div.DivClassName
{
background-color: #E686B3;
}
.BgClassName
{
background-color: #E686B3;
}
</style>
border-color css
<style>
span { border-color: #E686B3; }
span { border-color: rgb(230,134,179); }
td.TdClassName
{
border-color: #E686B3;
}
.TagClassName
{
border-color: #E686B3;
}
</style>