Shades of Kobi #E190B0
Tints of Kobi #E190B0
RGB
CMYK
RGB Variations
Color information
#E190B0 (or 0xE190B0) is known color: Kobi. HEX triplet: E1, 90 and B0. RGB value is (225,144,176). Sum of RGB (Red+Green+Blue) = 225+144+176=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E190B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E190B0 is #1E6F4F. Grayscale: #ABABAB. Windows color (decimal): -1994576 or 11571425. OLE color: 11571425.
HSL color Cylindrical-coordinate representation of color #E190B0: hue angle of 336.3º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E190B0 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 144 | 176 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.12 |
| HSL | 336.3º | 0.57% | 0.72% | - |
| HSV(B) | 336.3º | 0.36% | 0.88% | - |
| XYZ | 48.86 | 39.09 | 46.04 | - |
| YUV | 171.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 144 | 176 | 0 | 0.36 | 0.22 | 0.12 | 336.3 | 0.57 | 0.72 |
| Hex | E1 | 90 | B0 | 0 | 24 | 16 | C | 150 | 39 | 48 |
| Octal | 341 | 220 | 260 | 0 | 44 | 26 | 14 | 520 | 71 | 110 |
| Binary | 11100001 | 10010000 | 10110000 | 0 | 100100 | 10110 | 1100 | 101010000 | 111001 | 1001000 |
Color Harmonies of #E190B0
Complementary color
Monochromatic Colors of #E190B0
Black with #E190B0
Text Example
Text Example
White with #E190B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E190B0; }
p { color: rgb(225,144,176); }
H1.HeaderClassName
{
color: #E190B0;
}
.AnyTagClassName
{
color: #E190B0;
}
</style>
background-color css
<style>
a { background-color: #E190B0; }
a { background-color: rgb(225,144,176); }
div.DivClassName
{
background-color: #E190B0;
}
.BgClassName
{
background-color: #E190B0;
}
</style>
border-color css
<style>
span { border-color: #E190B0; }
span { border-color: rgb(225,144,176); }
td.TdClassName
{
border-color: #E190B0;
}
.TagClassName
{
border-color: #E190B0;
}
</style>