Shades of Kobi #E983AC
Tints of Kobi #E983AC
RGB
CMYK
RGB Variations
Color information
#E983AC (or 0xE983AC) is known color: Kobi. HEX triplet: E9, 83 and AC. RGB value is (233,131,172). Sum of RGB (Red+Green+Blue) = 233+131+172=536 (70% of max value = 765). Red value is 233 (91.41% from 255 or 43.47% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 233 - color contains mainly: red. Hex color #E983AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E983AC is #167C53. Grayscale: #A6A6A6. Windows color (decimal): -1473620 or 11305961. OLE color: 11305961.
HSL color Cylindrical-coordinate representation of color #E983AC: hue angle of 335.88º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E983AC is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 131 | 172 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.09 |
| HSL | 335.88º | 0.7% | 0.71% | - |
| HSV(B) | 335.88º | 0.44% | 0.91% | - |
| XYZ | 49.17 | 36.53 | 43.49 | - |
| YUV | 166.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 131 | 172 | 0 | 0.44 | 0.26 | 0.09 | 335.88 | 0.7 | 0.71 |
| Hex | E9 | 83 | AC | 0 | 2C | 1A | 9 | 150 | 46 | 47 |
| Octal | 351 | 203 | 254 | 0 | 54 | 32 | 11 | 520 | 106 | 107 |
| Binary | 11101001 | 10000011 | 10101100 | 0 | 101100 | 11010 | 1001 | 101010000 | 1000110 | 1000111 |
Color Harmonies of #E983AC
Complementary color
Monochromatic Colors of #E983AC
Black with #E983AC
Text Example
Text Example
White with #E983AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E983AC; }
p { color: rgb(233,131,172); }
H1.HeaderClassName
{
color: #E983AC;
}
.AnyTagClassName
{
color: #E983AC;
}
</style>
background-color css
<style>
a { background-color: #E983AC; }
a { background-color: rgb(233,131,172); }
div.DivClassName
{
background-color: #E983AC;
}
.BgClassName
{
background-color: #E983AC;
}
</style>
border-color css
<style>
span { border-color: #E983AC; }
span { border-color: rgb(233,131,172); }
td.TdClassName
{
border-color: #E983AC;
}
.TagClassName
{
border-color: #E983AC;
}
</style>