Shades of Kobi #E589AF
Tints of Kobi #E589AF
RGB
CMYK
RGB Variations
Color information
#E589AF (or 0xE589AF) is known color: Kobi. HEX triplet: E5, 89 and AF. RGB value is (229,137,175). Sum of RGB (Red+Green+Blue) = 229+137+175=541 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.33% from 541); Green value is 137 (53.91% from 255 or 25.32% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 229 - color contains mainly: red. Hex color #E589AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E589AF is #1A7650. Grayscale: #A8A8A8. Windows color (decimal): -1734225 or 11504101. OLE color: 11504101.
HSL color Cylindrical-coordinate representation of color #E589AF: hue angle of 335.22º 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 #E589AF is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 137 | 175 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.10 |
| HSL | 335.22º | 0.64% | 0.72% | - |
| HSV(B) | 335.22º | 0.4% | 0.9% | - |
| XYZ | 49 | 37.64 | 45.24 | - |
| YUV | 168.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 137 | 175 | 0 | 0.40 | 0.24 | 0.10 | 335.22 | 0.64 | 0.72 |
| Hex | E5 | 89 | AF | 0 | 28 | 18 | A | 14F | 40 | 48 |
| Octal | 345 | 211 | 257 | 0 | 50 | 30 | 12 | 517 | 100 | 110 |
| Binary | 11100101 | 10001001 | 10101111 | 0 | 101000 | 11000 | 1010 | 101001111 | 1000000 | 1001000 |
Color Harmonies of #E589AF
Complementary color
Monochromatic Colors of #E589AF
Black with #E589AF
Text Example
Text Example
White with #E589AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E589AF; }
p { color: rgb(229,137,175); }
H1.HeaderClassName
{
color: #E589AF;
}
.AnyTagClassName
{
color: #E589AF;
}
</style>
background-color css
<style>
a { background-color: #E589AF; }
a { background-color: rgb(229,137,175); }
div.DivClassName
{
background-color: #E589AF;
}
.BgClassName
{
background-color: #E589AF;
}
</style>
border-color css
<style>
span { border-color: #E589AF; }
span { border-color: rgb(229,137,175); }
td.TdClassName
{
border-color: #E589AF;
}
.TagClassName
{
border-color: #E589AF;
}
</style>