Shades of Kobi #E17FA9
Tints of Kobi #E17FA9
RGB
CMYK
RGB Variations
Color information
#E17FA9 (or 0xE17FA9) is known color: Kobi. HEX triplet: E1, 7F and A9. RGB value is (225,127,169). Sum of RGB (Red+Green+Blue) = 225+127+169=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 169 (66.41% from 255 or 32.44% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FA9 is #1E8056. Grayscale: #A1A1A1. Windows color (decimal): -1998935 or 11108321. OLE color: 11108321.
HSL color Cylindrical-coordinate representation of color #E17FA9: hue angle of 334.29º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FA9 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 169 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.12 |
| HSL | 334.29º | 0.62% | 0.69% | - |
| HSV(B) | 334.29º | 0.44% | 0.88% | - |
| XYZ | 45.8 | 34.05 | 41.69 | - |
| YUV | 161.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 169 | 0 | 0.44 | 0.25 | 0.12 | 334.29 | 0.62 | 0.69 |
| Hex | E1 | 7F | A9 | 0 | 2C | 19 | C | 14E | 3E | 45 |
| Octal | 341 | 177 | 251 | 0 | 54 | 31 | 14 | 516 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10101001 | 0 | 101100 | 11001 | 1100 | 101001110 | 111110 | 1000101 |
Color Harmonies of #E17FA9
Complementary color
Monochromatic Colors of #E17FA9
Black with #E17FA9
Text Example
Text Example
White with #E17FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FA9; }
p { color: rgb(225,127,169); }
H1.HeaderClassName
{
color: #E17FA9;
}
.AnyTagClassName
{
color: #E17FA9;
}
</style>
background-color css
<style>
a { background-color: #E17FA9; }
a { background-color: rgb(225,127,169); }
div.DivClassName
{
background-color: #E17FA9;
}
.BgClassName
{
background-color: #E17FA9;
}
</style>
border-color css
<style>
span { border-color: #E17FA9; }
span { border-color: rgb(225,127,169); }
td.TdClassName
{
border-color: #E17FA9;
}
.TagClassName
{
border-color: #E17FA9;
}
</style>