Shades of Kobi #E196B0
Tints of Kobi #E196B0
RGB
CMYK
RGB Variations
Color information
#E196B0 (or 0xE196B0) is known color: Kobi. HEX triplet: E1, 96 and B0. RGB value is (225,150,176). Sum of RGB (Red+Green+Blue) = 225+150+176=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E196B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E196B0 is #1E694F. Grayscale: #AFAFAF. Windows color (decimal): -1993040 or 11572961. OLE color: 11572961.
HSL color Cylindrical-coordinate representation of color #E196B0: hue angle of 339.2º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E196B0 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 150 | 176 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.12 |
| HSL | 339.2º | 0.56% | 0.74% | - |
| HSV(B) | 339.2º | 0.33% | 0.88% | - |
| XYZ | 49.79 | 40.95 | 46.35 | - |
| YUV | 175.39 | 128.35 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 150 | 176 | 0 | 0.33 | 0.22 | 0.12 | 339.2 | 0.56 | 0.74 |
| Hex | E1 | 96 | B0 | 0 | 21 | 16 | C | 153 | 38 | 4A |
| Octal | 341 | 226 | 260 | 0 | 41 | 26 | 14 | 523 | 70 | 112 |
| Binary | 11100001 | 10010110 | 10110000 | 0 | 100001 | 10110 | 1100 | 101010011 | 111000 | 1001010 |
Color Harmonies of #E196B0
Complementary color
Monochromatic Colors of #E196B0
Black with #E196B0
Text Example
Text Example
White with #E196B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E196B0; }
p { color: rgb(225,150,176); }
H1.HeaderClassName
{
color: #E196B0;
}
.AnyTagClassName
{
color: #E196B0;
}
</style>
background-color css
<style>
a { background-color: #E196B0; }
a { background-color: rgb(225,150,176); }
div.DivClassName
{
background-color: #E196B0;
}
.BgClassName
{
background-color: #E196B0;
}
</style>
border-color css
<style>
span { border-color: #E196B0; }
span { border-color: rgb(225,150,176); }
td.TdClassName
{
border-color: #E196B0;
}
.TagClassName
{
border-color: #E196B0;
}
</style>