Shades of Kobi #E29AAE
Tints of Kobi #E29AAE
RGB
CMYK
RGB Variations
Color information
#E29AAE (or 0xE29AAE) is known color: Kobi. HEX triplet: E2, 9A and AE. RGB value is (226,154,174). Sum of RGB (Red+Green+Blue) = 226+154+174=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E29AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29AAE is #1D6551. Grayscale: #B1B1B1. Windows color (decimal): -1926482 or 11442914. OLE color: 11442914.
HSL color Cylindrical-coordinate representation of color #E29AAE: hue angle of 343.33º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E29AAE is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 154 | 174 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.11 |
| HSL | 343.33º | 0.55% | 0.75% | - |
| HSV(B) | 343.33º | 0.32% | 0.89% | - |
| XYZ | 50.56 | 42.34 | 45.55 | - |
| YUV | 177.81 | 125.85 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 154 | 174 | 0 | 0.32 | 0.23 | 0.11 | 343.33 | 0.55 | 0.75 |
| Hex | E2 | 9A | AE | 0 | 20 | 17 | B | 157 | 37 | 4B |
| Octal | 342 | 232 | 256 | 0 | 40 | 27 | 13 | 527 | 67 | 113 |
| Binary | 11100010 | 10011010 | 10101110 | 0 | 100000 | 10111 | 1011 | 101010111 | 110111 | 1001011 |
Color Harmonies of #E29AAE
Complementary color
Monochromatic Colors of #E29AAE
Black with #E29AAE
Text Example
Text Example
White with #E29AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29AAE; }
p { color: rgb(226,154,174); }
H1.HeaderClassName
{
color: #E29AAE;
}
.AnyTagClassName
{
color: #E29AAE;
}
</style>
background-color css
<style>
a { background-color: #E29AAE; }
a { background-color: rgb(226,154,174); }
div.DivClassName
{
background-color: #E29AAE;
}
.BgClassName
{
background-color: #E29AAE;
}
</style>
border-color css
<style>
span { border-color: #E29AAE; }
span { border-color: rgb(226,154,174); }
td.TdClassName
{
border-color: #E29AAE;
}
.TagClassName
{
border-color: #E29AAE;
}
</style>