Shades of Kobi #E186A2
Tints of Kobi #E186A2
RGB
CMYK
RGB Variations
Color information
#E186A2 (or 0xE186A2) is known color: Kobi. HEX triplet: E1, 86 and A2. RGB value is (225,134,162). Sum of RGB (Red+Green+Blue) = 225+134+162=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E186A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E186A2 is #1E795D. Grayscale: #A4A4A4. Windows color (decimal): -1997150 or 10651361. OLE color: 10651361.
HSL color Cylindrical-coordinate representation of color #E186A2: hue angle of 341.54º 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 #E186A2 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 162 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.12 |
| HSL | 341.54º | 0.6% | 0.7% | - |
| HSV(B) | 341.54º | 0.4% | 0.88% | - |
| XYZ | 46.1 | 35.67 | 38.64 | - |
| YUV | 164.4 | 126.65 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 162 | 0 | 0.40 | 0.28 | 0.12 | 341.54 | 0.6 | 0.7 |
| Hex | E1 | 86 | A2 | 0 | 28 | 1C | C | 156 | 3C | 46 |
| Octal | 341 | 206 | 242 | 0 | 50 | 34 | 14 | 526 | 74 | 106 |
| Binary | 11100001 | 10000110 | 10100010 | 0 | 101000 | 11100 | 1100 | 101010110 | 111100 | 1000110 |
Color Harmonies of #E186A2
Complementary color
Monochromatic Colors of #E186A2
Black with #E186A2
Text Example
Text Example
White with #E186A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E186A2; }
p { color: rgb(225,134,162); }
H1.HeaderClassName
{
color: #E186A2;
}
.AnyTagClassName
{
color: #E186A2;
}
</style>
background-color css
<style>
a { background-color: #E186A2; }
a { background-color: rgb(225,134,162); }
div.DivClassName
{
background-color: #E186A2;
}
.BgClassName
{
background-color: #E186A2;
}
</style>
border-color css
<style>
span { border-color: #E186A2; }
span { border-color: rgb(225,134,162); }
td.TdClassName
{
border-color: #E186A2;
}
.TagClassName
{
border-color: #E186A2;
}
</style>