Shades of Kobi #E29FAC
Tints of Kobi #E29FAC
RGB
CMYK
RGB Variations
Color information
#E29FAC (or 0xE29FAC) is known color: Kobi. HEX triplet: E2, 9F and AC. RGB value is (226,159,172). Sum of RGB (Red+Green+Blue) = 226+159+172=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FAC is #1D6053. Grayscale: #B4B4B4. Windows color (decimal): -1925204 or 11313122. OLE color: 11313122.
HSL color Cylindrical-coordinate representation of color #E29FAC: hue angle of 348.36º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E29FAC is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 172 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.11 |
| HSL | 348.36º | 0.54% | 0.75% | - |
| HSV(B) | 348.36º | 0.3% | 0.89% | - |
| XYZ | 51.21 | 43.94 | 44.81 | - |
| YUV | 180.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 172 | 0 | 0.30 | 0.24 | 0.11 | 348.36 | 0.54 | 0.75 |
| Hex | E2 | 9F | AC | 0 | 1E | 18 | B | 15C | 36 | 4B |
| Octal | 342 | 237 | 254 | 0 | 36 | 30 | 13 | 534 | 66 | 113 |
| Binary | 11100010 | 10011111 | 10101100 | 0 | 11110 | 11000 | 1011 | 101011100 | 110110 | 1001011 |
Color Harmonies of #E29FAC
Complementary color
Monochromatic Colors of #E29FAC
Black with #E29FAC
Text Example
Text Example
White with #E29FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FAC; }
p { color: rgb(226,159,172); }
H1.HeaderClassName
{
color: #E29FAC;
}
.AnyTagClassName
{
color: #E29FAC;
}
</style>
background-color css
<style>
a { background-color: #E29FAC; }
a { background-color: rgb(226,159,172); }
div.DivClassName
{
background-color: #E29FAC;
}
.BgClassName
{
background-color: #E29FAC;
}
</style>
border-color css
<style>
span { border-color: #E29FAC; }
span { border-color: rgb(226,159,172); }
td.TdClassName
{
border-color: #E29FAC;
}
.TagClassName
{
border-color: #E29FAC;
}
</style>