Shades of Kobi #E188A1
Tints of Kobi #E188A1
RGB
CMYK
RGB Variations
Color information
#E188A1 (or 0xE188A1) is known color: Kobi. HEX triplet: E1, 88 and A1. RGB value is (225,136,161). Sum of RGB (Red+Green+Blue) = 225+136+161=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E188A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E188A1 is #1E775E. Grayscale: #A5A5A5. Windows color (decimal): -1996639 or 10586337. OLE color: 10586337.
HSL color Cylindrical-coordinate representation of color #E188A1: hue angle of 343.15º 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 #E188A1 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 161 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.12 |
| HSL | 343.15º | 0.6% | 0.71% | - |
| HSV(B) | 343.15º | 0.4% | 0.88% | - |
| XYZ | 46.29 | 36.19 | 38.26 | - |
| YUV | 165.46 | 125.49 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 161 | 0 | 0.40 | 0.28 | 0.12 | 343.15 | 0.6 | 0.71 |
| Hex | E1 | 88 | A1 | 0 | 28 | 1C | C | 157 | 3C | 47 |
| Octal | 341 | 210 | 241 | 0 | 50 | 34 | 14 | 527 | 74 | 107 |
| Binary | 11100001 | 10001000 | 10100001 | 0 | 101000 | 11100 | 1100 | 101010111 | 111100 | 1000111 |
Color Harmonies of #E188A1
Complementary color
Monochromatic Colors of #E188A1
Black with #E188A1
Text Example
Text Example
White with #E188A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188A1; }
p { color: rgb(225,136,161); }
H1.HeaderClassName
{
color: #E188A1;
}
.AnyTagClassName
{
color: #E188A1;
}
</style>
background-color css
<style>
a { background-color: #E188A1; }
a { background-color: rgb(225,136,161); }
div.DivClassName
{
background-color: #E188A1;
}
.BgClassName
{
background-color: #E188A1;
}
</style>
border-color css
<style>
span { border-color: #E188A1; }
span { border-color: rgb(225,136,161); }
td.TdClassName
{
border-color: #E188A1;
}
.TagClassName
{
border-color: #E188A1;
}
</style>