Shades of Kobi #E58DB2
Tints of Kobi #E58DB2
RGB
CMYK
RGB Variations
Color information
#E58DB2 (or 0xE58DB2) is known color: Kobi. HEX triplet: E5, 8D and B2. RGB value is (229,141,178). Sum of RGB (Red+Green+Blue) = 229+141+178=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E58DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58DB2 is #1A724D. Grayscale: #ABABAB. Windows color (decimal): -1733198 or 11701733. OLE color: 11701733.
HSL color Cylindrical-coordinate representation of color #E58DB2: hue angle of 334.77º 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 #E58DB2 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 141 | 178 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.10 |
| HSL | 334.77º | 0.63% | 0.73% | - |
| HSV(B) | 334.77º | 0.38% | 0.9% | - |
| XYZ | 49.87 | 38.92 | 47 | - |
| YUV | 171.53 | 131.65 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 141 | 178 | 0 | 0.38 | 0.22 | 0.10 | 334.77 | 0.63 | 0.73 |
| Hex | E5 | 8D | B2 | 0 | 26 | 16 | A | 14F | 3F | 49 |
| Octal | 345 | 215 | 262 | 0 | 46 | 26 | 12 | 517 | 77 | 111 |
| Binary | 11100101 | 10001101 | 10110010 | 0 | 100110 | 10110 | 1010 | 101001111 | 111111 | 1001001 |
Color Harmonies of #E58DB2
Complementary color
Monochromatic Colors of #E58DB2
Black with #E58DB2
Text Example
Text Example
White with #E58DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58DB2; }
p { color: rgb(229,141,178); }
H1.HeaderClassName
{
color: #E58DB2;
}
.AnyTagClassName
{
color: #E58DB2;
}
</style>
background-color css
<style>
a { background-color: #E58DB2; }
a { background-color: rgb(229,141,178); }
div.DivClassName
{
background-color: #E58DB2;
}
.BgClassName
{
background-color: #E58DB2;
}
</style>
border-color css
<style>
span { border-color: #E58DB2; }
span { border-color: rgb(229,141,178); }
td.TdClassName
{
border-color: #E58DB2;
}
.TagClassName
{
border-color: #E58DB2;
}
</style>