Shades of Kobi #E88AAB
Tints of Kobi #E88AAB
RGB
CMYK
RGB Variations
Color information
#E88AAB (or 0xE88AAB) is known color: Kobi. HEX triplet: E8, 8A and AB. RGB value is (232,138,171). Sum of RGB (Red+Green+Blue) = 232+138+171=541 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.88% from 541); Green value is 138 (54.30% from 255 or 25.51% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 232 - color contains mainly: red. Hex color #E88AAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88AAB is #177554. Grayscale: #A9A9A9. Windows color (decimal): -1537365 or 11242216. OLE color: 11242216.
HSL color Cylindrical-coordinate representation of color #E88AAB: hue angle of 338.94º 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 #E88AAB is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 171 | - |
| CMYK | 0 | 0.41 | 0.26 | 0.09 |
| HSL | 338.94º | 0.67% | 0.73% | - |
| HSV(B) | 338.94º | 0.41% | 0.91% | - |
| XYZ | 49.72 | 38.27 | 43.3 | - |
| YUV | 169.87 | 128.64 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 171 | 0 | 0.41 | 0.26 | 0.09 | 338.94 | 0.67 | 0.73 |
| Hex | E8 | 8A | AB | 0 | 29 | 1A | 9 | 153 | 43 | 49 |
| Octal | 350 | 212 | 253 | 0 | 51 | 32 | 11 | 523 | 103 | 111 |
| Binary | 11101000 | 10001010 | 10101011 | 0 | 101001 | 11010 | 1001 | 101010011 | 1000011 | 1001001 |
Color Harmonies of #E88AAB
Complementary color
Monochromatic Colors of #E88AAB
Black with #E88AAB
Text Example
Text Example
White with #E88AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88AAB; }
p { color: rgb(232,138,171); }
H1.HeaderClassName
{
color: #E88AAB;
}
.AnyTagClassName
{
color: #E88AAB;
}
</style>
background-color css
<style>
a { background-color: #E88AAB; }
a { background-color: rgb(232,138,171); }
div.DivClassName
{
background-color: #E88AAB;
}
.BgClassName
{
background-color: #E88AAB;
}
</style>
border-color css
<style>
span { border-color: #E88AAB; }
span { border-color: rgb(232,138,171); }
td.TdClassName
{
border-color: #E88AAB;
}
.TagClassName
{
border-color: #E88AAB;
}
</style>