Shades of Kobi #E699AB
Tints of Kobi #E699AB
RGB
CMYK
RGB Variations
Color information
#E699AB (or 0xE699AB) is known color: Kobi. HEX triplet: E6, 99 and AB. RGB value is (230,153,171). Sum of RGB (Red+Green+Blue) = 230+153+171=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 153 (60.16% from 255 or 27.62% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E699AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E699AB is #196654. Grayscale: #B2B2B2. Windows color (decimal): -1664597 or 11246054. OLE color: 11246054.
HSL color Cylindrical-coordinate representation of color #E699AB: hue angle of 345.97º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E699AB is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 153 | 171 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.10 |
| HSL | 345.97º | 0.61% | 0.75% | - |
| HSV(B) | 345.97º | 0.33% | 0.9% | - |
| XYZ | 51.38 | 42.55 | 44.03 | - |
| YUV | 178.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 153 | 171 | 0 | 0.33 | 0.26 | 0.10 | 345.97 | 0.61 | 0.75 |
| Hex | E6 | 99 | AB | 0 | 21 | 1A | A | 15A | 3D | 4B |
| Octal | 346 | 231 | 253 | 0 | 41 | 32 | 12 | 532 | 75 | 113 |
| Binary | 11100110 | 10011001 | 10101011 | 0 | 100001 | 11010 | 1010 | 101011010 | 111101 | 1001011 |
Color Harmonies of #E699AB
Complementary color
Monochromatic Colors of #E699AB
Black with #E699AB
Text Example
Text Example
White with #E699AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E699AB; }
p { color: rgb(230,153,171); }
H1.HeaderClassName
{
color: #E699AB;
}
.AnyTagClassName
{
color: #E699AB;
}
</style>
background-color css
<style>
a { background-color: #E699AB; }
a { background-color: rgb(230,153,171); }
div.DivClassName
{
background-color: #E699AB;
}
.BgClassName
{
background-color: #E699AB;
}
</style>
border-color css
<style>
span { border-color: #E699AB; }
span { border-color: rgb(230,153,171); }
td.TdClassName
{
border-color: #E699AB;
}
.TagClassName
{
border-color: #E699AB;
}
</style>