Shades of Kobi #E58DA4
Tints of Kobi #E58DA4
RGB
CMYK
RGB Variations
Color information
#E58DA4 (or 0xE58DA4) is known color: Kobi. HEX triplet: E5, 8D and A4. RGB value is (229,141,164). Sum of RGB (Red+Green+Blue) = 229+141+164=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 141 (55.47% from 255 or 26.40% from 534); Blue value is 164 (64.45% from 255 or 30.71% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DA4 is #1A725B. Grayscale: #A9A9A9. Windows color (decimal): -1733212 or 10784229. OLE color: 10784229.
HSL color Cylindrical-coordinate representation of color #E58DA4: hue angle of 344.32º 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 #E58DA4 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 164 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.10 |
| HSL | 344.32º | 0.63% | 0.73% | - |
| HSV(B) | 344.32º | 0.38% | 0.9% | - |
| XYZ | 48.54 | 38.39 | 39.97 | - |
| YUV | 169.93 | 124.65 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 164 | 0 | 0.38 | 0.28 | 0.10 | 344.32 | 0.63 | 0.73 |
| Hex | E5 | 8D | A4 | 0 | 26 | 1C | A | 158 | 3F | 49 |
| Octal | 345 | 215 | 244 | 0 | 46 | 34 | 12 | 530 | 77 | 111 |
| Binary | 11100101 | 10001101 | 10100100 | 0 | 100110 | 11100 | 1010 | 101011000 | 111111 | 1001001 |
Color Harmonies of #E58DA4
Complementary color
Monochromatic Colors of #E58DA4
Black with #E58DA4
Text Example
Text Example
White with #E58DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DA4; }
p { color: rgb(229,141,164); }
H1.HeaderClassName
{
color: #E58DA4;
}
.AnyTagClassName
{
color: #E58DA4;
}
</style>
background-color css
<style>
a { background-color: #E58DA4; }
a { background-color: rgb(229,141,164); }
div.DivClassName
{
background-color: #E58DA4;
}
.BgClassName
{
background-color: #E58DA4;
}
</style>
border-color css
<style>
span { border-color: #E58DA4; }
span { border-color: rgb(229,141,164); }
td.TdClassName
{
border-color: #E58DA4;
}
.TagClassName
{
border-color: #E58DA4;
}
</style>