Shades of Kobi #E192A8
Tints of Kobi #E192A8
RGB
CMYK
RGB Variations
Color information
#E192A8 (or 0xE192A8) is known color: Kobi. HEX triplet: E1, 92 and A8. RGB value is (225,146,168). Sum of RGB (Red+Green+Blue) = 225+146+168=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 146 (57.42% from 255 or 27.09% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E192A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192A8 is #1E6D57. Grayscale: #ACACAC. Windows color (decimal): -1994072 or 11047649. OLE color: 11047649.
HSL color Cylindrical-coordinate representation of color #E192A8: hue angle of 343.29º 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 #E192A8 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 168 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.12 |
| HSL | 343.29º | 0.57% | 0.73% | - |
| HSV(B) | 343.29º | 0.35% | 0.88% | - |
| XYZ | 48.4 | 39.39 | 42.1 | - |
| YUV | 172.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 168 | 0 | 0.35 | 0.25 | 0.12 | 343.29 | 0.57 | 0.73 |
| Hex | E1 | 92 | A8 | 0 | 23 | 19 | C | 157 | 39 | 49 |
| Octal | 341 | 222 | 250 | 0 | 43 | 31 | 14 | 527 | 71 | 111 |
| Binary | 11100001 | 10010010 | 10101000 | 0 | 100011 | 11001 | 1100 | 101010111 | 111001 | 1001001 |
Color Harmonies of #E192A8
Complementary color
Monochromatic Colors of #E192A8
Black with #E192A8
Text Example
Text Example
White with #E192A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192A8; }
p { color: rgb(225,146,168); }
H1.HeaderClassName
{
color: #E192A8;
}
.AnyTagClassName
{
color: #E192A8;
}
</style>
background-color css
<style>
a { background-color: #E192A8; }
a { background-color: rgb(225,146,168); }
div.DivClassName
{
background-color: #E192A8;
}
.BgClassName
{
background-color: #E192A8;
}
</style>
border-color css
<style>
span { border-color: #E192A8; }
span { border-color: rgb(225,146,168); }
td.TdClassName
{
border-color: #E192A8;
}
.TagClassName
{
border-color: #E192A8;
}
</style>