Shades of Kobi #E191B0
Tints of Kobi #E191B0
RGB
CMYK
RGB Variations
Color information
#E191B0 (or 0xE191B0) is known color: Kobi. HEX triplet: E1, 91 and B0. RGB value is (225,145,176). Sum of RGB (Red+Green+Blue) = 225+145+176=546 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.21% from 546); Green value is 145 (57.03% from 255 or 26.56% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 225 - color contains mainly: red. Hex color #E191B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E191B0 is #1E6E4F. Grayscale: #ACACAC. Windows color (decimal): -1994320 or 11571681. OLE color: 11571681.
HSL color Cylindrical-coordinate representation of color #E191B0: hue angle of 336.75º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E191B0 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 145 | 176 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.12 |
| HSL | 336.75º | 0.57% | 0.73% | - |
| HSV(B) | 336.75º | 0.36% | 0.88% | - |
| XYZ | 49.01 | 39.39 | 46.09 | - |
| YUV | 172.45 | 130 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 145 | 176 | 0 | 0.36 | 0.22 | 0.12 | 336.75 | 0.57 | 0.73 |
| Hex | E1 | 91 | B0 | 0 | 24 | 16 | C | 151 | 39 | 49 |
| Octal | 341 | 221 | 260 | 0 | 44 | 26 | 14 | 521 | 71 | 111 |
| Binary | 11100001 | 10010001 | 10110000 | 0 | 100100 | 10110 | 1100 | 101010001 | 111001 | 1001001 |
Color Harmonies of #E191B0
Complementary color
Monochromatic Colors of #E191B0
Black with #E191B0
Text Example
Text Example
White with #E191B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E191B0; }
p { color: rgb(225,145,176); }
H1.HeaderClassName
{
color: #E191B0;
}
.AnyTagClassName
{
color: #E191B0;
}
</style>
background-color css
<style>
a { background-color: #E191B0; }
a { background-color: rgb(225,145,176); }
div.DivClassName
{
background-color: #E191B0;
}
.BgClassName
{
background-color: #E191B0;
}
</style>
border-color css
<style>
span { border-color: #E191B0; }
span { border-color: rgb(225,145,176); }
td.TdClassName
{
border-color: #E191B0;
}
.TagClassName
{
border-color: #E191B0;
}
</style>