Shades of Kobi #E584A6
Tints of Kobi #E584A6
RGB
CMYK
RGB Variations
Color information
#E584A6 (or 0xE584A6) is known color: Kobi. HEX triplet: E5, 84 and A6. RGB value is (229,132,166). Sum of RGB (Red+Green+Blue) = 229+132+166=527 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.45% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 229 - color contains mainly: red. Hex color #E584A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E584A6 is #1A7B59. Grayscale: #A4A4A4. Windows color (decimal): -1735514 or 10912997. OLE color: 10912997.
HSL color Cylindrical-coordinate representation of color #E584A6: hue angle of 338.97º 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 #E584A6 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 166 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.10 |
| HSL | 338.97º | 0.65% | 0.71% | - |
| HSV(B) | 338.97º | 0.42% | 0.9% | - |
| XYZ | 47.45 | 35.91 | 40.51 | - |
| YUV | 164.88 | 128.64 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 166 | 0 | 0.42 | 0.28 | 0.10 | 338.97 | 0.65 | 0.71 |
| Hex | E5 | 84 | A6 | 0 | 2A | 1C | A | 153 | 41 | 47 |
| Octal | 345 | 204 | 246 | 0 | 52 | 34 | 12 | 523 | 101 | 107 |
| Binary | 11100101 | 10000100 | 10100110 | 0 | 101010 | 11100 | 1010 | 101010011 | 1000001 | 1000111 |
Color Harmonies of #E584A6
Complementary color
Monochromatic Colors of #E584A6
Black with #E584A6
Text Example
Text Example
White with #E584A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E584A6; }
p { color: rgb(229,132,166); }
H1.HeaderClassName
{
color: #E584A6;
}
.AnyTagClassName
{
color: #E584A6;
}
</style>
background-color css
<style>
a { background-color: #E584A6; }
a { background-color: rgb(229,132,166); }
div.DivClassName
{
background-color: #E584A6;
}
.BgClassName
{
background-color: #E584A6;
}
</style>
border-color css
<style>
span { border-color: #E584A6; }
span { border-color: rgb(229,132,166); }
td.TdClassName
{
border-color: #E584A6;
}
.TagClassName
{
border-color: #E584A6;
}
</style>