Shades of Kobi #E585B0
Tints of Kobi #E585B0
RGB
CMYK
RGB Variations
Color information
#E585B0 (or 0xE585B0) is known color: Kobi. HEX triplet: E5, 85 and B0. RGB value is (229,133,176). Sum of RGB (Red+Green+Blue) = 229+133+176=538 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.57% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 229 - color contains mainly: red. Hex color #E585B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E585B0 is #1A7A4F. Grayscale: #A6A6A6. Windows color (decimal): -1735248 or 11568613. OLE color: 11568613.
HSL color Cylindrical-coordinate representation of color #E585B0: hue angle of 333.12º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E585B0 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 133 | 176 | - |
| CMYK | 0 | 0.42 | 0.23 | 0.10 |
| HSL | 333.13º | 0.65% | 0.71% | - |
| HSV(B) | 333.13º | 0.42% | 0.9% | - |
| XYZ | 48.54 | 36.57 | 45.57 | - |
| YUV | 166.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 133 | 176 | 0 | 0.42 | 0.23 | 0.10 | 333.13 | 0.65 | 0.71 |
| Hex | E5 | 85 | B0 | 0 | 2A | 17 | A | 14D | 41 | 47 |
| Octal | 345 | 205 | 260 | 0 | 52 | 27 | 12 | 515 | 101 | 107 |
| Binary | 11100101 | 10000101 | 10110000 | 0 | 101010 | 10111 | 1010 | 101001101 | 1000001 | 1000111 |
Color Harmonies of #E585B0
Complementary color
Monochromatic Colors of #E585B0
Black with #E585B0
Text Example
Text Example
White with #E585B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E585B0; }
p { color: rgb(229,133,176); }
H1.HeaderClassName
{
color: #E585B0;
}
.AnyTagClassName
{
color: #E585B0;
}
</style>
background-color css
<style>
a { background-color: #E585B0; }
a { background-color: rgb(229,133,176); }
div.DivClassName
{
background-color: #E585B0;
}
.BgClassName
{
background-color: #E585B0;
}
</style>
border-color css
<style>
span { border-color: #E585B0; }
span { border-color: rgb(229,133,176); }
td.TdClassName
{
border-color: #E585B0;
}
.TagClassName
{
border-color: #E585B0;
}
</style>