Shades of Kobi #E588A4
Tints of Kobi #E588A4
RGB
CMYK
RGB Variations
Color information
#E588A4 (or 0xE588A4) is known color: Kobi. HEX triplet: E5, 88 and A4. RGB value is (229,136,164). Sum of RGB (Red+Green+Blue) = 229+136+164=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E588A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E588A4 is #1A775B. Grayscale: #A6A6A6. Windows color (decimal): -1734492 or 10782949. OLE color: 10782949.
HSL color Cylindrical-coordinate representation of color #E588A4: hue angle of 341.94º 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 #E588A4 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 136 | 164 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.10 |
| HSL | 341.94º | 0.64% | 0.72% | - |
| HSV(B) | 341.94º | 0.41% | 0.9% | - |
| XYZ | 47.82 | 36.95 | 39.73 | - |
| YUV | 167 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 136 | 164 | 0 | 0.41 | 0.28 | 0.10 | 341.94 | 0.64 | 0.72 |
| Hex | E5 | 88 | A4 | 0 | 29 | 1C | A | 156 | 40 | 48 |
| Octal | 345 | 210 | 244 | 0 | 51 | 34 | 12 | 526 | 100 | 110 |
| Binary | 11100101 | 10001000 | 10100100 | 0 | 101001 | 11100 | 1010 | 101010110 | 1000000 | 1001000 |
Color Harmonies of #E588A4
Complementary color
Monochromatic Colors of #E588A4
Black with #E588A4
Text Example
Text Example
White with #E588A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E588A4; }
p { color: rgb(229,136,164); }
H1.HeaderClassName
{
color: #E588A4;
}
.AnyTagClassName
{
color: #E588A4;
}
</style>
background-color css
<style>
a { background-color: #E588A4; }
a { background-color: rgb(229,136,164); }
div.DivClassName
{
background-color: #E588A4;
}
.BgClassName
{
background-color: #E588A4;
}
</style>
border-color css
<style>
span { border-color: #E588A4; }
span { border-color: rgb(229,136,164); }
td.TdClassName
{
border-color: #E588A4;
}
.TagClassName
{
border-color: #E588A4;
}
</style>