Shades of Kobi #E687AC
Tints of Kobi #E687AC
RGB
CMYK
RGB Variations
Color information
#E687AC (or 0xE687AC) is known color: Kobi. HEX triplet: E6, 87 and AC. RGB value is (230,135,172). Sum of RGB (Red+Green+Blue) = 230+135+172=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 135 (53.12% from 255 or 25.14% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E687AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E687AC is #197853. Grayscale: #A7A7A7. Windows color (decimal): -1669204 or 11306982. OLE color: 11306982.
HSL color Cylindrical-coordinate representation of color #E687AC: hue angle of 336.63º 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 #E687AC is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 172 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.10 |
| HSL | 336.63º | 0.66% | 0.72% | - |
| HSV(B) | 336.63º | 0.41% | 0.9% | - |
| XYZ | 48.74 | 37.13 | 43.63 | - |
| YUV | 167.62 | 130.47 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 172 | 0 | 0.41 | 0.25 | 0.10 | 336.63 | 0.66 | 0.72 |
| Hex | E6 | 87 | AC | 0 | 29 | 19 | A | 151 | 42 | 48 |
| Octal | 346 | 207 | 254 | 0 | 51 | 31 | 12 | 521 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10101100 | 0 | 101001 | 11001 | 1010 | 101010001 | 1000010 | 1001000 |
Color Harmonies of #E687AC
Complementary color
Monochromatic Colors of #E687AC
Black with #E687AC
Text Example
Text Example
White with #E687AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E687AC; }
p { color: rgb(230,135,172); }
H1.HeaderClassName
{
color: #E687AC;
}
.AnyTagClassName
{
color: #E687AC;
}
</style>
background-color css
<style>
a { background-color: #E687AC; }
a { background-color: rgb(230,135,172); }
div.DivClassName
{
background-color: #E687AC;
}
.BgClassName
{
background-color: #E687AC;
}
</style>
border-color css
<style>
span { border-color: #E687AC; }
span { border-color: rgb(230,135,172); }
td.TdClassName
{
border-color: #E687AC;
}
.TagClassName
{
border-color: #E687AC;
}
</style>