Shades of Kobi #E29DAE
Tints of Kobi #E29DAE
RGB
CMYK
RGB Variations
Color information
#E29DAE (or 0xE29DAE) is known color: Kobi. HEX triplet: E2, 9D and AE. RGB value is (226,157,174). Sum of RGB (Red+Green+Blue) = 226+157+174=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29DAE is #1D6251. Grayscale: #B3B3B3. Windows color (decimal): -1925714 or 11443682. OLE color: 11443682.
HSL color Cylindrical-coordinate representation of color #E29DAE: hue angle of 345.22º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E29DAE is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 174 | - |
| CMYK | 0 | 0.31 | 0.23 | 0.11 |
| HSL | 345.22º | 0.54% | 0.75% | - |
| HSV(B) | 345.22º | 0.31% | 0.89% | - |
| XYZ | 51.06 | 43.34 | 45.72 | - |
| YUV | 179.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 174 | 0 | 0.31 | 0.23 | 0.11 | 345.22 | 0.54 | 0.75 |
| Hex | E2 | 9D | AE | 0 | 1F | 17 | B | 159 | 36 | 4B |
| Octal | 342 | 235 | 256 | 0 | 37 | 27 | 13 | 531 | 66 | 113 |
| Binary | 11100010 | 10011101 | 10101110 | 0 | 11111 | 10111 | 1011 | 101011001 | 110110 | 1001011 |
Color Harmonies of #E29DAE
Complementary color
Monochromatic Colors of #E29DAE
Black with #E29DAE
Text Example
Text Example
White with #E29DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DAE; }
p { color: rgb(226,157,174); }
H1.HeaderClassName
{
color: #E29DAE;
}
.AnyTagClassName
{
color: #E29DAE;
}
</style>
background-color css
<style>
a { background-color: #E29DAE; }
a { background-color: rgb(226,157,174); }
div.DivClassName
{
background-color: #E29DAE;
}
.BgClassName
{
background-color: #E29DAE;
}
</style>
border-color css
<style>
span { border-color: #E29DAE; }
span { border-color: rgb(226,157,174); }
td.TdClassName
{
border-color: #E29DAE;
}
.TagClassName
{
border-color: #E29DAE;
}
</style>