Shades of Kobi #E881AD
Tints of Kobi #E881AD
RGB
CMYK
RGB Variations
Color information
#E881AD (or 0xE881AD) is known color: Kobi. HEX triplet: E8, 81 and AD. RGB value is (232,129,173). Sum of RGB (Red+Green+Blue) = 232+129+173=534 (70% of max value = 765). Red value is 232 (91.02% from 255 or 43.45% from 534); Green value is 129 (50.78% from 255 or 24.16% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 232 - color contains mainly: red. Hex color #E881AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E881AD is #177E52. Grayscale: #A4A4A4. Windows color (decimal): -1539667 or 11370984. OLE color: 11370984.
HSL color Cylindrical-coordinate representation of color #E881AD: hue angle of 334.37º 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 #E881AD is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 173 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.09 |
| HSL | 334.37º | 0.69% | 0.71% | - |
| HSV(B) | 334.37º | 0.44% | 0.91% | - |
| XYZ | 48.67 | 35.87 | 43.89 | - |
| YUV | 164.81 | 132.62 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 173 | 0 | 0.44 | 0.25 | 0.09 | 334.37 | 0.69 | 0.71 |
| Hex | E8 | 81 | AD | 0 | 2C | 19 | 9 | 14E | 45 | 47 |
| Octal | 350 | 201 | 255 | 0 | 54 | 31 | 11 | 516 | 105 | 107 |
| Binary | 11101000 | 10000001 | 10101101 | 0 | 101100 | 11001 | 1001 | 101001110 | 1000101 | 1000111 |
Color Harmonies of #E881AD
Complementary color
Monochromatic Colors of #E881AD
Black with #E881AD
Text Example
Text Example
White with #E881AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E881AD; }
p { color: rgb(232,129,173); }
H1.HeaderClassName
{
color: #E881AD;
}
.AnyTagClassName
{
color: #E881AD;
}
</style>
background-color css
<style>
a { background-color: #E881AD; }
a { background-color: rgb(232,129,173); }
div.DivClassName
{
background-color: #E881AD;
}
.BgClassName
{
background-color: #E881AD;
}
</style>
border-color css
<style>
span { border-color: #E881AD; }
span { border-color: rgb(232,129,173); }
td.TdClassName
{
border-color: #E881AD;
}
.TagClassName
{
border-color: #E881AD;
}
</style>