Shades of Kobi #E588B2
Tints of Kobi #E588B2
RGB
CMYK
RGB Variations
Color information
#E588B2 (or 0xE588B2) is known color: Kobi. HEX triplet: E5, 88 and B2. RGB value is (229,136,178). Sum of RGB (Red+Green+Blue) = 229+136+178=543 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.17% from 543); Green value is 136 (53.52% from 255 or 25.05% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 229 - color contains mainly: red. Hex color #E588B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E588B2 is #1A774D. Grayscale: #A8A8A8. Windows color (decimal): -1734478 or 11700453. OLE color: 11700453.
HSL color Cylindrical-coordinate representation of color #E588B2: hue angle of 332.9º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E588B2 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 178 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.10 |
| HSL | 332.9º | 0.64% | 0.72% | - |
| HSV(B) | 332.9º | 0.41% | 0.9% | - |
| XYZ | 49.15 | 37.48 | 46.76 | - |
| YUV | 168.6 | 133.31 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 178 | 0 | 0.41 | 0.22 | 0.10 | 332.9 | 0.64 | 0.72 |
| Hex | E5 | 88 | B2 | 0 | 29 | 16 | A | 14D | 40 | 48 |
| Octal | 345 | 210 | 262 | 0 | 51 | 26 | 12 | 515 | 100 | 110 |
| Binary | 11100101 | 10001000 | 10110010 | 0 | 101001 | 10110 | 1010 | 101001101 | 1000000 | 1001000 |
Color Harmonies of #E588B2
Complementary color
Monochromatic Colors of #E588B2
Black with #E588B2
Text Example
Text Example
White with #E588B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E588B2; }
p { color: rgb(229,136,178); }
H1.HeaderClassName
{
color: #E588B2;
}
.AnyTagClassName
{
color: #E588B2;
}
</style>
background-color css
<style>
a { background-color: #E588B2; }
a { background-color: rgb(229,136,178); }
div.DivClassName
{
background-color: #E588B2;
}
.BgClassName
{
background-color: #E588B2;
}
</style>
border-color css
<style>
span { border-color: #E588B2; }
span { border-color: rgb(229,136,178); }
td.TdClassName
{
border-color: #E588B2;
}
.TagClassName
{
border-color: #E588B2;
}
</style>