Shades of Kobi #E584AB
Tints of Kobi #E584AB
RGB
CMYK
RGB Variations
Color information
#E584AB (or 0xE584AB) is known color: Kobi. HEX triplet: E5, 84 and AB. RGB value is (229,132,171). Sum of RGB (Red+Green+Blue) = 229+132+171=532 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.05% from 532); Green value is 132 (51.95% from 255 or 24.81% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 229 - color contains mainly: red. Hex color #E584AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E584AB is #1A7B54. Grayscale: #A5A5A5. Windows color (decimal): -1735509 or 11240677. OLE color: 11240677.
HSL color Cylindrical-coordinate representation of color #E584AB: hue angle of 335.88º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E584AB is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 171 | - |
| CMYK | 0 | 0.42 | 0.25 | 0.10 |
| HSL | 335.88º | 0.65% | 0.71% | - |
| HSV(B) | 335.88º | 0.42% | 0.9% | - |
| XYZ | 47.92 | 36.1 | 42.97 | - |
| YUV | 165.45 | 131.14 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 171 | 0 | 0.42 | 0.25 | 0.10 | 335.88 | 0.65 | 0.71 |
| Hex | E5 | 84 | AB | 0 | 2A | 19 | A | 150 | 41 | 47 |
| Octal | 345 | 204 | 253 | 0 | 52 | 31 | 12 | 520 | 101 | 107 |
| Binary | 11100101 | 10000100 | 10101011 | 0 | 101010 | 11001 | 1010 | 101010000 | 1000001 | 1000111 |
Color Harmonies of #E584AB
Complementary color
Monochromatic Colors of #E584AB
Black with #E584AB
Text Example
Text Example
White with #E584AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584AB; }
p { color: rgb(229,132,171); }
H1.HeaderClassName
{
color: #E584AB;
}
.AnyTagClassName
{
color: #E584AB;
}
</style>
background-color css
<style>
a { background-color: #E584AB; }
a { background-color: rgb(229,132,171); }
div.DivClassName
{
background-color: #E584AB;
}
.BgClassName
{
background-color: #E584AB;
}
</style>
border-color css
<style>
span { border-color: #E584AB; }
span { border-color: rgb(229,132,171); }
td.TdClassName
{
border-color: #E584AB;
}
.TagClassName
{
border-color: #E584AB;
}
</style>