Shades of Kobi #E690AB
Tints of Kobi #E690AB
RGB
CMYK
RGB Variations
Color information
#E690AB (or 0xE690AB) is known color: Kobi. HEX triplet: E6, 90 and AB. RGB value is (230,144,171). Sum of RGB (Red+Green+Blue) = 230+144+171=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E690AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690AB is #196F54. Grayscale: #ACACAC. Windows color (decimal): -1666901 or 11243750. OLE color: 11243750.
HSL color Cylindrical-coordinate representation of color #E690AB: hue angle of 341.16º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690AB is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 171 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.10 |
| HSL | 341.16º | 0.63% | 0.73% | - |
| HSV(B) | 341.16º | 0.37% | 0.9% | - |
| XYZ | 49.96 | 39.71 | 43.56 | - |
| YUV | 172.79 | 126.99 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 171 | 0 | 0.37 | 0.26 | 0.10 | 341.16 | 0.63 | 0.73 |
| Hex | E6 | 90 | AB | 0 | 25 | 1A | A | 155 | 3F | 49 |
| Octal | 346 | 220 | 253 | 0 | 45 | 32 | 12 | 525 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10101011 | 0 | 100101 | 11010 | 1010 | 101010101 | 111111 | 1001001 |
Color Harmonies of #E690AB
Complementary color
Monochromatic Colors of #E690AB
Black with #E690AB
Text Example
Text Example
White with #E690AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690AB; }
p { color: rgb(230,144,171); }
H1.HeaderClassName
{
color: #E690AB;
}
.AnyTagClassName
{
color: #E690AB;
}
</style>
background-color css
<style>
a { background-color: #E690AB; }
a { background-color: rgb(230,144,171); }
div.DivClassName
{
background-color: #E690AB;
}
.BgClassName
{
background-color: #E690AB;
}
</style>
border-color css
<style>
span { border-color: #E690AB; }
span { border-color: rgb(230,144,171); }
td.TdClassName
{
border-color: #E690AB;
}
.TagClassName
{
border-color: #E690AB;
}
</style>