Shades of Kobi #E58BAC
Tints of Kobi #E58BAC
RGB
CMYK
RGB Variations
Color information
#E58BAC (or 0xE58BAC) is known color: Kobi. HEX triplet: E5, 8B and AC. RGB value is (229,139,172). Sum of RGB (Red+Green+Blue) = 229+139+172=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E58BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58BAC is #1A7453. Grayscale: #A9A9A9. Windows color (decimal): -1733716 or 11308005. OLE color: 11308005.
HSL color Cylindrical-coordinate representation of color #E58BAC: hue angle of 338º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E58BAC is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 139 | 172 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.10 |
| HSL | 338º | 0.63% | 0.72% | - |
| HSV(B) | 338º | 0.39% | 0.9% | - |
| XYZ | 48.99 | 38.1 | 43.8 | - |
| YUV | 169.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 139 | 172 | 0 | 0.39 | 0.25 | 0.10 | 338 | 0.63 | 0.72 |
| Hex | E5 | 8B | AC | 0 | 27 | 19 | A | 152 | 3F | 48 |
| Octal | 345 | 213 | 254 | 0 | 47 | 31 | 12 | 522 | 77 | 110 |
| Binary | 11100101 | 10001011 | 10101100 | 0 | 100111 | 11001 | 1010 | 101010010 | 111111 | 1001000 |
Color Harmonies of #E58BAC
Complementary color
Monochromatic Colors of #E58BAC
Black with #E58BAC
Text Example
Text Example
White with #E58BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58BAC; }
p { color: rgb(229,139,172); }
H1.HeaderClassName
{
color: #E58BAC;
}
.AnyTagClassName
{
color: #E58BAC;
}
</style>
background-color css
<style>
a { background-color: #E58BAC; }
a { background-color: rgb(229,139,172); }
div.DivClassName
{
background-color: #E58BAC;
}
.BgClassName
{
background-color: #E58BAC;
}
</style>
border-color css
<style>
span { border-color: #E58BAC; }
span { border-color: rgb(229,139,172); }
td.TdClassName
{
border-color: #E58BAC;
}
.TagClassName
{
border-color: #E58BAC;
}
</style>