Shades of Kobi #E680AB
Tints of Kobi #E680AB
RGB
CMYK
RGB Variations
Color information
#E680AB (or 0xE680AB) is known color: Kobi. HEX triplet: E6, 80 and AB. RGB value is (230,128,171). Sum of RGB (Red+Green+Blue) = 230+128+171=529 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.48% from 529); Green value is 128 (50.39% from 255 or 24.20% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 230 - color contains mainly: red. Hex color #E680AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E680AB is #197F54. Grayscale: #A3A3A3. Windows color (decimal): -1670997 or 11239654. OLE color: 11239654.
HSL color Cylindrical-coordinate representation of color #E680AB: hue angle of 334.71º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E680AB is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 171 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.10 |
| HSL | 334.71º | 0.67% | 0.7% | - |
| HSV(B) | 334.71º | 0.44% | 0.9% | - |
| XYZ | 47.7 | 35.2 | 42.81 | - |
| YUV | 163.4 | 132.29 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 171 | 0 | 0.44 | 0.26 | 0.10 | 334.71 | 0.67 | 0.7 |
| Hex | E6 | 80 | AB | 0 | 2C | 1A | A | 14F | 43 | 46 |
| Octal | 346 | 200 | 253 | 0 | 54 | 32 | 12 | 517 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10101011 | 0 | 101100 | 11010 | 1010 | 101001111 | 1000011 | 1000110 |
Color Harmonies of #E680AB
Complementary color
Monochromatic Colors of #E680AB
Black with #E680AB
Text Example
Text Example
White with #E680AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E680AB; }
p { color: rgb(230,128,171); }
H1.HeaderClassName
{
color: #E680AB;
}
.AnyTagClassName
{
color: #E680AB;
}
</style>
background-color css
<style>
a { background-color: #E680AB; }
a { background-color: rgb(230,128,171); }
div.DivClassName
{
background-color: #E680AB;
}
.BgClassName
{
background-color: #E680AB;
}
</style>
border-color css
<style>
span { border-color: #E680AB; }
span { border-color: rgb(230,128,171); }
td.TdClassName
{
border-color: #E680AB;
}
.TagClassName
{
border-color: #E680AB;
}
</style>