Shades of Kobi #E29FAE
Tints of Kobi #E29FAE
RGB
CMYK
RGB Variations
Color information
#E29FAE (or 0xE29FAE) is known color: Kobi. HEX triplet: E2, 9F and AE. RGB value is (226,159,174). Sum of RGB (Red+Green+Blue) = 226+159+174=559 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.43% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 226 - color contains mainly: red. Hex color #E29FAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29FAE is #1D6051. Grayscale: #B4B4B4. Windows color (decimal): -1925202 or 11444194. OLE color: 11444194.
HSL color Cylindrical-coordinate representation of color #E29FAE: hue angle of 346.57º 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 #E29FAE is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 159 | 174 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.11 |
| HSL | 346.57º | 0.54% | 0.75% | - |
| HSV(B) | 346.57º | 0.3% | 0.89% | - |
| XYZ | 51.4 | 44.02 | 45.83 | - |
| YUV | 180.74 | 124.2 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 159 | 174 | 0 | 0.30 | 0.23 | 0.11 | 346.57 | 0.54 | 0.75 |
| Hex | E2 | 9F | AE | 0 | 1E | 17 | B | 15B | 36 | 4B |
| Octal | 342 | 237 | 256 | 0 | 36 | 27 | 13 | 533 | 66 | 113 |
| Binary | 11100010 | 10011111 | 10101110 | 0 | 11110 | 10111 | 1011 | 101011011 | 110110 | 1001011 |
Color Harmonies of #E29FAE
Complementary color
Monochromatic Colors of #E29FAE
Black with #E29FAE
Text Example
Text Example
White with #E29FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29FAE; }
p { color: rgb(226,159,174); }
H1.HeaderClassName
{
color: #E29FAE;
}
.AnyTagClassName
{
color: #E29FAE;
}
</style>
background-color css
<style>
a { background-color: #E29FAE; }
a { background-color: rgb(226,159,174); }
div.DivClassName
{
background-color: #E29FAE;
}
.BgClassName
{
background-color: #E29FAE;
}
</style>
border-color css
<style>
span { border-color: #E29FAE; }
span { border-color: rgb(226,159,174); }
td.TdClassName
{
border-color: #E29FAE;
}
.TagClassName
{
border-color: #E29FAE;
}
</style>