Shades of Kobi #E192AD
Tints of Kobi #E192AD
RGB
CMYK
RGB Variations
Color information
#E192AD (or 0xE192AD) is known color: Kobi. HEX triplet: E1, 92 and AD. RGB value is (225,146,173). Sum of RGB (Red+Green+Blue) = 225+146+173=544 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.36% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 225 - color contains mainly: red. Hex color #E192AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192AD is #1E6D52. Grayscale: #ACACAC. Windows color (decimal): -1994067 or 11375329. OLE color: 11375329.
HSL color Cylindrical-coordinate representation of color #E192AD: hue angle of 339.49º 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 #E192AD is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 173 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.12 |
| HSL | 339.49º | 0.57% | 0.73% | - |
| HSV(B) | 339.49º | 0.35% | 0.88% | - |
| XYZ | 48.87 | 39.58 | 44.6 | - |
| YUV | 172.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 173 | 0 | 0.35 | 0.23 | 0.12 | 339.49 | 0.57 | 0.73 |
| Hex | E1 | 92 | AD | 0 | 23 | 17 | C | 153 | 39 | 49 |
| Octal | 341 | 222 | 255 | 0 | 43 | 27 | 14 | 523 | 71 | 111 |
| Binary | 11100001 | 10010010 | 10101101 | 0 | 100011 | 10111 | 1100 | 101010011 | 111001 | 1001001 |
Color Harmonies of #E192AD
Complementary color
Monochromatic Colors of #E192AD
Black with #E192AD
Text Example
Text Example
White with #E192AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192AD; }
p { color: rgb(225,146,173); }
H1.HeaderClassName
{
color: #E192AD;
}
.AnyTagClassName
{
color: #E192AD;
}
</style>
background-color css
<style>
a { background-color: #E192AD; }
a { background-color: rgb(225,146,173); }
div.DivClassName
{
background-color: #E192AD;
}
.BgClassName
{
background-color: #E192AD;
}
</style>
border-color css
<style>
span { border-color: #E192AD; }
span { border-color: rgb(225,146,173); }
td.TdClassName
{
border-color: #E192AD;
}
.TagClassName
{
border-color: #E192AD;
}
</style>