Shades of Kobi #E59DB3
Tints of Kobi #E59DB3
RGB
CMYK
RGB Variations
Color information
#E59DB3 (or 0xE59DB3) is known color: Kobi. HEX triplet: E5, 9D and B3. RGB value is (229,157,179). Sum of RGB (Red+Green+Blue) = 229+157+179=565 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.53% from 565); Green value is 157 (61.72% from 255 or 27.79% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 229 - color contains mainly: red. Hex color #E59DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E59DB3 is #1A624C. Grayscale: #B5B5B5. Windows color (decimal): -1729101 or 11771365. OLE color: 11771365.
HSL color Cylindrical-coordinate representation of color #E59DB3: hue angle of 341.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E59DB3 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 157 | 179 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.10 |
| HSL | 341.67º | 0.58% | 0.76% | - |
| HSV(B) | 341.67º | 0.31% | 0.9% | - |
| XYZ | 52.51 | 44.03 | 48.38 | - |
| YUV | 181.04 | 126.85 | 162.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 157 | 179 | 0 | 0.31 | 0.22 | 0.10 | 341.67 | 0.58 | 0.76 |
| Hex | E5 | 9D | B3 | 0 | 1F | 16 | A | 156 | 3A | 4C |
| Octal | 345 | 235 | 263 | 0 | 37 | 26 | 12 | 526 | 72 | 114 |
| Binary | 11100101 | 10011101 | 10110011 | 0 | 11111 | 10110 | 1010 | 101010110 | 111010 | 1001100 |
Color Harmonies of #E59DB3
Complementary color
Monochromatic Colors of #E59DB3
Black with #E59DB3
Text Example
Text Example
White with #E59DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E59DB3; }
p { color: rgb(229,157,179); }
H1.HeaderClassName
{
color: #E59DB3;
}
.AnyTagClassName
{
color: #E59DB3;
}
</style>
background-color css
<style>
a { background-color: #E59DB3; }
a { background-color: rgb(229,157,179); }
div.DivClassName
{
background-color: #E59DB3;
}
.BgClassName
{
background-color: #E59DB3;
}
</style>
border-color css
<style>
span { border-color: #E59DB3; }
span { border-color: rgb(229,157,179); }
td.TdClassName
{
border-color: #E59DB3;
}
.TagClassName
{
border-color: #E59DB3;
}
</style>