Shades of Kobi #E589B2
Tints of Kobi #E589B2
RGB
CMYK
RGB Variations
Color information
#E589B2 (or 0xE589B2) is known color: Kobi. HEX triplet: E5, 89 and B2. RGB value is (229,137,178). Sum of RGB (Red+Green+Blue) = 229+137+178=544 (72% of max value = 765). Red value is 229 (89.84% from 255 or 42.10% from 544); Green value is 137 (53.91% from 255 or 25.18% from 544); Blue value is 178 (69.92% from 255 or 32.72% from 544); Max value from RGB is 229 - color contains mainly: red. Hex color #E589B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E589B2 is #1A764D. Grayscale: #A9A9A9. Windows color (decimal): -1734222 or 11700709. OLE color: 11700709.
HSL color Cylindrical-coordinate representation of color #E589B2: hue angle of 333.26º 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 #E589B2 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 178 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.10 |
| HSL | 333.26º | 0.64% | 0.72% | - |
| HSV(B) | 333.26º | 0.4% | 0.9% | - |
| XYZ | 49.29 | 37.76 | 46.81 | - |
| YUV | 169.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 178 | 0 | 0.40 | 0.22 | 0.10 | 333.26 | 0.64 | 0.72 |
| Hex | E5 | 89 | B2 | 0 | 28 | 16 | A | 14D | 40 | 48 |
| Octal | 345 | 211 | 262 | 0 | 50 | 26 | 12 | 515 | 100 | 110 |
| Binary | 11100101 | 10001001 | 10110010 | 0 | 101000 | 10110 | 1010 | 101001101 | 1000000 | 1001000 |
Color Harmonies of #E589B2
Complementary color
Monochromatic Colors of #E589B2
Black with #E589B2
Text Example
Text Example
White with #E589B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589B2; }
p { color: rgb(229,137,178); }
H1.HeaderClassName
{
color: #E589B2;
}
.AnyTagClassName
{
color: #E589B2;
}
</style>
background-color css
<style>
a { background-color: #E589B2; }
a { background-color: rgb(229,137,178); }
div.DivClassName
{
background-color: #E589B2;
}
.BgClassName
{
background-color: #E589B2;
}
</style>
border-color css
<style>
span { border-color: #E589B2; }
span { border-color: rgb(229,137,178); }
td.TdClassName
{
border-color: #E589B2;
}
.TagClassName
{
border-color: #E589B2;
}
</style>