Shades of Kobi #E191AB
Tints of Kobi #E191AB
RGB
CMYK
RGB Variations
Color information
#E191AB (or 0xE191AB) is known color: Kobi. HEX triplet: E1, 91 and AB. RGB value is (225,145,171). Sum of RGB (Red+Green+Blue) = 225+145+171=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E191AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E191AB is #1E6E54. Grayscale: #ABABAB. Windows color (decimal): -1994325 or 11244001. OLE color: 11244001.
HSL color Cylindrical-coordinate representation of color #E191AB: hue angle of 340.5º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191AB is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 171 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.12 |
| HSL | 340.5º | 0.57% | 0.73% | - |
| HSV(B) | 340.5º | 0.36% | 0.88% | - |
| XYZ | 48.53 | 39.2 | 43.54 | - |
| YUV | 171.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 171 | 0 | 0.36 | 0.24 | 0.12 | 340.5 | 0.57 | 0.73 |
| Hex | E1 | 91 | AB | 0 | 24 | 18 | C | 154 | 39 | 49 |
| Octal | 341 | 221 | 253 | 0 | 44 | 30 | 14 | 524 | 71 | 111 |
| Binary | 11100001 | 10010001 | 10101011 | 0 | 100100 | 11000 | 1100 | 101010100 | 111001 | 1001001 |
Color Harmonies of #E191AB
Complementary color
Monochromatic Colors of #E191AB
Black with #E191AB
Text Example
Text Example
White with #E191AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191AB; }
p { color: rgb(225,145,171); }
H1.HeaderClassName
{
color: #E191AB;
}
.AnyTagClassName
{
color: #E191AB;
}
</style>
background-color css
<style>
a { background-color: #E191AB; }
a { background-color: rgb(225,145,171); }
div.DivClassName
{
background-color: #E191AB;
}
.BgClassName
{
background-color: #E191AB;
}
</style>
border-color css
<style>
span { border-color: #E191AB; }
span { border-color: rgb(225,145,171); }
td.TdClassName
{
border-color: #E191AB;
}
.TagClassName
{
border-color: #E191AB;
}
</style>