Shades of Kobi #E17FA6
Tints of Kobi #E17FA6
RGB
CMYK
RGB Variations
Color information
#E17FA6 (or 0xE17FA6) is known color: Kobi. HEX triplet: E1, 7F and A6. RGB value is (225,127,166). Sum of RGB (Red+Green+Blue) = 225+127+166=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 166 (65.23% from 255 or 32.05% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FA6 is #1E8059. Grayscale: #A0A0A0. Windows color (decimal): -1998938 or 10911713. OLE color: 10911713.
HSL color Cylindrical-coordinate representation of color #E17FA6: hue angle of 336.12º 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 #E17FA6 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 166 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.12 |
| HSL | 336.12º | 0.62% | 0.69% | - |
| HSV(B) | 336.12º | 0.44% | 0.88% | - |
| XYZ | 45.52 | 33.94 | 40.23 | - |
| YUV | 160.75 | 130.97 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 166 | 0 | 0.44 | 0.26 | 0.12 | 336.12 | 0.62 | 0.69 |
| Hex | E1 | 7F | A6 | 0 | 2C | 1A | C | 150 | 3E | 45 |
| Octal | 341 | 177 | 246 | 0 | 54 | 32 | 14 | 520 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10100110 | 0 | 101100 | 11010 | 1100 | 101010000 | 111110 | 1000101 |
Color Harmonies of #E17FA6
Complementary color
Monochromatic Colors of #E17FA6
Black with #E17FA6
Text Example
Text Example
White with #E17FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FA6; }
p { color: rgb(225,127,166); }
H1.HeaderClassName
{
color: #E17FA6;
}
.AnyTagClassName
{
color: #E17FA6;
}
</style>
background-color css
<style>
a { background-color: #E17FA6; }
a { background-color: rgb(225,127,166); }
div.DivClassName
{
background-color: #E17FA6;
}
.BgClassName
{
background-color: #E17FA6;
}
</style>
border-color css
<style>
span { border-color: #E17FA6; }
span { border-color: rgb(225,127,166); }
td.TdClassName
{
border-color: #E17FA6;
}
.TagClassName
{
border-color: #E17FA6;
}
</style>