Shades of Kobi #E58AB1
Tints of Kobi #E58AB1
RGB
CMYK
RGB Variations
Color information
#E58AB1 (or 0xE58AB1) is known color: Kobi. HEX triplet: E5, 8A and B1. RGB value is (229,138,177). Sum of RGB (Red+Green+Blue) = 229+138+177=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 177 (69.53% from 255 or 32.54% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AB1 is #1A754E. Grayscale: #A9A9A9. Windows color (decimal): -1733967 or 11635429. OLE color: 11635429.
HSL color Cylindrical-coordinate representation of color #E58AB1: hue angle of 334.29º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AB1 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 177 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.10 |
| HSL | 334.29º | 0.64% | 0.72% | - |
| HSV(B) | 334.29º | 0.4% | 0.9% | - |
| XYZ | 49.34 | 38.01 | 46.33 | - |
| YUV | 169.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 177 | 0 | 0.40 | 0.23 | 0.10 | 334.29 | 0.64 | 0.72 |
| Hex | E5 | 8A | B1 | 0 | 28 | 17 | A | 14E | 40 | 48 |
| Octal | 345 | 212 | 261 | 0 | 50 | 27 | 12 | 516 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10110001 | 0 | 101000 | 10111 | 1010 | 101001110 | 1000000 | 1001000 |
Color Harmonies of #E58AB1
Complementary color
Monochromatic Colors of #E58AB1
Black with #E58AB1
Text Example
Text Example
White with #E58AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AB1; }
p { color: rgb(229,138,177); }
H1.HeaderClassName
{
color: #E58AB1;
}
.AnyTagClassName
{
color: #E58AB1;
}
</style>
background-color css
<style>
a { background-color: #E58AB1; }
a { background-color: rgb(229,138,177); }
div.DivClassName
{
background-color: #E58AB1;
}
.BgClassName
{
background-color: #E58AB1;
}
</style>
border-color css
<style>
span { border-color: #E58AB1; }
span { border-color: rgb(229,138,177); }
td.TdClassName
{
border-color: #E58AB1;
}
.TagClassName
{
border-color: #E58AB1;
}
</style>