Shades of Kobi #E59CA7
Tints of Kobi #E59CA7
RGB
CMYK
RGB Variations
Color information
#E59CA7 (or 0xE59CA7) is known color: Kobi. HEX triplet: E5, 9C and A7. RGB value is (229,156,167). Sum of RGB (Red+Green+Blue) = 229+156+167=552 (73% of max value = 765). Red value is 229 (89.84% from 255 or 41.49% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E59CA7 is #1A6358. Grayscale: #B3B3B3. Windows color (decimal): -1729369 or 10984677. OLE color: 10984677.
HSL color Cylindrical-coordinate representation of color #E59CA7: hue angle of 350.96º degrees, saturation: 0.58, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E59CA7 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 167 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.10 |
| HSL | 350.96º | 0.58% | 0.75% | - |
| HSV(B) | 350.96º | 0.32% | 0.9% | - |
| XYZ | 51.18 | 43.22 | 42.21 | - |
| YUV | 179.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 167 | 0 | 0.32 | 0.27 | 0.10 | 350.96 | 0.58 | 0.75 |
| Hex | E5 | 9C | A7 | 0 | 20 | 1B | A | 15F | 3A | 4B |
| Octal | 345 | 234 | 247 | 0 | 40 | 33 | 12 | 537 | 72 | 113 |
| Binary | 11100101 | 10011100 | 10100111 | 0 | 100000 | 11011 | 1010 | 101011111 | 111010 | 1001011 |
Color Harmonies of #E59CA7
Complementary color
Monochromatic Colors of #E59CA7
Black with #E59CA7
Text Example
Text Example
White with #E59CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CA7; }
p { color: rgb(229,156,167); }
H1.HeaderClassName
{
color: #E59CA7;
}
.AnyTagClassName
{
color: #E59CA7;
}
</style>
background-color css
<style>
a { background-color: #E59CA7; }
a { background-color: rgb(229,156,167); }
div.DivClassName
{
background-color: #E59CA7;
}
.BgClassName
{
background-color: #E59CA7;
}
</style>
border-color css
<style>
span { border-color: #E59CA7; }
span { border-color: rgb(229,156,167); }
td.TdClassName
{
border-color: #E59CA7;
}
.TagClassName
{
border-color: #E59CA7;
}
</style>