Shades of Kobi #E590AD
Tints of Kobi #E590AD
RGB
CMYK
RGB Variations
Color information
#E590AD (or 0xE590AD) is known color: Kobi. HEX triplet: E5, 90 and AD. RGB value is (229,144,173). Sum of RGB (Red+Green+Blue) = 229+144+173=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E590AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E590AD is #1A6F52. Grayscale: #ACACAC. Windows color (decimal): -1732435 or 11374821. OLE color: 11374821.
HSL color Cylindrical-coordinate representation of color #E590AD: hue angle of 339.53º 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 #E590AD is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 144 | 173 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.10 |
| HSL | 339.53º | 0.62% | 0.73% | - |
| HSV(B) | 339.53º | 0.37% | 0.9% | - |
| XYZ | 49.83 | 39.62 | 44.56 | - |
| YUV | 172.72 | 128.16 | 168.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 144 | 173 | 0 | 0.37 | 0.24 | 0.10 | 339.53 | 0.62 | 0.73 |
| Hex | E5 | 90 | AD | 0 | 25 | 18 | A | 154 | 3E | 49 |
| Octal | 345 | 220 | 255 | 0 | 45 | 30 | 12 | 524 | 76 | 111 |
| Binary | 11100101 | 10010000 | 10101101 | 0 | 100101 | 11000 | 1010 | 101010100 | 111110 | 1001001 |
Color Harmonies of #E590AD
Complementary color
Monochromatic Colors of #E590AD
Black with #E590AD
Text Example
Text Example
White with #E590AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E590AD; }
p { color: rgb(229,144,173); }
H1.HeaderClassName
{
color: #E590AD;
}
.AnyTagClassName
{
color: #E590AD;
}
</style>
background-color css
<style>
a { background-color: #E590AD; }
a { background-color: rgb(229,144,173); }
div.DivClassName
{
background-color: #E590AD;
}
.BgClassName
{
background-color: #E590AD;
}
</style>
border-color css
<style>
span { border-color: #E590AD; }
span { border-color: rgb(229,144,173); }
td.TdClassName
{
border-color: #E590AD;
}
.TagClassName
{
border-color: #E590AD;
}
</style>