Shades of Kobi #E188A5
Tints of Kobi #E188A5
RGB
CMYK
RGB Variations
Color information
#E188A5 (or 0xE188A5) is known color: Kobi. HEX triplet: E1, 88 and A5. RGB value is (225,136,165). Sum of RGB (Red+Green+Blue) = 225+136+165=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 225 - color contains mainly: red. Hex color #E188A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E188A5 is #1E775A. Grayscale: #A5A5A5. Windows color (decimal): -1996635 or 10848481. OLE color: 10848481.
HSL color Cylindrical-coordinate representation of color #E188A5: hue angle of 340.45º 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 #E188A5 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 136 | 165 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.12 |
| HSL | 340.45º | 0.6% | 0.71% | - |
| HSV(B) | 340.45º | 0.4% | 0.88% | - |
| XYZ | 46.65 | 36.33 | 40.15 | - |
| YUV | 165.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 136 | 165 | 0 | 0.40 | 0.27 | 0.12 | 340.45 | 0.6 | 0.71 |
| Hex | E1 | 88 | A5 | 0 | 28 | 1B | C | 154 | 3C | 47 |
| Octal | 341 | 210 | 245 | 0 | 50 | 33 | 14 | 524 | 74 | 107 |
| Binary | 11100001 | 10001000 | 10100101 | 0 | 101000 | 11011 | 1100 | 101010100 | 111100 | 1000111 |
Color Harmonies of #E188A5
Complementary color
Monochromatic Colors of #E188A5
Black with #E188A5
Text Example
Text Example
White with #E188A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E188A5; }
p { color: rgb(225,136,165); }
H1.HeaderClassName
{
color: #E188A5;
}
.AnyTagClassName
{
color: #E188A5;
}
</style>
background-color css
<style>
a { background-color: #E188A5; }
a { background-color: rgb(225,136,165); }
div.DivClassName
{
background-color: #E188A5;
}
.BgClassName
{
background-color: #E188A5;
}
</style>
border-color css
<style>
span { border-color: #E188A5; }
span { border-color: rgb(225,136,165); }
td.TdClassName
{
border-color: #E188A5;
}
.TagClassName
{
border-color: #E188A5;
}
</style>