Shades of Kobi #E194B0
Tints of Kobi #E194B0
RGB
CMYK
RGB Variations
Color information
#E194B0 (or 0xE194B0) is known color: Kobi. HEX triplet: E1, 94 and B0. RGB value is (225,148,176). Sum of RGB (Red+Green+Blue) = 225+148+176=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E194B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E194B0 is #1E6B4F. Grayscale: #AEAEAE. Windows color (decimal): -1993552 or 11572449. OLE color: 11572449.
HSL color Cylindrical-coordinate representation of color #E194B0: hue angle of 338.18º 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 #E194B0 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 148 | 176 | - |
| CMYK | 0 | 0.34 | 0.22 | 0.12 |
| HSL | 338.18º | 0.56% | 0.73% | - |
| HSV(B) | 338.18º | 0.34% | 0.88% | - |
| XYZ | 49.48 | 40.32 | 46.25 | - |
| YUV | 174.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 148 | 176 | 0 | 0.34 | 0.22 | 0.12 | 338.18 | 0.56 | 0.73 |
| Hex | E1 | 94 | B0 | 0 | 22 | 16 | C | 152 | 38 | 49 |
| Octal | 341 | 224 | 260 | 0 | 42 | 26 | 14 | 522 | 70 | 111 |
| Binary | 11100001 | 10010100 | 10110000 | 0 | 100010 | 10110 | 1100 | 101010010 | 111000 | 1001001 |
Color Harmonies of #E194B0
Complementary color
Monochromatic Colors of #E194B0
Black with #E194B0
Text Example
Text Example
White with #E194B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E194B0; }
p { color: rgb(225,148,176); }
H1.HeaderClassName
{
color: #E194B0;
}
.AnyTagClassName
{
color: #E194B0;
}
</style>
background-color css
<style>
a { background-color: #E194B0; }
a { background-color: rgb(225,148,176); }
div.DivClassName
{
background-color: #E194B0;
}
.BgClassName
{
background-color: #E194B0;
}
</style>
border-color css
<style>
span { border-color: #E194B0; }
span { border-color: rgb(225,148,176); }
td.TdClassName
{
border-color: #E194B0;
}
.TagClassName
{
border-color: #E194B0;
}
</style>