Shades of Kobi #E988AF
Tints of Kobi #E988AF
RGB
CMYK
RGB Variations
Color information
#E988AF (or 0xE988AF) is known color: Kobi. HEX triplet: E9, 88 and AF. RGB value is (233,136,175). Sum of RGB (Red+Green+Blue) = 233+136+175=544 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.83% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 233 - color contains mainly: red. Hex color #E988AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E988AF is #167750. Grayscale: #A9A9A9. Windows color (decimal): -1472337 or 11503849. OLE color: 11503849.
HSL color Cylindrical-coordinate representation of color #E988AF: hue angle of 335.88º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E988AF is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 175 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.09 |
| HSL | 335.88º | 0.69% | 0.72% | - |
| HSV(B) | 335.88º | 0.42% | 0.91% | - |
| XYZ | 50.15 | 38.03 | 45.25 | - |
| YUV | 169.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 175 | 0 | 0.42 | 0.25 | 0.09 | 335.88 | 0.69 | 0.72 |
| Hex | E9 | 88 | AF | 0 | 2A | 19 | 9 | 150 | 45 | 48 |
| Octal | 351 | 210 | 257 | 0 | 52 | 31 | 11 | 520 | 105 | 110 |
| Binary | 11101001 | 10001000 | 10101111 | 0 | 101010 | 11001 | 1001 | 101010000 | 1000101 | 1001000 |
Color Harmonies of #E988AF
Complementary color
Monochromatic Colors of #E988AF
Black with #E988AF
Text Example
Text Example
White with #E988AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988AF; }
p { color: rgb(233,136,175); }
H1.HeaderClassName
{
color: #E988AF;
}
.AnyTagClassName
{
color: #E988AF;
}
</style>
background-color css
<style>
a { background-color: #E988AF; }
a { background-color: rgb(233,136,175); }
div.DivClassName
{
background-color: #E988AF;
}
.BgClassName
{
background-color: #E988AF;
}
</style>
border-color css
<style>
span { border-color: #E988AF; }
span { border-color: rgb(233,136,175); }
td.TdClassName
{
border-color: #E988AF;
}
.TagClassName
{
border-color: #E988AF;
}
</style>