Shades of Kobi #E791B3
Tints of Kobi #E791B3
RGB
CMYK
RGB Variations
Color information
#E791B3 (or 0xE791B3) is known color: Kobi. HEX triplet: E7, 91 and B3. RGB value is (231,145,179). Sum of RGB (Red+Green+Blue) = 231+145+179=555 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.62% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 179 (70.31% from 255 or 32.25% from 555); Max value from RGB is 231 - color contains mainly: red. Hex color #E791B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E791B3 is #186E4C. Grayscale: #AEAEAE. Windows color (decimal): -1601101 or 11768295. OLE color: 11768295.
HSL color Cylindrical-coordinate representation of color #E791B3: hue angle of 336.28º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E791B3 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 145 | 179 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.09 |
| HSL | 336.28º | 0.64% | 0.74% | - |
| HSV(B) | 336.28º | 0.37% | 0.91% | - |
| XYZ | 51.22 | 40.49 | 47.76 | - |
| YUV | 174.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 145 | 179 | 0 | 0.37 | 0.23 | 0.09 | 336.28 | 0.64 | 0.74 |
| Hex | E7 | 91 | B3 | 0 | 25 | 17 | 9 | 150 | 40 | 4A |
| Octal | 347 | 221 | 263 | 0 | 45 | 27 | 11 | 520 | 100 | 112 |
| Binary | 11100111 | 10010001 | 10110011 | 0 | 100101 | 10111 | 1001 | 101010000 | 1000000 | 1001010 |
Color Harmonies of #E791B3
Complementary color
Monochromatic Colors of #E791B3
Black with #E791B3
Text Example
Text Example
White with #E791B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E791B3; }
p { color: rgb(231,145,179); }
H1.HeaderClassName
{
color: #E791B3;
}
.AnyTagClassName
{
color: #E791B3;
}
</style>
background-color css
<style>
a { background-color: #E791B3; }
a { background-color: rgb(231,145,179); }
div.DivClassName
{
background-color: #E791B3;
}
.BgClassName
{
background-color: #E791B3;
}
</style>
border-color css
<style>
span { border-color: #E791B3; }
span { border-color: rgb(231,145,179); }
td.TdClassName
{
border-color: #E791B3;
}
.TagClassName
{
border-color: #E791B3;
}
</style>