Shades of Kobi #E88FAC
Tints of Kobi #E88FAC
RGB
CMYK
RGB Variations
Color information
#E88FAC (or 0xE88FAC) is known color: Kobi. HEX triplet: E8, 8F and AC. RGB value is (232,143,172). Sum of RGB (Red+Green+Blue) = 232+143+172=547 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.41% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 172 (67.58% from 255 or 31.44% from 547); Max value from RGB is 232 - color contains mainly: red. Hex color #E88FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88FAC is #177053. Grayscale: #ACACAC. Windows color (decimal): -1536084 or 11309032. OLE color: 11309032.
HSL color Cylindrical-coordinate representation of color #E88FAC: hue angle of 340.45º 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 #E88FAC is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 143 | 172 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.09 |
| HSL | 340.45º | 0.66% | 0.74% | - |
| HSV(B) | 340.45º | 0.38% | 0.91% | - |
| XYZ | 50.55 | 39.78 | 44.04 | - |
| YUV | 172.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 143 | 172 | 0 | 0.38 | 0.26 | 0.09 | 340.45 | 0.66 | 0.74 |
| Hex | E8 | 8F | AC | 0 | 26 | 1A | 9 | 154 | 42 | 4A |
| Octal | 350 | 217 | 254 | 0 | 46 | 32 | 11 | 524 | 102 | 112 |
| Binary | 11101000 | 10001111 | 10101100 | 0 | 100110 | 11010 | 1001 | 101010100 | 1000010 | 1001010 |
Color Harmonies of #E88FAC
Complementary color
Monochromatic Colors of #E88FAC
Black with #E88FAC
Text Example
Text Example
White with #E88FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88FAC; }
p { color: rgb(232,143,172); }
H1.HeaderClassName
{
color: #E88FAC;
}
.AnyTagClassName
{
color: #E88FAC;
}
</style>
background-color css
<style>
a { background-color: #E88FAC; }
a { background-color: rgb(232,143,172); }
div.DivClassName
{
background-color: #E88FAC;
}
.BgClassName
{
background-color: #E88FAC;
}
</style>
border-color css
<style>
span { border-color: #E88FAC; }
span { border-color: rgb(232,143,172); }
td.TdClassName
{
border-color: #E88FAC;
}
.TagClassName
{
border-color: #E88FAC;
}
</style>