Shades of Kobi #E58FB1
Tints of Kobi #E58FB1
RGB
CMYK
RGB Variations
Color information
#E58FB1 (or 0xE58FB1) is known color: Kobi. HEX triplet: E5, 8F and B1. RGB value is (229,143,177). Sum of RGB (Red+Green+Blue) = 229+143+177=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58FB1 is #1A704E. Grayscale: #ACACAC. Windows color (decimal): -1732687 or 11636709. OLE color: 11636709.
HSL color Cylindrical-coordinate representation of color #E58FB1: hue angle of 336.28º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58FB1 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 143 | 177 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.10 |
| HSL | 336.28º | 0.62% | 0.73% | - |
| HSV(B) | 336.28º | 0.38% | 0.9% | - |
| XYZ | 50.07 | 39.48 | 46.58 | - |
| YUV | 172.59 | 130.49 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 143 | 177 | 0 | 0.38 | 0.23 | 0.10 | 336.28 | 0.62 | 0.73 |
| Hex | E5 | 8F | B1 | 0 | 26 | 17 | A | 150 | 3E | 49 |
| Octal | 345 | 217 | 261 | 0 | 46 | 27 | 12 | 520 | 76 | 111 |
| Binary | 11100101 | 10001111 | 10110001 | 0 | 100110 | 10111 | 1010 | 101010000 | 111110 | 1001001 |
Color Harmonies of #E58FB1
Complementary color
Monochromatic Colors of #E58FB1
Black with #E58FB1
Text Example
Text Example
White with #E58FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58FB1; }
p { color: rgb(229,143,177); }
H1.HeaderClassName
{
color: #E58FB1;
}
.AnyTagClassName
{
color: #E58FB1;
}
</style>
background-color css
<style>
a { background-color: #E58FB1; }
a { background-color: rgb(229,143,177); }
div.DivClassName
{
background-color: #E58FB1;
}
.BgClassName
{
background-color: #E58FB1;
}
</style>
border-color css
<style>
span { border-color: #E58FB1; }
span { border-color: rgb(229,143,177); }
td.TdClassName
{
border-color: #E58FB1;
}
.TagClassName
{
border-color: #E58FB1;
}
</style>