Shades of Kobi #E88AAC
Tints of Kobi #E88AAC
RGB
CMYK
RGB Variations
Color information
#E88AAC (or 0xE88AAC) is known color: Kobi. HEX triplet: E8, 8A and AC. RGB value is (232,138,172). Sum of RGB (Red+Green+Blue) = 232+138+172=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 138 (54.30% from 255 or 25.46% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E88AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88AAC is #177553. Grayscale: #A9A9A9. Windows color (decimal): -1537364 or 11307752. OLE color: 11307752.
HSL color Cylindrical-coordinate representation of color #E88AAC: hue angle of 338.3º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E88AAC is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 172 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.09 |
| HSL | 338.3º | 0.67% | 0.73% | - |
| HSV(B) | 338.3º | 0.41% | 0.91% | - |
| XYZ | 49.81 | 38.31 | 43.8 | - |
| YUV | 169.98 | 129.14 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 172 | 0 | 0.41 | 0.26 | 0.09 | 338.3 | 0.67 | 0.73 |
| Hex | E8 | 8A | AC | 0 | 29 | 1A | 9 | 152 | 43 | 49 |
| Octal | 350 | 212 | 254 | 0 | 51 | 32 | 11 | 522 | 103 | 111 |
| Binary | 11101000 | 10001010 | 10101100 | 0 | 101001 | 11010 | 1001 | 101010010 | 1000011 | 1001001 |
Color Harmonies of #E88AAC
Complementary color
Monochromatic Colors of #E88AAC
Black with #E88AAC
Text Example
Text Example
White with #E88AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88AAC; }
p { color: rgb(232,138,172); }
H1.HeaderClassName
{
color: #E88AAC;
}
.AnyTagClassName
{
color: #E88AAC;
}
</style>
background-color css
<style>
a { background-color: #E88AAC; }
a { background-color: rgb(232,138,172); }
div.DivClassName
{
background-color: #E88AAC;
}
.BgClassName
{
background-color: #E88AAC;
}
</style>
border-color css
<style>
span { border-color: #E88AAC; }
span { border-color: rgb(232,138,172); }
td.TdClassName
{
border-color: #E88AAC;
}
.TagClassName
{
border-color: #E88AAC;
}
</style>