Shades of Kobi #E88FAB
Tints of Kobi #E88FAB
RGB
CMYK
RGB Variations
Color information
#E88FAB (or 0xE88FAB) is known color: Kobi. HEX triplet: E8, 8F and AB. RGB value is (232,143,171). Sum of RGB (Red+Green+Blue) = 232+143+171=546 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.49% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 171 (67.19% from 255 or 31.32% from 546); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88FAB is #177054. Grayscale: #ACACAC. Windows color (decimal): -1536085 or 11243496. OLE color: 11243496.
HSL color Cylindrical-coordinate representation of color #E88FAB: hue angle of 341.12º 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 #E88FAB is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 171 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.09 |
| HSL | 341.12º | 0.66% | 0.74% | - |
| HSV(B) | 341.12º | 0.38% | 0.91% | - |
| XYZ | 50.45 | 39.74 | 43.54 | - |
| YUV | 172.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 171 | 0 | 0.38 | 0.26 | 0.09 | 341.12 | 0.66 | 0.74 |
| Hex | E8 | 8F | AB | 0 | 26 | 1A | 9 | 155 | 42 | 4A |
| Octal | 350 | 217 | 253 | 0 | 46 | 32 | 11 | 525 | 102 | 112 |
| Binary | 11101000 | 10001111 | 10101011 | 0 | 100110 | 11010 | 1001 | 101010101 | 1000010 | 1001010 |
Color Harmonies of #E88FAB
Complementary color
Monochromatic Colors of #E88FAB
Black with #E88FAB
Text Example
Text Example
White with #E88FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88FAB; }
p { color: rgb(232,143,171); }
H1.HeaderClassName
{
color: #E88FAB;
}
.AnyTagClassName
{
color: #E88FAB;
}
</style>
background-color css
<style>
a { background-color: #E88FAB; }
a { background-color: rgb(232,143,171); }
div.DivClassName
{
background-color: #E88FAB;
}
.BgClassName
{
background-color: #E88FAB;
}
</style>
border-color css
<style>
span { border-color: #E88FAB; }
span { border-color: rgb(232,143,171); }
td.TdClassName
{
border-color: #E88FAB;
}
.TagClassName
{
border-color: #E88FAB;
}
</style>