Shades of Kobi #E58DA2
Tints of Kobi #E58DA2
RGB
CMYK
RGB Variations
Color information
#E58DA2 (or 0xE58DA2) is known color: Kobi. HEX triplet: E5, 8D and A2. RGB value is (229,141,162). Sum of RGB (Red+Green+Blue) = 229+141+162=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 162 (63.67% from 255 or 30.45% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DA2 is #1A725D. Grayscale: #A9A9A9. Windows color (decimal): -1733214 or 10653157. OLE color: 10653157.
HSL color Cylindrical-coordinate representation of color #E58DA2: hue angle of 345.68º 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 #E58DA2 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 162 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.10 |
| HSL | 345.68º | 0.63% | 0.73% | - |
| HSV(B) | 345.68º | 0.38% | 0.9% | - |
| XYZ | 48.36 | 38.32 | 39.03 | - |
| YUV | 169.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 162 | 0 | 0.38 | 0.29 | 0.10 | 345.68 | 0.63 | 0.73 |
| Hex | E5 | 8D | A2 | 0 | 26 | 1D | A | 15A | 3F | 49 |
| Octal | 345 | 215 | 242 | 0 | 46 | 35 | 12 | 532 | 77 | 111 |
| Binary | 11100101 | 10001101 | 10100010 | 0 | 100110 | 11101 | 1010 | 101011010 | 111111 | 1001001 |
Color Harmonies of #E58DA2
Complementary color
Monochromatic Colors of #E58DA2
Black with #E58DA2
Text Example
Text Example
White with #E58DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DA2; }
p { color: rgb(229,141,162); }
H1.HeaderClassName
{
color: #E58DA2;
}
.AnyTagClassName
{
color: #E58DA2;
}
</style>
background-color css
<style>
a { background-color: #E58DA2; }
a { background-color: rgb(229,141,162); }
div.DivClassName
{
background-color: #E58DA2;
}
.BgClassName
{
background-color: #E58DA2;
}
</style>
border-color css
<style>
span { border-color: #E58DA2; }
span { border-color: rgb(229,141,162); }
td.TdClassName
{
border-color: #E58DA2;
}
.TagClassName
{
border-color: #E58DA2;
}
</style>