Shades of Kobi #E988AD
Tints of Kobi #E988AD
RGB
CMYK
RGB Variations
Color information
#E988AD (or 0xE988AD) is known color: Kobi. HEX triplet: E9, 88 and AD. RGB value is (233,136,173). Sum of RGB (Red+Green+Blue) = 233+136+173=542 (71% of max value = 765). Red value is 233 (91.41% from 255 or 42.99% from 542); Green value is 136 (53.52% from 255 or 25.09% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 233 - color contains mainly: red. Hex color #E988AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E988AD is #167752. Grayscale: #A9A9A9. Windows color (decimal): -1472339 or 11372777. OLE color: 11372777.
HSL color Cylindrical-coordinate representation of color #E988AD: hue angle of 337.11º 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 #E988AD is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 136 | 173 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.09 |
| HSL | 337.11º | 0.69% | 0.72% | - |
| HSV(B) | 337.11º | 0.42% | 0.91% | - |
| XYZ | 49.95 | 37.95 | 44.23 | - |
| YUV | 169.22 | 130.14 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 136 | 173 | 0 | 0.42 | 0.26 | 0.09 | 337.11 | 0.69 | 0.72 |
| Hex | E9 | 88 | AD | 0 | 2A | 1A | 9 | 151 | 45 | 48 |
| Octal | 351 | 210 | 255 | 0 | 52 | 32 | 11 | 521 | 105 | 110 |
| Binary | 11101001 | 10001000 | 10101101 | 0 | 101010 | 11010 | 1001 | 101010001 | 1000101 | 1001000 |
Color Harmonies of #E988AD
Complementary color
Monochromatic Colors of #E988AD
Black with #E988AD
Text Example
Text Example
White with #E988AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E988AD; }
p { color: rgb(233,136,173); }
H1.HeaderClassName
{
color: #E988AD;
}
.AnyTagClassName
{
color: #E988AD;
}
</style>
background-color css
<style>
a { background-color: #E988AD; }
a { background-color: rgb(233,136,173); }
div.DivClassName
{
background-color: #E988AD;
}
.BgClassName
{
background-color: #E988AD;
}
</style>
border-color css
<style>
span { border-color: #E988AD; }
span { border-color: rgb(233,136,173); }
td.TdClassName
{
border-color: #E988AD;
}
.TagClassName
{
border-color: #E988AD;
}
</style>