Shades of Kobi #E58AB3
Tints of Kobi #E58AB3
RGB
CMYK
RGB Variations
Color information
#E58AB3 (or 0xE58AB3) is known color: Kobi. HEX triplet: E5, 8A and B3. RGB value is (229,138,179). Sum of RGB (Red+Green+Blue) = 229+138+179=546 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.94% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58AB3 is #1A754C. Grayscale: #A9A9A9. Windows color (decimal): -1733965 or 11766501. OLE color: 11766501.
HSL color Cylindrical-coordinate representation of color #E58AB3: hue angle of 332.97º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E58AB3 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 179 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.10 |
| HSL | 332.97º | 0.64% | 0.72% | - |
| HSV(B) | 332.97º | 0.4% | 0.9% | - |
| XYZ | 49.54 | 38.09 | 47.39 | - |
| YUV | 169.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 179 | 0 | 0.40 | 0.22 | 0.10 | 332.97 | 0.64 | 0.72 |
| Hex | E5 | 8A | B3 | 0 | 28 | 16 | A | 14D | 40 | 48 |
| Octal | 345 | 212 | 263 | 0 | 50 | 26 | 12 | 515 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10110011 | 0 | 101000 | 10110 | 1010 | 101001101 | 1000000 | 1001000 |
Color Harmonies of #E58AB3
Complementary color
Monochromatic Colors of #E58AB3
Black with #E58AB3
Text Example
Text Example
White with #E58AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AB3; }
p { color: rgb(229,138,179); }
H1.HeaderClassName
{
color: #E58AB3;
}
.AnyTagClassName
{
color: #E58AB3;
}
</style>
background-color css
<style>
a { background-color: #E58AB3; }
a { background-color: rgb(229,138,179); }
div.DivClassName
{
background-color: #E58AB3;
}
.BgClassName
{
background-color: #E58AB3;
}
</style>
border-color css
<style>
span { border-color: #E58AB3; }
span { border-color: rgb(229,138,179); }
td.TdClassName
{
border-color: #E58AB3;
}
.TagClassName
{
border-color: #E58AB3;
}
</style>