Shades of Kobi #E190A6
Tints of Kobi #E190A6
RGB
CMYK
RGB Variations
Color information
#E190A6 (or 0xE190A6) is known color: Kobi. HEX triplet: E1, 90 and A6. RGB value is (225,144,166). Sum of RGB (Red+Green+Blue) = 225+144+166=535 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.06% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 225 - color contains mainly: red. Hex color #E190A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E190A6 is #1E6F59. Grayscale: #AAAAAA. Windows color (decimal): -1994586 or 10916065. OLE color: 10916065.
HSL color Cylindrical-coordinate representation of color #E190A6: hue angle of 343.7º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190A6 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 166 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.12 |
| HSL | 343.7º | 0.57% | 0.72% | - |
| HSV(B) | 343.7º | 0.36% | 0.88% | - |
| XYZ | 47.91 | 38.71 | 41.02 | - |
| YUV | 170.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 166 | 0 | 0.36 | 0.26 | 0.12 | 343.7 | 0.57 | 0.72 |
| Hex | E1 | 90 | A6 | 0 | 24 | 1A | C | 158 | 39 | 48 |
| Octal | 341 | 220 | 246 | 0 | 44 | 32 | 14 | 530 | 71 | 110 |
| Binary | 11100001 | 10010000 | 10100110 | 0 | 100100 | 11010 | 1100 | 101011000 | 111001 | 1001000 |
Color Harmonies of #E190A6
Complementary color
Monochromatic Colors of #E190A6
Black with #E190A6
Text Example
Text Example
White with #E190A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190A6; }
p { color: rgb(225,144,166); }
H1.HeaderClassName
{
color: #E190A6;
}
.AnyTagClassName
{
color: #E190A6;
}
</style>
background-color css
<style>
a { background-color: #E190A6; }
a { background-color: rgb(225,144,166); }
div.DivClassName
{
background-color: #E190A6;
}
.BgClassName
{
background-color: #E190A6;
}
</style>
border-color css
<style>
span { border-color: #E190A6; }
span { border-color: rgb(225,144,166); }
td.TdClassName
{
border-color: #E190A6;
}
.TagClassName
{
border-color: #E190A6;
}
</style>