Shades of Kobi #E17BAC
Tints of Kobi #E17BAC
RGB
CMYK
RGB Variations
Color information
#E17BAC (or 0xE17BAC) is known color: Kobi. HEX triplet: E1, 7B and AC. RGB value is (225,123,172). Sum of RGB (Red+Green+Blue) = 225+123+172=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E17BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17BAC is #1E8453. Grayscale: #9E9E9E. Windows color (decimal): -1999956 or 11303905. OLE color: 11303905.
HSL color Cylindrical-coordinate representation of color #E17BAC: hue angle of 331.18º 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 #E17BAC is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 172 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.12 |
| HSL | 331.18º | 0.63% | 0.68% | - |
| HSV(B) | 331.18º | 0.45% | 0.88% | - |
| XYZ | 45.58 | 33.15 | 43.03 | - |
| YUV | 159.08 | 135.29 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 172 | 0 | 0.45 | 0.24 | 0.12 | 331.18 | 0.63 | 0.68 |
| Hex | E1 | 7B | AC | 0 | 2D | 18 | C | 14B | 3F | 44 |
| Octal | 341 | 173 | 254 | 0 | 55 | 30 | 14 | 513 | 77 | 104 |
| Binary | 11100001 | 1111011 | 10101100 | 0 | 101101 | 11000 | 1100 | 101001011 | 111111 | 1000100 |
Color Harmonies of #E17BAC
Complementary color
Monochromatic Colors of #E17BAC
Black with #E17BAC
Text Example
Text Example
White with #E17BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17BAC; }
p { color: rgb(225,123,172); }
H1.HeaderClassName
{
color: #E17BAC;
}
.AnyTagClassName
{
color: #E17BAC;
}
</style>
background-color css
<style>
a { background-color: #E17BAC; }
a { background-color: rgb(225,123,172); }
div.DivClassName
{
background-color: #E17BAC;
}
.BgClassName
{
background-color: #E17BAC;
}
</style>
border-color css
<style>
span { border-color: #E17BAC; }
span { border-color: rgb(225,123,172); }
td.TdClassName
{
border-color: #E17BAC;
}
.TagClassName
{
border-color: #E17BAC;
}
</style>