Shades of Kobi #E890AD
Tints of Kobi #E890AD
RGB
CMYK
RGB Variations
Color information
#E890AD (or 0xE890AD) is known color: Kobi. HEX triplet: E8, 90 and AD. RGB value is (232,144,173). Sum of RGB (Red+Green+Blue) = 232+144+173=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E890AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E890AD is #176F52. Grayscale: #ADADAD. Windows color (decimal): -1535827 or 11374824. OLE color: 11374824.
HSL color Cylindrical-coordinate representation of color #E890AD: hue angle of 340.23º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E890AD is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 173 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.09 |
| HSL | 340.23º | 0.66% | 0.74% | - |
| HSV(B) | 340.23º | 0.38% | 0.91% | - |
| XYZ | 50.79 | 40.12 | 44.6 | - |
| YUV | 173.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 173 | 0 | 0.38 | 0.25 | 0.09 | 340.23 | 0.66 | 0.74 |
| Hex | E8 | 90 | AD | 0 | 26 | 19 | 9 | 154 | 42 | 4A |
| Octal | 350 | 220 | 255 | 0 | 46 | 31 | 11 | 524 | 102 | 112 |
| Binary | 11101000 | 10010000 | 10101101 | 0 | 100110 | 11001 | 1001 | 101010100 | 1000010 | 1001010 |
Color Harmonies of #E890AD
Complementary color
Monochromatic Colors of #E890AD
Black with #E890AD
Text Example
Text Example
White with #E890AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890AD; }
p { color: rgb(232,144,173); }
H1.HeaderClassName
{
color: #E890AD;
}
.AnyTagClassName
{
color: #E890AD;
}
</style>
background-color css
<style>
a { background-color: #E890AD; }
a { background-color: rgb(232,144,173); }
div.DivClassName
{
background-color: #E890AD;
}
.BgClassName
{
background-color: #E890AD;
}
</style>
border-color css
<style>
span { border-color: #E890AD; }
span { border-color: rgb(232,144,173); }
td.TdClassName
{
border-color: #E890AD;
}
.TagClassName
{
border-color: #E890AD;
}
</style>