Shades of Kobi #E584A5
Tints of Kobi #E584A5
RGB
CMYK
RGB Variations
Color information
#E584A5 (or 0xE584A5) is known color: Kobi. HEX triplet: E5, 84 and A5. RGB value is (229,132,165). Sum of RGB (Red+Green+Blue) = 229+132+165=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E584A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E584A5 is #1A7B5A. Grayscale: #A4A4A4. Windows color (decimal): -1735515 or 10847461. OLE color: 10847461.
HSL color Cylindrical-coordinate representation of color #E584A5: hue angle of 339.59º 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 #E584A5 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 165 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.10 |
| HSL | 339.59º | 0.65% | 0.71% | - |
| HSV(B) | 339.59º | 0.42% | 0.9% | - |
| XYZ | 47.36 | 35.88 | 40.03 | - |
| YUV | 164.77 | 128.14 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 165 | 0 | 0.42 | 0.28 | 0.10 | 339.59 | 0.65 | 0.71 |
| Hex | E5 | 84 | A5 | 0 | 2A | 1C | A | 154 | 41 | 47 |
| Octal | 345 | 204 | 245 | 0 | 52 | 34 | 12 | 524 | 101 | 107 |
| Binary | 11100101 | 10000100 | 10100101 | 0 | 101010 | 11100 | 1010 | 101010100 | 1000001 | 1000111 |
Color Harmonies of #E584A5
Complementary color
Monochromatic Colors of #E584A5
Black with #E584A5
Text Example
Text Example
White with #E584A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584A5; }
p { color: rgb(229,132,165); }
H1.HeaderClassName
{
color: #E584A5;
}
.AnyTagClassName
{
color: #E584A5;
}
</style>
background-color css
<style>
a { background-color: #E584A5; }
a { background-color: rgb(229,132,165); }
div.DivClassName
{
background-color: #E584A5;
}
.BgClassName
{
background-color: #E584A5;
}
</style>
border-color css
<style>
span { border-color: #E584A5; }
span { border-color: rgb(229,132,165); }
td.TdClassName
{
border-color: #E584A5;
}
.TagClassName
{
border-color: #E584A5;
}
</style>