Shades of Kobi #E591A8
Tints of Kobi #E591A8
RGB
CMYK
RGB Variations
Color information
#E591A8 (or 0xE591A8) is known color: Kobi. HEX triplet: E5, 91 and A8. RGB value is (229,145,168). Sum of RGB (Red+Green+Blue) = 229+145+168=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 145 (57.03% from 255 or 26.75% from 542); Blue value is 168 (66.02% from 255 or 31.00% from 542); Max value from RGB is 229 - color contains mainly: red. Hex color #E591A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E591A8 is #1A6E57. Grayscale: #ACACAC. Windows color (decimal): -1732184 or 11047397. OLE color: 11047397.
HSL color Cylindrical-coordinate representation of color #E591A8: hue angle of 343.57º 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 #E591A8 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 145 | 168 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.10 |
| HSL | 343.57º | 0.62% | 0.73% | - |
| HSV(B) | 343.57º | 0.37% | 0.9% | - |
| XYZ | 49.51 | 39.74 | 42.11 | - |
| YUV | 172.74 | 125.33 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 145 | 168 | 0 | 0.37 | 0.27 | 0.10 | 343.57 | 0.62 | 0.73 |
| Hex | E5 | 91 | A8 | 0 | 25 | 1B | A | 158 | 3E | 49 |
| Octal | 345 | 221 | 250 | 0 | 45 | 33 | 12 | 530 | 76 | 111 |
| Binary | 11100101 | 10010001 | 10101000 | 0 | 100101 | 11011 | 1010 | 101011000 | 111110 | 1001001 |
Color Harmonies of #E591A8
Complementary color
Monochromatic Colors of #E591A8
Black with #E591A8
Text Example
Text Example
White with #E591A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E591A8; }
p { color: rgb(229,145,168); }
H1.HeaderClassName
{
color: #E591A8;
}
.AnyTagClassName
{
color: #E591A8;
}
</style>
background-color css
<style>
a { background-color: #E591A8; }
a { background-color: rgb(229,145,168); }
div.DivClassName
{
background-color: #E591A8;
}
.BgClassName
{
background-color: #E591A8;
}
</style>
border-color css
<style>
span { border-color: #E591A8; }
span { border-color: rgb(229,145,168); }
td.TdClassName
{
border-color: #E591A8;
}
.TagClassName
{
border-color: #E591A8;
}
</style>