Shades of Kobi #E187AC
Tints of Kobi #E187AC
RGB
CMYK
RGB Variations
Color information
#E187AC (or 0xE187AC) is known color: Kobi. HEX triplet: E1, 87 and AC. RGB value is (225,135,172). Sum of RGB (Red+Green+Blue) = 225+135+172=532 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.29% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 225 - color contains mainly: red. Hex color #E187AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E187AC is #1E7853. Grayscale: #A6A6A6. Windows color (decimal): -1996884 or 11306977. OLE color: 11306977.
HSL color Cylindrical-coordinate representation of color #E187AC: hue angle of 335.33º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E187AC is Cyan = 0, Magento = 0.4, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 172 | - |
| CMYK | 0 | 0.4 | 0.24 | 0.12 |
| HSL | 335.33º | 0.6% | 0.71% | - |
| HSV(B) | 335.33º | 0.4% | 0.88% | - |
| XYZ | 47.16 | 36.31 | 43.55 | - |
| YUV | 166.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 172 | 0 | 0.4 | 0.24 | 0.12 | 335.33 | 0.6 | 0.71 |
| Hex | E1 | 87 | AC | 0 | 28 | 18 | C | 14F | 3C | 47 |
| Octal | 341 | 207 | 254 | 0 | 50 | 30 | 14 | 517 | 74 | 107 |
| Binary | 11100001 | 10000111 | 10101100 | 0 | 101000 | 11000 | 1100 | 101001111 | 111100 | 1000111 |
Color Harmonies of #E187AC
Complementary color
Monochromatic Colors of #E187AC
Black with #E187AC
Text Example
Text Example
White with #E187AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187AC; }
p { color: rgb(225,135,172); }
H1.HeaderClassName
{
color: #E187AC;
}
.AnyTagClassName
{
color: #E187AC;
}
</style>
background-color css
<style>
a { background-color: #E187AC; }
a { background-color: rgb(225,135,172); }
div.DivClassName
{
background-color: #E187AC;
}
.BgClassName
{
background-color: #E187AC;
}
</style>
border-color css
<style>
span { border-color: #E187AC; }
span { border-color: rgb(225,135,172); }
td.TdClassName
{
border-color: #E187AC;
}
.TagClassName
{
border-color: #E187AC;
}
</style>