Shades of Kobi #E58DAC
Tints of Kobi #E58DAC
RGB
CMYK
RGB Variations
Color information
#E58DAC (or 0xE58DAC) is known color: Kobi. HEX triplet: E5, 8D and AC. RGB value is (229,141,172). Sum of RGB (Red+Green+Blue) = 229+141+172=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 172 (67.58% from 255 or 31.73% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DAC is #1A7253. Grayscale: #AAAAAA. Windows color (decimal): -1733204 or 11308517. OLE color: 11308517.
HSL color Cylindrical-coordinate representation of color #E58DAC: hue angle of 338.86º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58DAC is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 172 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.10 |
| HSL | 338.86º | 0.63% | 0.73% | - |
| HSV(B) | 338.86º | 0.38% | 0.9% | - |
| XYZ | 49.28 | 38.69 | 43.9 | - |
| YUV | 170.85 | 128.65 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 172 | 0 | 0.38 | 0.25 | 0.10 | 338.86 | 0.63 | 0.73 |
| Hex | E5 | 8D | AC | 0 | 26 | 19 | A | 153 | 3F | 49 |
| Octal | 345 | 215 | 254 | 0 | 46 | 31 | 12 | 523 | 77 | 111 |
| Binary | 11100101 | 10001101 | 10101100 | 0 | 100110 | 11001 | 1010 | 101010011 | 111111 | 1001001 |
Color Harmonies of #E58DAC
Complementary color
Monochromatic Colors of #E58DAC
Black with #E58DAC
Text Example
Text Example
White with #E58DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DAC; }
p { color: rgb(229,141,172); }
H1.HeaderClassName
{
color: #E58DAC;
}
.AnyTagClassName
{
color: #E58DAC;
}
</style>
background-color css
<style>
a { background-color: #E58DAC; }
a { background-color: rgb(229,141,172); }
div.DivClassName
{
background-color: #E58DAC;
}
.BgClassName
{
background-color: #E58DAC;
}
</style>
border-color css
<style>
span { border-color: #E58DAC; }
span { border-color: rgb(229,141,172); }
td.TdClassName
{
border-color: #E58DAC;
}
.TagClassName
{
border-color: #E58DAC;
}
</style>