Shades of Kobi #E88BAB
Tints of Kobi #E88BAB
RGB
CMYK
RGB Variations
Color information
#E88BAB (or 0xE88BAB) is known color: Kobi. HEX triplet: E8, 8B and AB. RGB value is (232,139,171). Sum of RGB (Red+Green+Blue) = 232+139+171=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E88BAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E88BAB is #177454. Grayscale: #AAAAAA. Windows color (decimal): -1537109 or 11242472. OLE color: 11242472.
HSL color Cylindrical-coordinate representation of color #E88BAB: hue angle of 339.35º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E88BAB is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 139 | 171 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.09 |
| HSL | 339.35º | 0.67% | 0.73% | - |
| HSV(B) | 339.35º | 0.4% | 0.91% | - |
| XYZ | 49.86 | 38.56 | 43.34 | - |
| YUV | 170.46 | 128.31 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 139 | 171 | 0 | 0.40 | 0.26 | 0.09 | 339.35 | 0.67 | 0.73 |
| Hex | E8 | 8B | AB | 0 | 28 | 1A | 9 | 153 | 43 | 49 |
| Octal | 350 | 213 | 253 | 0 | 50 | 32 | 11 | 523 | 103 | 111 |
| Binary | 11101000 | 10001011 | 10101011 | 0 | 101000 | 11010 | 1001 | 101010011 | 1000011 | 1001001 |
Color Harmonies of #E88BAB
Complementary color
Monochromatic Colors of #E88BAB
Black with #E88BAB
Text Example
Text Example
White with #E88BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88BAB; }
p { color: rgb(232,139,171); }
H1.HeaderClassName
{
color: #E88BAB;
}
.AnyTagClassName
{
color: #E88BAB;
}
</style>
background-color css
<style>
a { background-color: #E88BAB; }
a { background-color: rgb(232,139,171); }
div.DivClassName
{
background-color: #E88BAB;
}
.BgClassName
{
background-color: #E88BAB;
}
</style>
border-color css
<style>
span { border-color: #E88BAB; }
span { border-color: rgb(232,139,171); }
td.TdClassName
{
border-color: #E88BAB;
}
.TagClassName
{
border-color: #E88BAB;
}
</style>