Shades of Kobi #E58DA9
Tints of Kobi #E58DA9
RGB
CMYK
RGB Variations
Color information
#E58DA9 (or 0xE58DA9) is known color: Kobi. HEX triplet: E5, 8D and A9. RGB value is (229,141,169). Sum of RGB (Red+Green+Blue) = 229+141+169=539 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.49% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 169 (66.41% from 255 or 31.35% from 539); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DA9 is #1A7256. Grayscale: #AAAAAA. Windows color (decimal): -1733207 or 11111909. OLE color: 11111909.
HSL color Cylindrical-coordinate representation of color #E58DA9: hue angle of 340.91º degrees, saturation: 0.63, 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 #E58DA9 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 169 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.10 |
| HSL | 340.91º | 0.63% | 0.73% | - |
| HSV(B) | 340.91º | 0.38% | 0.9% | - |
| XYZ | 49 | 38.57 | 42.4 | - |
| YUV | 170.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 169 | 0 | 0.38 | 0.26 | 0.10 | 340.91 | 0.63 | 0.73 |
| Hex | E5 | 8D | A9 | 0 | 26 | 1A | A | 155 | 3F | 49 |
| Octal | 345 | 215 | 251 | 0 | 46 | 32 | 12 | 525 | 77 | 111 |
| Binary | 11100101 | 10001101 | 10101001 | 0 | 100110 | 11010 | 1010 | 101010101 | 111111 | 1001001 |
Color Harmonies of #E58DA9
Complementary color
Monochromatic Colors of #E58DA9
Black with #E58DA9
Text Example
Text Example
White with #E58DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DA9; }
p { color: rgb(229,141,169); }
H1.HeaderClassName
{
color: #E58DA9;
}
.AnyTagClassName
{
color: #E58DA9;
}
</style>
background-color css
<style>
a { background-color: #E58DA9; }
a { background-color: rgb(229,141,169); }
div.DivClassName
{
background-color: #E58DA9;
}
.BgClassName
{
background-color: #E58DA9;
}
</style>
border-color css
<style>
span { border-color: #E58DA9; }
span { border-color: rgb(229,141,169); }
td.TdClassName
{
border-color: #E58DA9;
}
.TagClassName
{
border-color: #E58DA9;
}
</style>