Shades of Kobi #E192B0
Tints of Kobi #E192B0
RGB
CMYK
RGB Variations
Color information
#E192B0 (or 0xE192B0) is known color: Kobi. HEX triplet: E1, 92 and B0. RGB value is (225,146,176). Sum of RGB (Red+Green+Blue) = 225+146+176=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E192B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E192B0 is #1E6D4F. Grayscale: #ADADAD. Windows color (decimal): -1994064 or 11571937. OLE color: 11571937.
HSL color Cylindrical-coordinate representation of color #E192B0: hue angle of 337.22º 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 #E192B0 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 146 | 176 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.12 |
| HSL | 337.22º | 0.57% | 0.73% | - |
| HSV(B) | 337.22º | 0.35% | 0.88% | - |
| XYZ | 49.17 | 39.7 | 46.15 | - |
| YUV | 173.04 | 129.67 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 146 | 176 | 0 | 0.35 | 0.22 | 0.12 | 337.22 | 0.57 | 0.73 |
| Hex | E1 | 92 | B0 | 0 | 23 | 16 | C | 151 | 39 | 49 |
| Octal | 341 | 222 | 260 | 0 | 43 | 26 | 14 | 521 | 71 | 111 |
| Binary | 11100001 | 10010010 | 10110000 | 0 | 100011 | 10110 | 1100 | 101010001 | 111001 | 1001001 |
Color Harmonies of #E192B0
Complementary color
Monochromatic Colors of #E192B0
Black with #E192B0
Text Example
Text Example
White with #E192B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E192B0; }
p { color: rgb(225,146,176); }
H1.HeaderClassName
{
color: #E192B0;
}
.AnyTagClassName
{
color: #E192B0;
}
</style>
background-color css
<style>
a { background-color: #E192B0; }
a { background-color: rgb(225,146,176); }
div.DivClassName
{
background-color: #E192B0;
}
.BgClassName
{
background-color: #E192B0;
}
</style>
border-color css
<style>
span { border-color: #E192B0; }
span { border-color: rgb(225,146,176); }
td.TdClassName
{
border-color: #E192B0;
}
.TagClassName
{
border-color: #E192B0;
}
</style>