Shades of Kobi #E58DA3
Tints of Kobi #E58DA3
RGB
CMYK
RGB Variations
Color information
#E58DA3 (or 0xE58DA3) is known color: Kobi. HEX triplet: E5, 8D and A3. RGB value is (229,141,163). Sum of RGB (Red+Green+Blue) = 229+141+163=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 141 (55.47% from 255 or 26.45% from 533); Blue value is 163 (64.06% from 255 or 30.58% from 533); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DA3 is #1A725C. Grayscale: #A9A9A9. Windows color (decimal): -1733213 or 10718693. OLE color: 10718693.
HSL color Cylindrical-coordinate representation of color #E58DA3: hue angle of 345º 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 #E58DA3 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 163 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.10 |
| HSL | 345º | 0.63% | 0.73% | - |
| HSV(B) | 345º | 0.38% | 0.9% | - |
| XYZ | 48.45 | 38.35 | 39.5 | - |
| YUV | 169.82 | 124.15 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 163 | 0 | 0.38 | 0.29 | 0.10 | 345 | 0.63 | 0.73 |
| Hex | E5 | 8D | A3 | 0 | 26 | 1D | A | 159 | 3F | 49 |
| Octal | 345 | 215 | 243 | 0 | 46 | 35 | 12 | 531 | 77 | 111 |
| Binary | 11100101 | 10001101 | 10100011 | 0 | 100110 | 11101 | 1010 | 101011001 | 111111 | 1001001 |
Color Harmonies of #E58DA3
Complementary color
Monochromatic Colors of #E58DA3
Black with #E58DA3
Text Example
Text Example
White with #E58DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DA3; }
p { color: rgb(229,141,163); }
H1.HeaderClassName
{
color: #E58DA3;
}
.AnyTagClassName
{
color: #E58DA3;
}
</style>
background-color css
<style>
a { background-color: #E58DA3; }
a { background-color: rgb(229,141,163); }
div.DivClassName
{
background-color: #E58DA3;
}
.BgClassName
{
background-color: #E58DA3;
}
</style>
border-color css
<style>
span { border-color: #E58DA3; }
span { border-color: rgb(229,141,163); }
td.TdClassName
{
border-color: #E58DA3;
}
.TagClassName
{
border-color: #E58DA3;
}
</style>