Shades of Kobi #E17BA9
Tints of Kobi #E17BA9
RGB
CMYK
RGB Variations
Color information
#E17BA9 (or 0xE17BA9) is known color: Kobi. HEX triplet: E1, 7B and A9. RGB value is (225,123,169). Sum of RGB (Red+Green+Blue) = 225+123+169=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17BA9 is #1E8456. Grayscale: #9E9E9E. Windows color (decimal): -1999959 or 11107297. OLE color: 11107297.
HSL color Cylindrical-coordinate representation of color #E17BA9: hue angle of 332.94º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17BA9 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 169 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.12 |
| HSL | 332.94º | 0.63% | 0.68% | - |
| HSV(B) | 332.94º | 0.45% | 0.88% | - |
| XYZ | 45.3 | 33.04 | 41.53 | - |
| YUV | 158.74 | 133.79 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 169 | 0 | 0.45 | 0.25 | 0.12 | 332.94 | 0.63 | 0.68 |
| Hex | E1 | 7B | A9 | 0 | 2D | 19 | C | 14D | 3F | 44 |
| Octal | 341 | 173 | 251 | 0 | 55 | 31 | 14 | 515 | 77 | 104 |
| Binary | 11100001 | 1111011 | 10101001 | 0 | 101101 | 11001 | 1100 | 101001101 | 111111 | 1000100 |
Color Harmonies of #E17BA9
Complementary color
Monochromatic Colors of #E17BA9
Black with #E17BA9
Text Example
Text Example
White with #E17BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BA9; }
p { color: rgb(225,123,169); }
H1.HeaderClassName
{
color: #E17BA9;
}
.AnyTagClassName
{
color: #E17BA9;
}
</style>
background-color css
<style>
a { background-color: #E17BA9; }
a { background-color: rgb(225,123,169); }
div.DivClassName
{
background-color: #E17BA9;
}
.BgClassName
{
background-color: #E17BA9;
}
</style>
border-color css
<style>
span { border-color: #E17BA9; }
span { border-color: rgb(225,123,169); }
td.TdClassName
{
border-color: #E17BA9;
}
.TagClassName
{
border-color: #E17BA9;
}
</style>