Shades of Kobi #E58DA5
Tints of Kobi #E58DA5
RGB
CMYK
RGB Variations
Color information
#E58DA5 (or 0xE58DA5) is known color: Kobi. HEX triplet: E5, 8D and A5. RGB value is (229,141,165). Sum of RGB (Red+Green+Blue) = 229+141+165=535 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.80% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DA5 is #1A725A. Grayscale: #AAAAAA. Windows color (decimal): -1733211 or 10849765. OLE color: 10849765.
HSL color Cylindrical-coordinate representation of color #E58DA5: hue angle of 343.64º 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 #E58DA5 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 165 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.10 |
| HSL | 343.64º | 0.63% | 0.73% | - |
| HSV(B) | 343.64º | 0.38% | 0.9% | - |
| XYZ | 48.63 | 38.42 | 40.45 | - |
| YUV | 170.05 | 125.15 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 165 | 0 | 0.38 | 0.28 | 0.10 | 343.64 | 0.63 | 0.73 |
| Hex | E5 | 8D | A5 | 0 | 26 | 1C | A | 158 | 3F | 49 |
| Octal | 345 | 215 | 245 | 0 | 46 | 34 | 12 | 530 | 77 | 111 |
| Binary | 11100101 | 10001101 | 10100101 | 0 | 100110 | 11100 | 1010 | 101011000 | 111111 | 1001001 |
Color Harmonies of #E58DA5
Complementary color
Monochromatic Colors of #E58DA5
Black with #E58DA5
Text Example
Text Example
White with #E58DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DA5; }
p { color: rgb(229,141,165); }
H1.HeaderClassName
{
color: #E58DA5;
}
.AnyTagClassName
{
color: #E58DA5;
}
</style>
background-color css
<style>
a { background-color: #E58DA5; }
a { background-color: rgb(229,141,165); }
div.DivClassName
{
background-color: #E58DA5;
}
.BgClassName
{
background-color: #E58DA5;
}
</style>
border-color css
<style>
span { border-color: #E58DA5; }
span { border-color: rgb(229,141,165); }
td.TdClassName
{
border-color: #E58DA5;
}
.TagClassName
{
border-color: #E58DA5;
}
</style>