Shades of Kobi #E17AAB
Tints of Kobi #E17AAB
RGB
CMYK
RGB Variations
Color information
#E17AAB (or 0xE17AAB) is known color: Kobi. HEX triplet: E1, 7A and AB. RGB value is (225,122,171). Sum of RGB (Red+Green+Blue) = 225+122+171=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 122 (48.05% from 255 or 23.55% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E17AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17AAB is #1E8554. Grayscale: #9E9E9E. Windows color (decimal): -2000213 or 11238113. OLE color: 11238113.
HSL color Cylindrical-coordinate representation of color #E17AAB: hue angle of 331.46º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17AAB is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 171 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.12 |
| HSL | 331.46º | 0.63% | 0.68% | - |
| HSV(B) | 331.46º | 0.46% | 0.88% | - |
| XYZ | 45.36 | 32.87 | 42.48 | - |
| YUV | 158.38 | 135.12 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 171 | 0 | 0.46 | 0.24 | 0.12 | 331.46 | 0.63 | 0.68 |
| Hex | E1 | 7A | AB | 0 | 2E | 18 | C | 14B | 3F | 44 |
| Octal | 341 | 172 | 253 | 0 | 56 | 30 | 14 | 513 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10101011 | 0 | 101110 | 11000 | 1100 | 101001011 | 111111 | 1000100 |
Color Harmonies of #E17AAB
Complementary color
Monochromatic Colors of #E17AAB
Black with #E17AAB
Text Example
Text Example
White with #E17AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17AAB; }
p { color: rgb(225,122,171); }
H1.HeaderClassName
{
color: #E17AAB;
}
.AnyTagClassName
{
color: #E17AAB;
}
</style>
background-color css
<style>
a { background-color: #E17AAB; }
a { background-color: rgb(225,122,171); }
div.DivClassName
{
background-color: #E17AAB;
}
.BgClassName
{
background-color: #E17AAB;
}
</style>
border-color css
<style>
span { border-color: #E17AAB; }
span { border-color: rgb(225,122,171); }
td.TdClassName
{
border-color: #E17AAB;
}
.TagClassName
{
border-color: #E17AAB;
}
</style>