Shades of Kobi #E59CB3
Tints of Kobi #E59CB3
RGB
CMYK
RGB Variations
Color information
#E59CB3 (or 0xE59CB3) is known color: Kobi. HEX triplet: E5, 9C and B3. RGB value is (229,156,179). Sum of RGB (Red+Green+Blue) = 229+156+179=564 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.60% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 229 - color contains mainly: red. Hex color #E59CB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59CB3 is #1A634C. Grayscale: #B4B4B4. Windows color (decimal): -1729357 or 11771109. OLE color: 11771109.
HSL color Cylindrical-coordinate representation of color #E59CB3: hue angle of 341.1º 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 #E59CB3 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 156 | 179 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.10 |
| HSL | 341.1º | 0.58% | 0.75% | - |
| HSV(B) | 341.1º | 0.32% | 0.9% | - |
| XYZ | 52.34 | 43.69 | 48.32 | - |
| YUV | 180.45 | 127.18 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 156 | 179 | 0 | 0.32 | 0.22 | 0.10 | 341.1 | 0.58 | 0.75 |
| Hex | E5 | 9C | B3 | 0 | 20 | 16 | A | 155 | 3A | 4B |
| Octal | 345 | 234 | 263 | 0 | 40 | 26 | 12 | 525 | 72 | 113 |
| Binary | 11100101 | 10011100 | 10110011 | 0 | 100000 | 10110 | 1010 | 101010101 | 111010 | 1001011 |
Color Harmonies of #E59CB3
Complementary color
Monochromatic Colors of #E59CB3
Black with #E59CB3
Text Example
Text Example
White with #E59CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59CB3; }
p { color: rgb(229,156,179); }
H1.HeaderClassName
{
color: #E59CB3;
}
.AnyTagClassName
{
color: #E59CB3;
}
</style>
background-color css
<style>
a { background-color: #E59CB3; }
a { background-color: rgb(229,156,179); }
div.DivClassName
{
background-color: #E59CB3;
}
.BgClassName
{
background-color: #E59CB3;
}
</style>
border-color css
<style>
span { border-color: #E59CB3; }
span { border-color: rgb(229,156,179); }
td.TdClassName
{
border-color: #E59CB3;
}
.TagClassName
{
border-color: #E59CB3;
}
</style>