Shades of Kobi #E687B1
Tints of Kobi #E687B1
RGB
CMYK
RGB Variations
Color information
#E687B1 (or 0xE687B1) is known color: Kobi. HEX triplet: E6, 87 and B1. RGB value is (230,135,177). Sum of RGB (Red+Green+Blue) = 230+135+177=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 177 (69.53% from 255 or 32.66% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E687B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E687B1 is #19784E. Grayscale: #A8A8A8. Windows color (decimal): -1669199 or 11634662. OLE color: 11634662.
HSL color Cylindrical-coordinate representation of color #E687B1: hue angle of 333.47º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E687B1 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 177 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.10 |
| HSL | 333.47º | 0.66% | 0.72% | - |
| HSV(B) | 333.47º | 0.41% | 0.9% | - |
| XYZ | 49.23 | 37.33 | 46.2 | - |
| YUV | 168.19 | 132.97 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 177 | 0 | 0.41 | 0.23 | 0.10 | 333.47 | 0.66 | 0.72 |
| Hex | E6 | 87 | B1 | 0 | 29 | 17 | A | 14D | 42 | 48 |
| Octal | 346 | 207 | 261 | 0 | 51 | 27 | 12 | 515 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10110001 | 0 | 101001 | 10111 | 1010 | 101001101 | 1000010 | 1001000 |
Color Harmonies of #E687B1
Complementary color
Monochromatic Colors of #E687B1
Black with #E687B1
Text Example
Text Example
White with #E687B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687B1; }
p { color: rgb(230,135,177); }
H1.HeaderClassName
{
color: #E687B1;
}
.AnyTagClassName
{
color: #E687B1;
}
</style>
background-color css
<style>
a { background-color: #E687B1; }
a { background-color: rgb(230,135,177); }
div.DivClassName
{
background-color: #E687B1;
}
.BgClassName
{
background-color: #E687B1;
}
</style>
border-color css
<style>
span { border-color: #E687B1; }
span { border-color: rgb(230,135,177); }
td.TdClassName
{
border-color: #E687B1;
}
.TagClassName
{
border-color: #E687B1;
}
</style>