Shades of Kobi #E187A3
Tints of Kobi #E187A3
RGB
CMYK
RGB Variations
Color information
#E187A3 (or 0xE187A3) is known color: Kobi. HEX triplet: E1, 87 and A3. RGB value is (225,135,163). Sum of RGB (Red+Green+Blue) = 225+135+163=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 163 (64.06% from 255 or 31.17% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E187A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E187A3 is #1E785C. Grayscale: #A5A5A5. Windows color (decimal): -1996893 or 10717153. OLE color: 10717153.
HSL color Cylindrical-coordinate representation of color #E187A3: hue angle of 341.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 #E187A3 is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 135 | 163 | - |
| CMYK | 0 | 0.4 | 0.28 | 0.12 |
| HSL | 341.33º | 0.6% | 0.71% | - |
| HSV(B) | 341.33º | 0.4% | 0.88% | - |
| XYZ | 46.33 | 35.98 | 39.15 | - |
| YUV | 165.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 135 | 163 | 0 | 0.4 | 0.28 | 0.12 | 341.33 | 0.6 | 0.71 |
| Hex | E1 | 87 | A3 | 0 | 28 | 1C | C | 155 | 3C | 47 |
| Octal | 341 | 207 | 243 | 0 | 50 | 34 | 14 | 525 | 74 | 107 |
| Binary | 11100001 | 10000111 | 10100011 | 0 | 101000 | 11100 | 1100 | 101010101 | 111100 | 1000111 |
Color Harmonies of #E187A3
Complementary color
Monochromatic Colors of #E187A3
Black with #E187A3
Text Example
Text Example
White with #E187A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E187A3; }
p { color: rgb(225,135,163); }
H1.HeaderClassName
{
color: #E187A3;
}
.AnyTagClassName
{
color: #E187A3;
}
</style>
background-color css
<style>
a { background-color: #E187A3; }
a { background-color: rgb(225,135,163); }
div.DivClassName
{
background-color: #E187A3;
}
.BgClassName
{
background-color: #E187A3;
}
</style>
border-color css
<style>
span { border-color: #E187A3; }
span { border-color: rgb(225,135,163); }
td.TdClassName
{
border-color: #E187A3;
}
.TagClassName
{
border-color: #E187A3;
}
</style>