Shades of Kobi #E17EAC
Tints of Kobi #E17EAC
RGB
CMYK
RGB Variations
Color information
#E17EAC (or 0xE17EAC) is known color: Kobi. HEX triplet: E1, 7E and AC. RGB value is (225,126,172). Sum of RGB (Red+Green+Blue) = 225+126+172=523 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.02% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 225 - color contains mainly: red. Hex color #E17EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17EAC is #1E8153. Grayscale: #A0A0A0. Windows color (decimal): -1999188 or 11304673. OLE color: 11304673.
HSL color Cylindrical-coordinate representation of color #E17EAC: hue angle of 332.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 #E17EAC is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 172 | - |
| CMYK | 0 | 0.44 | 0.24 | 0.12 |
| HSL | 332.12º | 0.62% | 0.69% | - |
| HSV(B) | 332.12º | 0.44% | 0.88% | - |
| XYZ | 45.96 | 33.91 | 43.15 | - |
| YUV | 160.85 | 134.3 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 172 | 0 | 0.44 | 0.24 | 0.12 | 332.12 | 0.62 | 0.69 |
| Hex | E1 | 7E | AC | 0 | 2C | 18 | C | 14C | 3E | 45 |
| Octal | 341 | 176 | 254 | 0 | 54 | 30 | 14 | 514 | 76 | 105 |
| Binary | 11100001 | 1111110 | 10101100 | 0 | 101100 | 11000 | 1100 | 101001100 | 111110 | 1000101 |
Color Harmonies of #E17EAC
Complementary color
Monochromatic Colors of #E17EAC
Black with #E17EAC
Text Example
Text Example
White with #E17EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17EAC; }
p { color: rgb(225,126,172); }
H1.HeaderClassName
{
color: #E17EAC;
}
.AnyTagClassName
{
color: #E17EAC;
}
</style>
background-color css
<style>
a { background-color: #E17EAC; }
a { background-color: rgb(225,126,172); }
div.DivClassName
{
background-color: #E17EAC;
}
.BgClassName
{
background-color: #E17EAC;
}
</style>
border-color css
<style>
span { border-color: #E17EAC; }
span { border-color: rgb(225,126,172); }
td.TdClassName
{
border-color: #E17EAC;
}
.TagClassName
{
border-color: #E17EAC;
}
</style>