Shades of Kobi #E883AC
Tints of Kobi #E883AC
RGB
CMYK
RGB Variations
Color information
#E883AC (or 0xE883AC) is known color: Kobi. HEX triplet: E8, 83 and AC. RGB value is (232,131,172). Sum of RGB (Red+Green+Blue) = 232+131+172=535 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.36% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 232 - color contains mainly: red. Hex color #E883AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E883AC is #177C53. Grayscale: #A5A5A5. Windows color (decimal): -1539156 or 11305960. OLE color: 11305960.
HSL color Cylindrical-coordinate representation of color #E883AC: hue angle of 335.64º degrees, saturation: 0.69, 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 #E883AC is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 131 | 172 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.09 |
| HSL | 335.64º | 0.69% | 0.71% | - |
| HSV(B) | 335.64º | 0.44% | 0.91% | - |
| XYZ | 48.84 | 36.37 | 43.48 | - |
| YUV | 165.87 | 131.46 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 131 | 172 | 0 | 0.44 | 0.26 | 0.09 | 335.64 | 0.69 | 0.71 |
| Hex | E8 | 83 | AC | 0 | 2C | 1A | 9 | 150 | 45 | 47 |
| Octal | 350 | 203 | 254 | 0 | 54 | 32 | 11 | 520 | 105 | 107 |
| Binary | 11101000 | 10000011 | 10101100 | 0 | 101100 | 11010 | 1001 | 101010000 | 1000101 | 1000111 |
Color Harmonies of #E883AC
Complementary color
Monochromatic Colors of #E883AC
Black with #E883AC
Text Example
Text Example
White with #E883AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E883AC; }
p { color: rgb(232,131,172); }
H1.HeaderClassName
{
color: #E883AC;
}
.AnyTagClassName
{
color: #E883AC;
}
</style>
background-color css
<style>
a { background-color: #E883AC; }
a { background-color: rgb(232,131,172); }
div.DivClassName
{
background-color: #E883AC;
}
.BgClassName
{
background-color: #E883AC;
}
</style>
border-color css
<style>
span { border-color: #E883AC; }
span { border-color: rgb(232,131,172); }
td.TdClassName
{
border-color: #E883AC;
}
.TagClassName
{
border-color: #E883AC;
}
</style>