Shades of Kobi #E591A6
Tints of Kobi #E591A6
RGB
CMYK
RGB Variations
Color information
#E591A6 (or 0xE591A6) is known color: Kobi. HEX triplet: E5, 91 and A6. RGB value is (229,145,166). Sum of RGB (Red+Green+Blue) = 229+145+166=540 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.41% from 540); Green value is 145 (57.03% from 255 or 26.85% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 229 - color contains mainly: red. Hex color #E591A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E591A6 is #1A6E59. Grayscale: #ACACAC. Windows color (decimal): -1732186 or 10916325. OLE color: 10916325.
HSL color Cylindrical-coordinate representation of color #E591A6: hue angle of 345º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E591A6 is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 166 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.10 |
| HSL | 345º | 0.62% | 0.73% | - |
| HSV(B) | 345º | 0.37% | 0.9% | - |
| XYZ | 49.32 | 39.66 | 41.13 | - |
| YUV | 172.51 | 124.33 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 166 | 0 | 0.37 | 0.28 | 0.10 | 345 | 0.62 | 0.73 |
| Hex | E5 | 91 | A6 | 0 | 25 | 1C | A | 159 | 3E | 49 |
| Octal | 345 | 221 | 246 | 0 | 45 | 34 | 12 | 531 | 76 | 111 |
| Binary | 11100101 | 10010001 | 10100110 | 0 | 100101 | 11100 | 1010 | 101011001 | 111110 | 1001001 |
Color Harmonies of #E591A6
Complementary color
Monochromatic Colors of #E591A6
Black with #E591A6
Text Example
Text Example
White with #E591A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591A6; }
p { color: rgb(229,145,166); }
H1.HeaderClassName
{
color: #E591A6;
}
.AnyTagClassName
{
color: #E591A6;
}
</style>
background-color css
<style>
a { background-color: #E591A6; }
a { background-color: rgb(229,145,166); }
div.DivClassName
{
background-color: #E591A6;
}
.BgClassName
{
background-color: #E591A6;
}
</style>
border-color css
<style>
span { border-color: #E591A6; }
span { border-color: rgb(229,145,166); }
td.TdClassName
{
border-color: #E591A6;
}
.TagClassName
{
border-color: #E591A6;
}
</style>