Shades of Kobi #E880AB
Tints of Kobi #E880AB
RGB
CMYK
RGB Variations
Color information
#E880AB (or 0xE880AB) is known color: Kobi. HEX triplet: E8, 80 and AB. RGB value is (232,128,171). Sum of RGB (Red+Green+Blue) = 232+128+171=531 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.69% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 232 - color contains mainly: red. Hex color #E880AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E880AB is #177F54. Grayscale: #A3A3A3. Windows color (decimal): -1539925 or 11239656. OLE color: 11239656.
HSL color Cylindrical-coordinate representation of color #E880AB: hue angle of 335.19º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E880AB is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 171 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.09 |
| HSL | 335.19º | 0.69% | 0.71% | - |
| HSV(B) | 335.19º | 0.45% | 0.91% | - |
| XYZ | 48.35 | 35.53 | 42.84 | - |
| YUV | 164 | 131.96 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 171 | 0 | 0.45 | 0.26 | 0.09 | 335.19 | 0.69 | 0.71 |
| Hex | E8 | 80 | AB | 0 | 2D | 1A | 9 | 14F | 45 | 47 |
| Octal | 350 | 200 | 253 | 0 | 55 | 32 | 11 | 517 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10101011 | 0 | 101101 | 11010 | 1001 | 101001111 | 1000101 | 1000111 |
Color Harmonies of #E880AB
Complementary color
Monochromatic Colors of #E880AB
Black with #E880AB
Text Example
Text Example
White with #E880AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E880AB; }
p { color: rgb(232,128,171); }
H1.HeaderClassName
{
color: #E880AB;
}
.AnyTagClassName
{
color: #E880AB;
}
</style>
background-color css
<style>
a { background-color: #E880AB; }
a { background-color: rgb(232,128,171); }
div.DivClassName
{
background-color: #E880AB;
}
.BgClassName
{
background-color: #E880AB;
}
</style>
border-color css
<style>
span { border-color: #E880AB; }
span { border-color: rgb(232,128,171); }
td.TdClassName
{
border-color: #E880AB;
}
.TagClassName
{
border-color: #E880AB;
}
</style>