Shades of Kobi #E193AC
Tints of Kobi #E193AC
RGB
CMYK
RGB Variations
Color information
#E193AC (or 0xE193AC) is known color: Kobi. HEX triplet: E1, 93 and AC. RGB value is (225,147,172). Sum of RGB (Red+Green+Blue) = 225+147+172=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 147 (57.81% from 255 or 27.02% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E193AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E193AC is #1E6C53. Grayscale: #ADADAD. Windows color (decimal): -1993812 or 11310049. OLE color: 11310049.
HSL color Cylindrical-coordinate representation of color #E193AC: hue angle of 340.77º 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 #E193AC is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 147 | 172 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.12 |
| HSL | 340.77º | 0.57% | 0.73% | - |
| HSV(B) | 340.77º | 0.35% | 0.88% | - |
| XYZ | 48.93 | 39.85 | 44.14 | - |
| YUV | 173.17 | 127.34 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 147 | 172 | 0 | 0.35 | 0.24 | 0.12 | 340.77 | 0.57 | 0.73 |
| Hex | E1 | 93 | AC | 0 | 23 | 18 | C | 155 | 39 | 49 |
| Octal | 341 | 223 | 254 | 0 | 43 | 30 | 14 | 525 | 71 | 111 |
| Binary | 11100001 | 10010011 | 10101100 | 0 | 100011 | 11000 | 1100 | 101010101 | 111001 | 1001001 |
Color Harmonies of #E193AC
Complementary color
Monochromatic Colors of #E193AC
Black with #E193AC
Text Example
Text Example
White with #E193AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E193AC; }
p { color: rgb(225,147,172); }
H1.HeaderClassName
{
color: #E193AC;
}
.AnyTagClassName
{
color: #E193AC;
}
</style>
background-color css
<style>
a { background-color: #E193AC; }
a { background-color: rgb(225,147,172); }
div.DivClassName
{
background-color: #E193AC;
}
.BgClassName
{
background-color: #E193AC;
}
</style>
border-color css
<style>
span { border-color: #E193AC; }
span { border-color: rgb(225,147,172); }
td.TdClassName
{
border-color: #E193AC;
}
.TagClassName
{
border-color: #E193AC;
}
</style>