Shades of Kobi #E688AC
Tints of Kobi #E688AC
RGB
CMYK
RGB Variations
Color information
#E688AC (or 0xE688AC) is known color: Kobi. HEX triplet: E6, 88 and AC. RGB value is (230,136,172). Sum of RGB (Red+Green+Blue) = 230+136+172=538 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.75% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 172 (67.58% from 255 or 31.97% from 538); Max value from RGB is 230 - color contains mainly: red. Hex color #E688AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E688AC is #197753. Grayscale: #A8A8A8. Windows color (decimal): -1668948 or 11307238. OLE color: 11307238.
HSL color Cylindrical-coordinate representation of color #E688AC: hue angle of 337.02º degrees, saturation: 0.65, 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 #E688AC is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 172 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.10 |
| HSL | 337.02º | 0.65% | 0.72% | - |
| HSV(B) | 337.02º | 0.41% | 0.9% | - |
| XYZ | 48.88 | 37.41 | 43.67 | - |
| YUV | 168.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 172 | 0 | 0.41 | 0.25 | 0.10 | 337.02 | 0.65 | 0.72 |
| Hex | E6 | 88 | AC | 0 | 29 | 19 | A | 151 | 41 | 48 |
| Octal | 346 | 210 | 254 | 0 | 51 | 31 | 12 | 521 | 101 | 110 |
| Binary | 11100110 | 10001000 | 10101100 | 0 | 101001 | 11001 | 1010 | 101010001 | 1000001 | 1001000 |
Color Harmonies of #E688AC
Complementary color
Monochromatic Colors of #E688AC
Black with #E688AC
Text Example
Text Example
White with #E688AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E688AC; }
p { color: rgb(230,136,172); }
H1.HeaderClassName
{
color: #E688AC;
}
.AnyTagClassName
{
color: #E688AC;
}
</style>
background-color css
<style>
a { background-color: #E688AC; }
a { background-color: rgb(230,136,172); }
div.DivClassName
{
background-color: #E688AC;
}
.BgClassName
{
background-color: #E688AC;
}
</style>
border-color css
<style>
span { border-color: #E688AC; }
span { border-color: rgb(230,136,172); }
td.TdClassName
{
border-color: #E688AC;
}
.TagClassName
{
border-color: #E688AC;
}
</style>