Shades of Kobi #E186A9
Tints of Kobi #E186A9
RGB
CMYK
RGB Variations
Color information
#E186A9 (or 0xE186A9) is known color: Kobi. HEX triplet: E1, 86 and A9. RGB value is (225,134,169). Sum of RGB (Red+Green+Blue) = 225+134+169=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 134 (52.73% from 255 or 25.38% from 528); Blue value is 169 (66.41% from 255 or 32.01% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E186A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E186A9 is #1E7956. Grayscale: #A5A5A5. Windows color (decimal): -1997143 or 11110113. OLE color: 11110113.
HSL color Cylindrical-coordinate representation of color #E186A9: hue angle of 336.92º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E186A9 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 169 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.12 |
| HSL | 336.92º | 0.6% | 0.7% | - |
| HSV(B) | 336.92º | 0.4% | 0.88% | - |
| XYZ | 46.74 | 35.92 | 42.01 | - |
| YUV | 165.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 169 | 0 | 0.40 | 0.25 | 0.12 | 336.92 | 0.6 | 0.7 |
| Hex | E1 | 86 | A9 | 0 | 28 | 19 | C | 151 | 3C | 46 |
| Octal | 341 | 206 | 251 | 0 | 50 | 31 | 14 | 521 | 74 | 106 |
| Binary | 11100001 | 10000110 | 10101001 | 0 | 101000 | 11001 | 1100 | 101010001 | 111100 | 1000110 |
Color Harmonies of #E186A9
Complementary color
Monochromatic Colors of #E186A9
Black with #E186A9
Text Example
Text Example
White with #E186A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186A9; }
p { color: rgb(225,134,169); }
H1.HeaderClassName
{
color: #E186A9;
}
.AnyTagClassName
{
color: #E186A9;
}
</style>
background-color css
<style>
a { background-color: #E186A9; }
a { background-color: rgb(225,134,169); }
div.DivClassName
{
background-color: #E186A9;
}
.BgClassName
{
background-color: #E186A9;
}
</style>
border-color css
<style>
span { border-color: #E186A9; }
span { border-color: rgb(225,134,169); }
td.TdClassName
{
border-color: #E186A9;
}
.TagClassName
{
border-color: #E186A9;
}
</style>