Shades of Kobi #E88AB3
Tints of Kobi #E88AB3
RGB
CMYK
RGB Variations
Color information
#E88AB3 (or 0xE88AB3) is known color: Kobi. HEX triplet: E8, 8A and B3. RGB value is (232,138,179). Sum of RGB (Red+Green+Blue) = 232+138+179=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 179 (70.31% from 255 or 32.60% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E88AB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E88AB3 is #17754C. Grayscale: #AAAAAA. Windows color (decimal): -1537357 or 11766504. OLE color: 11766504.
HSL color Cylindrical-coordinate representation of color #E88AB3: hue angle of 333.83º 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 #E88AB3 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 138 | 179 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.09 |
| HSL | 333.83º | 0.67% | 0.73% | - |
| HSV(B) | 333.83º | 0.41% | 0.91% | - |
| XYZ | 50.5 | 38.59 | 47.43 | - |
| YUV | 170.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 138 | 179 | 0 | 0.41 | 0.23 | 0.09 | 333.83 | 0.67 | 0.73 |
| Hex | E8 | 8A | B3 | 0 | 29 | 17 | 9 | 14E | 43 | 49 |
| Octal | 350 | 212 | 263 | 0 | 51 | 27 | 11 | 516 | 103 | 111 |
| Binary | 11101000 | 10001010 | 10110011 | 0 | 101001 | 10111 | 1001 | 101001110 | 1000011 | 1001001 |
Color Harmonies of #E88AB3
Complementary color
Monochromatic Colors of #E88AB3
Black with #E88AB3
Text Example
Text Example
White with #E88AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E88AB3; }
p { color: rgb(232,138,179); }
H1.HeaderClassName
{
color: #E88AB3;
}
.AnyTagClassName
{
color: #E88AB3;
}
</style>
background-color css
<style>
a { background-color: #E88AB3; }
a { background-color: rgb(232,138,179); }
div.DivClassName
{
background-color: #E88AB3;
}
.BgClassName
{
background-color: #E88AB3;
}
</style>
border-color css
<style>
span { border-color: #E88AB3; }
span { border-color: rgb(232,138,179); }
td.TdClassName
{
border-color: #E88AB3;
}
.TagClassName
{
border-color: #E88AB3;
}
</style>