Shades of Kobi #E192AF
Tints of Kobi #E192AF
RGB
CMYK
RGB Variations
Color information
#E192AF (or 0xE192AF) is known color: Kobi. HEX triplet: E1, 92 and AF. RGB value is (225,146,175). Sum of RGB (Red+Green+Blue) = 225+146+175=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E192AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192AF is #1E6D50. Grayscale: #ACACAC. Windows color (decimal): -1994065 or 11506401. OLE color: 11506401.
HSL color Cylindrical-coordinate representation of color #E192AF: hue angle of 337.97º 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 #E192AF is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 175 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.12 |
| HSL | 337.97º | 0.57% | 0.73% | - |
| HSV(B) | 337.97º | 0.35% | 0.88% | - |
| XYZ | 49.07 | 39.66 | 45.63 | - |
| YUV | 172.93 | 129.17 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 175 | 0 | 0.35 | 0.22 | 0.12 | 337.97 | 0.57 | 0.73 |
| Hex | E1 | 92 | AF | 0 | 23 | 16 | C | 152 | 39 | 49 |
| Octal | 341 | 222 | 257 | 0 | 43 | 26 | 14 | 522 | 71 | 111 |
| Binary | 11100001 | 10010010 | 10101111 | 0 | 100011 | 10110 | 1100 | 101010010 | 111001 | 1001001 |
Color Harmonies of #E192AF
Complementary color
Monochromatic Colors of #E192AF
Black with #E192AF
Text Example
Text Example
White with #E192AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192AF; }
p { color: rgb(225,146,175); }
H1.HeaderClassName
{
color: #E192AF;
}
.AnyTagClassName
{
color: #E192AF;
}
</style>
background-color css
<style>
a { background-color: #E192AF; }
a { background-color: rgb(225,146,175); }
div.DivClassName
{
background-color: #E192AF;
}
.BgClassName
{
background-color: #E192AF;
}
</style>
border-color css
<style>
span { border-color: #E192AF; }
span { border-color: rgb(225,146,175); }
td.TdClassName
{
border-color: #E192AF;
}
.TagClassName
{
border-color: #E192AF;
}
</style>