Shades of Kobi #E58AA9
Tints of Kobi #E58AA9
RGB
CMYK
RGB Variations
Color information
#E58AA9 (or 0xE58AA9) is known color: Kobi. HEX triplet: E5, 8A and A9. RGB value is (229,138,169). Sum of RGB (Red+Green+Blue) = 229+138+169=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AA9 is #1A7556. Grayscale: #A8A8A8. Windows color (decimal): -1733975 or 11111141. OLE color: 11111141.
HSL color Cylindrical-coordinate representation of color #E58AA9: hue angle of 339.56º 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 #E58AA9 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 169 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.10 |
| HSL | 339.56º | 0.64% | 0.72% | - |
| HSV(B) | 339.56º | 0.4% | 0.9% | - |
| XYZ | 48.56 | 37.7 | 42.25 | - |
| YUV | 168.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 169 | 0 | 0.40 | 0.26 | 0.10 | 339.56 | 0.64 | 0.72 |
| Hex | E5 | 8A | A9 | 0 | 28 | 1A | A | 154 | 40 | 48 |
| Octal | 345 | 212 | 251 | 0 | 50 | 32 | 12 | 524 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10101001 | 0 | 101000 | 11010 | 1010 | 101010100 | 1000000 | 1001000 |
Color Harmonies of #E58AA9
Complementary color
Monochromatic Colors of #E58AA9
Black with #E58AA9
Text Example
Text Example
White with #E58AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AA9; }
p { color: rgb(229,138,169); }
H1.HeaderClassName
{
color: #E58AA9;
}
.AnyTagClassName
{
color: #E58AA9;
}
</style>
background-color css
<style>
a { background-color: #E58AA9; }
a { background-color: rgb(229,138,169); }
div.DivClassName
{
background-color: #E58AA9;
}
.BgClassName
{
background-color: #E58AA9;
}
</style>
border-color css
<style>
span { border-color: #E58AA9; }
span { border-color: rgb(229,138,169); }
td.TdClassName
{
border-color: #E58AA9;
}
.TagClassName
{
border-color: #E58AA9;
}
</style>