Shades of Kobi #E59AB0
Tints of Kobi #E59AB0
RGB
CMYK
RGB Variations
Color information
#E59AB0 (or 0xE59AB0) is known color: Kobi. HEX triplet: E5, 9A and B0. RGB value is (229,154,176). Sum of RGB (Red+Green+Blue) = 229+154+176=559 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.97% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 176 (69.14% from 255 or 31.48% from 559); Max value from RGB is 229 - color contains mainly: red. Hex color #E59AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59AB0 is #1A654F. Grayscale: #B2B2B2. Windows color (decimal): -1729872 or 11573989. OLE color: 11573989.
HSL color Cylindrical-coordinate representation of color #E59AB0: hue angle of 342.4º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E59AB0 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 154 | 176 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.10 |
| HSL | 342.4º | 0.59% | 0.75% | - |
| HSV(B) | 342.4º | 0.33% | 0.9% | - |
| XYZ | 51.71 | 42.9 | 46.63 | - |
| YUV | 178.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 154 | 176 | 0 | 0.33 | 0.23 | 0.10 | 342.4 | 0.59 | 0.75 |
| Hex | E5 | 9A | B0 | 0 | 21 | 17 | A | 156 | 3B | 4B |
| Octal | 345 | 232 | 260 | 0 | 41 | 27 | 12 | 526 | 73 | 113 |
| Binary | 11100101 | 10011010 | 10110000 | 0 | 100001 | 10111 | 1010 | 101010110 | 111011 | 1001011 |
Color Harmonies of #E59AB0
Complementary color
Monochromatic Colors of #E59AB0
Black with #E59AB0
Text Example
Text Example
White with #E59AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59AB0; }
p { color: rgb(229,154,176); }
H1.HeaderClassName
{
color: #E59AB0;
}
.AnyTagClassName
{
color: #E59AB0;
}
</style>
background-color css
<style>
a { background-color: #E59AB0; }
a { background-color: rgb(229,154,176); }
div.DivClassName
{
background-color: #E59AB0;
}
.BgClassName
{
background-color: #E59AB0;
}
</style>
border-color css
<style>
span { border-color: #E59AB0; }
span { border-color: rgb(229,154,176); }
td.TdClassName
{
border-color: #E59AB0;
}
.TagClassName
{
border-color: #E59AB0;
}
</style>