Shades of Kobi #E58AB0
Tints of Kobi #E58AB0
RGB
CMYK
RGB Variations
Color information
#E58AB0 (or 0xE58AB0) is known color: Kobi. HEX triplet: E5, 8A and B0. RGB value is (229,138,176). Sum of RGB (Red+Green+Blue) = 229+138+176=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E58AB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58AB0 is #1A754F. Grayscale: #A9A9A9. Windows color (decimal): -1733968 or 11569893. OLE color: 11569893.
HSL color Cylindrical-coordinate representation of color #E58AB0: hue angle of 334.95º 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 #E58AB0 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 138 | 176 | - |
| CMYK | 0 | 0.40 | 0.23 | 0.10 |
| HSL | 334.95º | 0.64% | 0.72% | - |
| HSV(B) | 334.95º | 0.4% | 0.9% | - |
| XYZ | 49.24 | 37.97 | 45.81 | - |
| YUV | 169.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 138 | 176 | 0 | 0.40 | 0.23 | 0.10 | 334.95 | 0.64 | 0.72 |
| Hex | E5 | 8A | B0 | 0 | 28 | 17 | A | 14F | 40 | 48 |
| Octal | 345 | 212 | 260 | 0 | 50 | 27 | 12 | 517 | 100 | 110 |
| Binary | 11100101 | 10001010 | 10110000 | 0 | 101000 | 10111 | 1010 | 101001111 | 1000000 | 1001000 |
Color Harmonies of #E58AB0
Complementary color
Monochromatic Colors of #E58AB0
Black with #E58AB0
Text Example
Text Example
White with #E58AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E58AB0; }
p { color: rgb(229,138,176); }
H1.HeaderClassName
{
color: #E58AB0;
}
.AnyTagClassName
{
color: #E58AB0;
}
</style>
background-color css
<style>
a { background-color: #E58AB0; }
a { background-color: rgb(229,138,176); }
div.DivClassName
{
background-color: #E58AB0;
}
.BgClassName
{
background-color: #E58AB0;
}
</style>
border-color css
<style>
span { border-color: #E58AB0; }
span { border-color: rgb(229,138,176); }
td.TdClassName
{
border-color: #E58AB0;
}
.TagClassName
{
border-color: #E58AB0;
}
</style>