Shades of Kobi #E589A2
Tints of Kobi #E589A2
RGB
CMYK
RGB Variations
Color information
#E589A2 (or 0xE589A2) is known color: Kobi. HEX triplet: E5, 89 and A2. RGB value is (229,137,162). Sum of RGB (Red+Green+Blue) = 229+137+162=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 162 (63.67% from 255 or 30.68% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E589A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E589A2 is #1A765D. Grayscale: #A7A7A7. Windows color (decimal): -1734238 or 10652133. OLE color: 10652133.
HSL color Cylindrical-coordinate representation of color #E589A2: hue angle of 343.7º 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 #E589A2 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 162 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.10 |
| HSL | 343.7º | 0.64% | 0.72% | - |
| HSV(B) | 343.7º | 0.4% | 0.9% | - |
| XYZ | 47.78 | 37.16 | 38.84 | - |
| YUV | 167.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 162 | 0 | 0.40 | 0.29 | 0.10 | 343.7 | 0.64 | 0.72 |
| Hex | E5 | 89 | A2 | 0 | 28 | 1D | A | 158 | 40 | 48 |
| Octal | 345 | 211 | 242 | 0 | 50 | 35 | 12 | 530 | 100 | 110 |
| Binary | 11100101 | 10001001 | 10100010 | 0 | 101000 | 11101 | 1010 | 101011000 | 1000000 | 1001000 |
Color Harmonies of #E589A2
Complementary color
Monochromatic Colors of #E589A2
Black with #E589A2
Text Example
Text Example
White with #E589A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589A2; }
p { color: rgb(229,137,162); }
H1.HeaderClassName
{
color: #E589A2;
}
.AnyTagClassName
{
color: #E589A2;
}
</style>
background-color css
<style>
a { background-color: #E589A2; }
a { background-color: rgb(229,137,162); }
div.DivClassName
{
background-color: #E589A2;
}
.BgClassName
{
background-color: #E589A2;
}
</style>
border-color css
<style>
span { border-color: #E589A2; }
span { border-color: rgb(229,137,162); }
td.TdClassName
{
border-color: #E589A2;
}
.TagClassName
{
border-color: #E589A2;
}
</style>