Shades of Kobi #E193A1
Tints of Kobi #E193A1
RGB
CMYK
RGB Variations
Color information
#E193A1 (or 0xE193A1) is known color: Kobi. HEX triplet: E1, 93 and A1. RGB value is (225,147,161). Sum of RGB (Red+Green+Blue) = 225+147+161=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 147 (57.81% from 255 or 27.58% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E193A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E193A1 is #1E6C5E. Grayscale: #ABABAB. Windows color (decimal): -1993823 or 10589153. OLE color: 10589153.
HSL color Cylindrical-coordinate representation of color #E193A1: hue angle of 349.23º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E193A1 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 161 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.12 |
| HSL | 349.23º | 0.57% | 0.73% | - |
| HSV(B) | 349.23º | 0.35% | 0.88% | - |
| XYZ | 47.92 | 39.45 | 38.81 | - |
| YUV | 171.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 161 | 0 | 0.35 | 0.28 | 0.12 | 349.23 | 0.57 | 0.73 |
| Hex | E1 | 93 | A1 | 0 | 23 | 1C | C | 15D | 39 | 49 |
| Octal | 341 | 223 | 241 | 0 | 43 | 34 | 14 | 535 | 71 | 111 |
| Binary | 11100001 | 10010011 | 10100001 | 0 | 100011 | 11100 | 1100 | 101011101 | 111001 | 1001001 |
Color Harmonies of #E193A1
Complementary color
Monochromatic Colors of #E193A1
Black with #E193A1
Text Example
Text Example
White with #E193A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193A1; }
p { color: rgb(225,147,161); }
H1.HeaderClassName
{
color: #E193A1;
}
.AnyTagClassName
{
color: #E193A1;
}
</style>
background-color css
<style>
a { background-color: #E193A1; }
a { background-color: rgb(225,147,161); }
div.DivClassName
{
background-color: #E193A1;
}
.BgClassName
{
background-color: #E193A1;
}
</style>
border-color css
<style>
span { border-color: #E193A1; }
span { border-color: rgb(225,147,161); }
td.TdClassName
{
border-color: #E193A1;
}
.TagClassName
{
border-color: #E193A1;
}
</style>