Shades of Kobi #E17FA8
Tints of Kobi #E17FA8
RGB
CMYK
RGB Variations
Color information
#E17FA8 (or 0xE17FA8) is known color: Kobi. HEX triplet: E1, 7F and A8. RGB value is (225,127,168). Sum of RGB (Red+Green+Blue) = 225+127+168=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FA8 is #1E8057. Grayscale: #A0A0A0. Windows color (decimal): -1998936 or 11042785. OLE color: 11042785.
HSL color Cylindrical-coordinate representation of color #E17FA8: hue angle of 334.9º 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 #E17FA8 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 168 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.12 |
| HSL | 334.9º | 0.62% | 0.69% | - |
| HSV(B) | 334.9º | 0.44% | 0.88% | - |
| XYZ | 45.71 | 34.01 | 41.2 | - |
| YUV | 160.98 | 131.97 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 168 | 0 | 0.44 | 0.25 | 0.12 | 334.9 | 0.62 | 0.69 |
| Hex | E1 | 7F | A8 | 0 | 2C | 19 | C | 14F | 3E | 45 |
| Octal | 341 | 177 | 250 | 0 | 54 | 31 | 14 | 517 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10101000 | 0 | 101100 | 11001 | 1100 | 101001111 | 111110 | 1000101 |
Color Harmonies of #E17FA8
Complementary color
Monochromatic Colors of #E17FA8
Black with #E17FA8
Text Example
Text Example
White with #E17FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FA8; }
p { color: rgb(225,127,168); }
H1.HeaderClassName
{
color: #E17FA8;
}
.AnyTagClassName
{
color: #E17FA8;
}
</style>
background-color css
<style>
a { background-color: #E17FA8; }
a { background-color: rgb(225,127,168); }
div.DivClassName
{
background-color: #E17FA8;
}
.BgClassName
{
background-color: #E17FA8;
}
</style>
border-color css
<style>
span { border-color: #E17FA8; }
span { border-color: rgb(225,127,168); }
td.TdClassName
{
border-color: #E17FA8;
}
.TagClassName
{
border-color: #E17FA8;
}
</style>