Shades of Kobi #E29DA8
Tints of Kobi #E29DA8
RGB
CMYK
RGB Variations
Color information
#E29DA8 (or 0xE29DA8) is known color: Kobi. HEX triplet: E2, 9D and A8. RGB value is (226,157,168). Sum of RGB (Red+Green+Blue) = 226+157+168=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E29DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29DA8 is #1D6257. Grayscale: #B2B2B2. Windows color (decimal): -1925720 or 11050466. OLE color: 11050466.
HSL color Cylindrical-coordinate representation of color #E29DA8: hue angle of 350.43º 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 #E29DA8 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 157 | 168 | - |
| CMYK | 0 | 0.31 | 0.26 | 0.11 |
| HSL | 350.43º | 0.54% | 0.75% | - |
| HSV(B) | 350.43º | 0.31% | 0.89% | - |
| XYZ | 50.49 | 43.11 | 42.71 | - |
| YUV | 178.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 157 | 168 | 0 | 0.31 | 0.26 | 0.11 | 350.43 | 0.54 | 0.75 |
| Hex | E2 | 9D | A8 | 0 | 1F | 1A | B | 15E | 36 | 4B |
| Octal | 342 | 235 | 250 | 0 | 37 | 32 | 13 | 536 | 66 | 113 |
| Binary | 11100010 | 10011101 | 10101000 | 0 | 11111 | 11010 | 1011 | 101011110 | 110110 | 1001011 |
Color Harmonies of #E29DA8
Complementary color
Monochromatic Colors of #E29DA8
Black with #E29DA8
Text Example
Text Example
White with #E29DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E29DA8; }
p { color: rgb(226,157,168); }
H1.HeaderClassName
{
color: #E29DA8;
}
.AnyTagClassName
{
color: #E29DA8;
}
</style>
background-color css
<style>
a { background-color: #E29DA8; }
a { background-color: rgb(226,157,168); }
div.DivClassName
{
background-color: #E29DA8;
}
.BgClassName
{
background-color: #E29DA8;
}
</style>
border-color css
<style>
span { border-color: #E29DA8; }
span { border-color: rgb(226,157,168); }
td.TdClassName
{
border-color: #E29DA8;
}
.TagClassName
{
border-color: #E29DA8;
}
</style>