Shades of Kobi #E590AF
Tints of Kobi #E590AF
RGB
CMYK
RGB Variations
Color information
#E590AF (or 0xE590AF) is known color: Kobi. HEX triplet: E5, 90 and AF. RGB value is (229,144,175). Sum of RGB (Red+Green+Blue) = 229+144+175=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E590AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E590AF is #1A6F50. Grayscale: #ACACAC. Windows color (decimal): -1732433 or 11505893. OLE color: 11505893.
HSL color Cylindrical-coordinate representation of color #E590AF: hue angle of 338.12º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E590AF is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 175 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.10 |
| HSL | 338.12º | 0.62% | 0.73% | - |
| HSV(B) | 338.12º | 0.37% | 0.9% | - |
| XYZ | 50.02 | 39.7 | 45.58 | - |
| YUV | 172.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 175 | 0 | 0.37 | 0.24 | 0.10 | 338.12 | 0.62 | 0.73 |
| Hex | E5 | 90 | AF | 0 | 25 | 18 | A | 152 | 3E | 49 |
| Octal | 345 | 220 | 257 | 0 | 45 | 30 | 12 | 522 | 76 | 111 |
| Binary | 11100101 | 10010000 | 10101111 | 0 | 100101 | 11000 | 1010 | 101010010 | 111110 | 1001001 |
Color Harmonies of #E590AF
Complementary color
Monochromatic Colors of #E590AF
Black with #E590AF
Text Example
Text Example
White with #E590AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590AF; }
p { color: rgb(229,144,175); }
H1.HeaderClassName
{
color: #E590AF;
}
.AnyTagClassName
{
color: #E590AF;
}
</style>
background-color css
<style>
a { background-color: #E590AF; }
a { background-color: rgb(229,144,175); }
div.DivClassName
{
background-color: #E590AF;
}
.BgClassName
{
background-color: #E590AF;
}
</style>
border-color css
<style>
span { border-color: #E590AF; }
span { border-color: rgb(229,144,175); }
td.TdClassName
{
border-color: #E590AF;
}
.TagClassName
{
border-color: #E590AF;
}
</style>