Shades of Kobi #E984B0
Tints of Kobi #E984B0
RGB
CMYK
RGB Variations
Color information
#E984B0 (or 0xE984B0) is known color: Kobi. HEX triplet: E9, 84 and B0. RGB value is (233,132,176). Sum of RGB (Red+Green+Blue) = 233+132+176=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 132 (51.95% from 255 or 24.40% from 541); Blue value is 176 (69.14% from 255 or 32.53% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E984B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E984B0 is #167B4F. Grayscale: #A7A7A7. Windows color (decimal): -1473360 or 11568361. OLE color: 11568361.
HSL color Cylindrical-coordinate representation of color #E984B0: hue angle of 333.86º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E984B0 is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 132 | 176 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.09 |
| HSL | 333.86º | 0.7% | 0.72% | - |
| HSV(B) | 333.86º | 0.43% | 0.91% | - |
| XYZ | 49.69 | 36.96 | 45.59 | - |
| YUV | 167.22 | 132.96 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 132 | 176 | 0 | 0.43 | 0.24 | 0.09 | 333.86 | 0.7 | 0.72 |
| Hex | E9 | 84 | B0 | 0 | 2B | 18 | 9 | 14E | 46 | 48 |
| Octal | 351 | 204 | 260 | 0 | 53 | 30 | 11 | 516 | 106 | 110 |
| Binary | 11101001 | 10000100 | 10110000 | 0 | 101011 | 11000 | 1001 | 101001110 | 1000110 | 1001000 |
Color Harmonies of #E984B0
Complementary color
Monochromatic Colors of #E984B0
Black with #E984B0
Text Example
Text Example
White with #E984B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E984B0; }
p { color: rgb(233,132,176); }
H1.HeaderClassName
{
color: #E984B0;
}
.AnyTagClassName
{
color: #E984B0;
}
</style>
background-color css
<style>
a { background-color: #E984B0; }
a { background-color: rgb(233,132,176); }
div.DivClassName
{
background-color: #E984B0;
}
.BgClassName
{
background-color: #E984B0;
}
</style>
border-color css
<style>
span { border-color: #E984B0; }
span { border-color: rgb(233,132,176); }
td.TdClassName
{
border-color: #E984B0;
}
.TagClassName
{
border-color: #E984B0;
}
</style>