Shades of Kobi #E194B1
Tints of Kobi #E194B1
RGB
CMYK
RGB Variations
Color information
#E194B1 (or 0xE194B1) is known color: Kobi. HEX triplet: E1, 94 and B1. RGB value is (225,148,177). Sum of RGB (Red+Green+Blue) = 225+148+177=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 177 (69.53% from 255 or 32.18% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E194B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E194B1 is #1E6B4E. Grayscale: #AEAEAE. Windows color (decimal): -1993551 or 11637985. OLE color: 11637985.
HSL color Cylindrical-coordinate representation of color #E194B1: hue angle of 337.4º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E194B1 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 177 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.12 |
| HSL | 337.4º | 0.56% | 0.73% | - |
| HSV(B) | 337.4º | 0.34% | 0.88% | - |
| XYZ | 49.58 | 40.36 | 46.77 | - |
| YUV | 174.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 177 | 0 | 0.34 | 0.21 | 0.12 | 337.4 | 0.56 | 0.73 |
| Hex | E1 | 94 | B1 | 0 | 22 | 15 | C | 151 | 38 | 49 |
| Octal | 341 | 224 | 261 | 0 | 42 | 25 | 14 | 521 | 70 | 111 |
| Binary | 11100001 | 10010100 | 10110001 | 0 | 100010 | 10101 | 1100 | 101010001 | 111000 | 1001001 |
Color Harmonies of #E194B1
Complementary color
Monochromatic Colors of #E194B1
Black with #E194B1
Text Example
Text Example
White with #E194B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194B1; }
p { color: rgb(225,148,177); }
H1.HeaderClassName
{
color: #E194B1;
}
.AnyTagClassName
{
color: #E194B1;
}
</style>
background-color css
<style>
a { background-color: #E194B1; }
a { background-color: rgb(225,148,177); }
div.DivClassName
{
background-color: #E194B1;
}
.BgClassName
{
background-color: #E194B1;
}
</style>
border-color css
<style>
span { border-color: #E194B1; }
span { border-color: rgb(225,148,177); }
td.TdClassName
{
border-color: #E194B1;
}
.TagClassName
{
border-color: #E194B1;
}
</style>