Shades of Kobi #E58BA8
Tints of Kobi #E58BA8
RGB
CMYK
RGB Variations
Color information
#E58BA8 (or 0xE58BA8) is known color: Kobi. HEX triplet: E5, 8B and A8. RGB value is (229,139,168). Sum of RGB (Red+Green+Blue) = 229+139+168=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58BA8 is #1A7457. Grayscale: #A9A9A9. Windows color (decimal): -1733720 or 11045861. OLE color: 11045861.
HSL color Cylindrical-coordinate representation of color #E58BA8: hue angle of 340.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58BA8 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 168 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.10 |
| HSL | 340.67º | 0.63% | 0.72% | - |
| HSV(B) | 340.67º | 0.39% | 0.9% | - |
| XYZ | 48.61 | 37.95 | 41.81 | - |
| YUV | 169.22 | 127.32 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 168 | 0 | 0.39 | 0.27 | 0.10 | 340.67 | 0.63 | 0.72 |
| Hex | E5 | 8B | A8 | 0 | 27 | 1B | A | 155 | 3F | 48 |
| Octal | 345 | 213 | 250 | 0 | 47 | 33 | 12 | 525 | 77 | 110 |
| Binary | 11100101 | 10001011 | 10101000 | 0 | 100111 | 11011 | 1010 | 101010101 | 111111 | 1001000 |
Color Harmonies of #E58BA8
Complementary color
Monochromatic Colors of #E58BA8
Black with #E58BA8
Text Example
Text Example
White with #E58BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BA8; }
p { color: rgb(229,139,168); }
H1.HeaderClassName
{
color: #E58BA8;
}
.AnyTagClassName
{
color: #E58BA8;
}
</style>
background-color css
<style>
a { background-color: #E58BA8; }
a { background-color: rgb(229,139,168); }
div.DivClassName
{
background-color: #E58BA8;
}
.BgClassName
{
background-color: #E58BA8;
}
</style>
border-color css
<style>
span { border-color: #E58BA8; }
span { border-color: rgb(229,139,168); }
td.TdClassName
{
border-color: #E58BA8;
}
.TagClassName
{
border-color: #E58BA8;
}
</style>