Shades of Kobi #E785A6
Tints of Kobi #E785A6
RGB
CMYK
RGB Variations
Color information
#E785A6 (or 0xE785A6) is known color: Kobi. HEX triplet: E7, 85 and A6. RGB value is (231,133,166). Sum of RGB (Red+Green+Blue) = 231+133+166=530 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.58% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 231 - color contains mainly: red. Hex color #E785A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E785A6 is #187A59. Grayscale: #A6A6A6. Windows color (decimal): -1604186 or 10913255. OLE color: 10913255.
HSL color Cylindrical-coordinate representation of color #E785A6: hue angle of 339.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E785A6 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 166 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.09 |
| HSL | 339.8º | 0.67% | 0.71% | - |
| HSV(B) | 339.8º | 0.42% | 0.91% | - |
| XYZ | 48.23 | 36.52 | 40.58 | - |
| YUV | 166.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 166 | 0 | 0.42 | 0.28 | 0.09 | 339.8 | 0.67 | 0.71 |
| Hex | E7 | 85 | A6 | 0 | 2A | 1C | 9 | 154 | 43 | 47 |
| Octal | 347 | 205 | 246 | 0 | 52 | 34 | 11 | 524 | 103 | 107 |
| Binary | 11100111 | 10000101 | 10100110 | 0 | 101010 | 11100 | 1001 | 101010100 | 1000011 | 1000111 |
Color Harmonies of #E785A6
Complementary color
Monochromatic Colors of #E785A6
Black with #E785A6
Text Example
Text Example
White with #E785A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785A6; }
p { color: rgb(231,133,166); }
H1.HeaderClassName
{
color: #E785A6;
}
.AnyTagClassName
{
color: #E785A6;
}
</style>
background-color css
<style>
a { background-color: #E785A6; }
a { background-color: rgb(231,133,166); }
div.DivClassName
{
background-color: #E785A6;
}
.BgClassName
{
background-color: #E785A6;
}
</style>
border-color css
<style>
span { border-color: #E785A6; }
span { border-color: rgb(231,133,166); }
td.TdClassName
{
border-color: #E785A6;
}
.TagClassName
{
border-color: #E785A6;
}
</style>