Shades of Kobi #E593AD
Tints of Kobi #E593AD
RGB
CMYK
RGB Variations
Color information
#E593AD (or 0xE593AD) is known color: Kobi. HEX triplet: E5, 93 and AD. RGB value is (229,147,173). Sum of RGB (Red+Green+Blue) = 229+147+173=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E593AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E593AD is #1A6C52. Grayscale: #AEAEAE. Windows color (decimal): -1731667 or 11375589. OLE color: 11375589.
HSL color Cylindrical-coordinate representation of color #E593AD: hue angle of 340.98º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E593AD is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 147 | 173 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.10 |
| HSL | 340.98º | 0.61% | 0.74% | - |
| HSV(B) | 340.98º | 0.36% | 0.9% | - |
| XYZ | 50.29 | 40.54 | 44.71 | - |
| YUV | 174.48 | 127.17 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 147 | 173 | 0 | 0.36 | 0.24 | 0.10 | 340.98 | 0.61 | 0.74 |
| Hex | E5 | 93 | AD | 0 | 24 | 18 | A | 155 | 3D | 4A |
| Octal | 345 | 223 | 255 | 0 | 44 | 30 | 12 | 525 | 75 | 112 |
| Binary | 11100101 | 10010011 | 10101101 | 0 | 100100 | 11000 | 1010 | 101010101 | 111101 | 1001010 |
Color Harmonies of #E593AD
Complementary color
Monochromatic Colors of #E593AD
Black with #E593AD
Text Example
Text Example
White with #E593AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E593AD; }
p { color: rgb(229,147,173); }
H1.HeaderClassName
{
color: #E593AD;
}
.AnyTagClassName
{
color: #E593AD;
}
</style>
background-color css
<style>
a { background-color: #E593AD; }
a { background-color: rgb(229,147,173); }
div.DivClassName
{
background-color: #E593AD;
}
.BgClassName
{
background-color: #E593AD;
}
</style>
border-color css
<style>
span { border-color: #E593AD; }
span { border-color: rgb(229,147,173); }
td.TdClassName
{
border-color: #E593AD;
}
.TagClassName
{
border-color: #E593AD;
}
</style>