Shades of Kobi #E787A6
Tints of Kobi #E787A6
RGB
CMYK
RGB Variations
Color information
#E787A6 (or 0xE787A6) is known color: Kobi. HEX triplet: E7, 87 and A6. RGB value is (231,135,166). Sum of RGB (Red+Green+Blue) = 231+135+166=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 166 (65.23% from 255 or 31.20% from 532); Max value from RGB is 231 - color contains mainly: red. Hex color #E787A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E787A6 is #187859. Grayscale: #A7A7A7. Windows color (decimal): -1603674 or 10913767. OLE color: 10913767.
HSL color Cylindrical-coordinate representation of color #E787A6: hue angle of 340.62º degrees, saturation: 0.67, 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 #E787A6 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 135 | 166 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.09 |
| HSL | 340.63º | 0.67% | 0.72% | - |
| HSV(B) | 340.63º | 0.42% | 0.91% | - |
| XYZ | 48.5 | 37.07 | 40.68 | - |
| YUV | 167.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 135 | 166 | 0 | 0.42 | 0.28 | 0.09 | 340.63 | 0.67 | 0.72 |
| Hex | E7 | 87 | A6 | 0 | 2A | 1C | 9 | 155 | 43 | 48 |
| Octal | 347 | 207 | 246 | 0 | 52 | 34 | 11 | 525 | 103 | 110 |
| Binary | 11100111 | 10000111 | 10100110 | 0 | 101010 | 11100 | 1001 | 101010101 | 1000011 | 1001000 |
Color Harmonies of #E787A6
Complementary color
Monochromatic Colors of #E787A6
Black with #E787A6
Text Example
Text Example
White with #E787A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E787A6; }
p { color: rgb(231,135,166); }
H1.HeaderClassName
{
color: #E787A6;
}
.AnyTagClassName
{
color: #E787A6;
}
</style>
background-color css
<style>
a { background-color: #E787A6; }
a { background-color: rgb(231,135,166); }
div.DivClassName
{
background-color: #E787A6;
}
.BgClassName
{
background-color: #E787A6;
}
</style>
border-color css
<style>
span { border-color: #E787A6; }
span { border-color: rgb(231,135,166); }
td.TdClassName
{
border-color: #E787A6;
}
.TagClassName
{
border-color: #E787A6;
}
</style>