Shades of Kobi #E785AB
Tints of Kobi #E785AB
RGB
CMYK
RGB Variations
Color information
#E785AB (or 0xE785AB) is known color: Kobi. HEX triplet: E7, 85 and AB. RGB value is (231,133,171). Sum of RGB (Red+Green+Blue) = 231+133+171=535 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.18% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 171 (67.19% from 255 or 31.96% from 535); Max value from RGB is 231 - color contains mainly: red. Hex color #E785AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E785AB is #187A54. Grayscale: #A6A6A6. Windows color (decimal): -1604181 or 11240935. OLE color: 11240935.
HSL color Cylindrical-coordinate representation of color #E785AB: hue angle of 336.73º 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 #E785AB is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 133 | 171 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.09 |
| HSL | 336.73º | 0.67% | 0.71% | - |
| HSV(B) | 336.73º | 0.42% | 0.91% | - |
| XYZ | 48.69 | 36.7 | 43.05 | - |
| YUV | 166.63 | 130.47 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 133 | 171 | 0 | 0.42 | 0.26 | 0.09 | 336.73 | 0.67 | 0.71 |
| Hex | E7 | 85 | AB | 0 | 2A | 1A | 9 | 151 | 43 | 47 |
| Octal | 347 | 205 | 253 | 0 | 52 | 32 | 11 | 521 | 103 | 107 |
| Binary | 11100111 | 10000101 | 10101011 | 0 | 101010 | 11010 | 1001 | 101010001 | 1000011 | 1000111 |
Color Harmonies of #E785AB
Complementary color
Monochromatic Colors of #E785AB
Black with #E785AB
Text Example
Text Example
White with #E785AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E785AB; }
p { color: rgb(231,133,171); }
H1.HeaderClassName
{
color: #E785AB;
}
.AnyTagClassName
{
color: #E785AB;
}
</style>
background-color css
<style>
a { background-color: #E785AB; }
a { background-color: rgb(231,133,171); }
div.DivClassName
{
background-color: #E785AB;
}
.BgClassName
{
background-color: #E785AB;
}
</style>
border-color css
<style>
span { border-color: #E785AB; }
span { border-color: rgb(231,133,171); }
td.TdClassName
{
border-color: #E785AB;
}
.TagClassName
{
border-color: #E785AB;
}
</style>