Shades of Kobi #E890AC
Tints of Kobi #E890AC
RGB
CMYK
RGB Variations
Color information
#E890AC (or 0xE890AC) is known color: Kobi. HEX triplet: E8, 90 and AC. RGB value is (232,144,172). Sum of RGB (Red+Green+Blue) = 232+144+172=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E890AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E890AC is #176F53. Grayscale: #ADADAD. Windows color (decimal): -1535828 or 11309288. OLE color: 11309288.
HSL color Cylindrical-coordinate representation of color #E890AC: hue angle of 340.91º 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 #E890AC is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 144 | 172 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.09 |
| HSL | 340.91º | 0.66% | 0.74% | - |
| HSV(B) | 340.91º | 0.38% | 0.91% | - |
| XYZ | 50.7 | 40.08 | 44.09 | - |
| YUV | 173.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 144 | 172 | 0 | 0.38 | 0.26 | 0.09 | 340.91 | 0.66 | 0.74 |
| Hex | E8 | 90 | AC | 0 | 26 | 1A | 9 | 155 | 42 | 4A |
| Octal | 350 | 220 | 254 | 0 | 46 | 32 | 11 | 525 | 102 | 112 |
| Binary | 11101000 | 10010000 | 10101100 | 0 | 100110 | 11010 | 1001 | 101010101 | 1000010 | 1001010 |
Color Harmonies of #E890AC
Complementary color
Monochromatic Colors of #E890AC
Black with #E890AC
Text Example
Text Example
White with #E890AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E890AC; }
p { color: rgb(232,144,172); }
H1.HeaderClassName
{
color: #E890AC;
}
.AnyTagClassName
{
color: #E890AC;
}
</style>
background-color css
<style>
a { background-color: #E890AC; }
a { background-color: rgb(232,144,172); }
div.DivClassName
{
background-color: #E890AC;
}
.BgClassName
{
background-color: #E890AC;
}
</style>
border-color css
<style>
span { border-color: #E890AC; }
span { border-color: rgb(232,144,172); }
td.TdClassName
{
border-color: #E890AC;
}
.TagClassName
{
border-color: #E890AC;
}
</style>