Shades of Kobi #E691AB
Tints of Kobi #E691AB
RGB
CMYK
RGB Variations
Color information
#E691AB (or 0xE691AB) is known color: Kobi. HEX triplet: E6, 91 and AB. RGB value is (230,145,171). Sum of RGB (Red+Green+Blue) = 230+145+171=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E691AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E691AB is #196E54. Grayscale: #ADADAD. Windows color (decimal): -1666645 or 11244006. OLE color: 11244006.
HSL color Cylindrical-coordinate representation of color #E691AB: hue angle of 341.65º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E691AB is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 145 | 171 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.10 |
| HSL | 341.65º | 0.63% | 0.74% | - |
| HSV(B) | 341.65º | 0.37% | 0.9% | - |
| XYZ | 50.11 | 40.01 | 43.61 | - |
| YUV | 173.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 145 | 171 | 0 | 0.37 | 0.26 | 0.10 | 341.65 | 0.63 | 0.74 |
| Hex | E6 | 91 | AB | 0 | 25 | 1A | A | 156 | 3F | 4A |
| Octal | 346 | 221 | 253 | 0 | 45 | 32 | 12 | 526 | 77 | 112 |
| Binary | 11100110 | 10010001 | 10101011 | 0 | 100101 | 11010 | 1010 | 101010110 | 111111 | 1001010 |
Color Harmonies of #E691AB
Complementary color
Monochromatic Colors of #E691AB
Black with #E691AB
Text Example
Text Example
White with #E691AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E691AB; }
p { color: rgb(230,145,171); }
H1.HeaderClassName
{
color: #E691AB;
}
.AnyTagClassName
{
color: #E691AB;
}
</style>
background-color css
<style>
a { background-color: #E691AB; }
a { background-color: rgb(230,145,171); }
div.DivClassName
{
background-color: #E691AB;
}
.BgClassName
{
background-color: #E691AB;
}
</style>
border-color css
<style>
span { border-color: #E691AB; }
span { border-color: rgb(230,145,171); }
td.TdClassName
{
border-color: #E691AB;
}
.TagClassName
{
border-color: #E691AB;
}
</style>