Shades of Kobi #E57FA9
Tints of Kobi #E57FA9
RGB
CMYK
RGB Variations
Color information
#E57FA9 (or 0xE57FA9) is known color: Kobi. HEX triplet: E5, 7F and A9. RGB value is (229,127,169). Sum of RGB (Red+Green+Blue) = 229+127+169=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 169 (66.41% from 255 or 32.19% from 525); Max value from RGB is 229 - color contains mainly: red. Hex color #E57FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E57FA9 is #1A8056. Grayscale: #A2A2A2. Windows color (decimal): -1736791 or 11108325. OLE color: 11108325.
HSL color Cylindrical-coordinate representation of color #E57FA9: hue angle of 335.29º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E57FA9 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 127 | 169 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.10 |
| HSL | 335.29º | 0.66% | 0.7% | - |
| HSV(B) | 335.29º | 0.45% | 0.9% | - |
| XYZ | 47.06 | 34.7 | 41.75 | - |
| YUV | 162.29 | 131.79 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 127 | 169 | 0 | 0.45 | 0.26 | 0.10 | 335.29 | 0.66 | 0.7 |
| Hex | E5 | 7F | A9 | 0 | 2D | 1A | A | 14F | 42 | 46 |
| Octal | 345 | 177 | 251 | 0 | 55 | 32 | 12 | 517 | 102 | 106 |
| Binary | 11100101 | 1111111 | 10101001 | 0 | 101101 | 11010 | 1010 | 101001111 | 1000010 | 1000110 |
Color Harmonies of #E57FA9
Complementary color
Monochromatic Colors of #E57FA9
Black with #E57FA9
Text Example
Text Example
White with #E57FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57FA9; }
p { color: rgb(229,127,169); }
H1.HeaderClassName
{
color: #E57FA9;
}
.AnyTagClassName
{
color: #E57FA9;
}
</style>
background-color css
<style>
a { background-color: #E57FA9; }
a { background-color: rgb(229,127,169); }
div.DivClassName
{
background-color: #E57FA9;
}
.BgClassName
{
background-color: #E57FA9;
}
</style>
border-color css
<style>
span { border-color: #E57FA9; }
span { border-color: rgb(229,127,169); }
td.TdClassName
{
border-color: #E57FA9;
}
.TagClassName
{
border-color: #E57FA9;
}
</style>