Shades of Kobi #E58EB1
Tints of Kobi #E58EB1
RGB
CMYK
RGB Variations
Color information
#E58EB1 (or 0xE58EB1) is known color: Kobi. HEX triplet: E5, 8E and B1. RGB value is (229,142,177). Sum of RGB (Red+Green+Blue) = 229+142+177=548 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.79% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 177 (69.53% from 255 or 32.30% from 548); Max value from RGB is 229 - color contains mainly: red. Hex color #E58EB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58EB1 is #1A714E. Grayscale: #ABABAB. Windows color (decimal): -1732943 or 11636453. OLE color: 11636453.
HSL color Cylindrical-coordinate representation of color #E58EB1: hue angle of 335.86º 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 #E58EB1 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 142 | 177 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.10 |
| HSL | 335.86º | 0.63% | 0.73% | - |
| HSV(B) | 335.86º | 0.38% | 0.9% | - |
| XYZ | 49.92 | 39.18 | 46.53 | - |
| YUV | 172 | 130.82 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 142 | 177 | 0 | 0.38 | 0.23 | 0.10 | 335.86 | 0.63 | 0.73 |
| Hex | E5 | 8E | B1 | 0 | 26 | 17 | A | 150 | 3F | 49 |
| Octal | 345 | 216 | 261 | 0 | 46 | 27 | 12 | 520 | 77 | 111 |
| Binary | 11100101 | 10001110 | 10110001 | 0 | 100110 | 10111 | 1010 | 101010000 | 111111 | 1001001 |
Color Harmonies of #E58EB1
Complementary color
Monochromatic Colors of #E58EB1
Black with #E58EB1
Text Example
Text Example
White with #E58EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58EB1; }
p { color: rgb(229,142,177); }
H1.HeaderClassName
{
color: #E58EB1;
}
.AnyTagClassName
{
color: #E58EB1;
}
</style>
background-color css
<style>
a { background-color: #E58EB1; }
a { background-color: rgb(229,142,177); }
div.DivClassName
{
background-color: #E58EB1;
}
.BgClassName
{
background-color: #E58EB1;
}
</style>
border-color css
<style>
span { border-color: #E58EB1; }
span { border-color: rgb(229,142,177); }
td.TdClassName
{
border-color: #E58EB1;
}
.TagClassName
{
border-color: #E58EB1;
}
</style>