Shades of Kobi #E28DA0
Tints of Kobi #E28DA0
RGB
CMYK
RGB Variations
Color information
#E28DA0 (or 0xE28DA0) is known color: Kobi. HEX triplet: E2, 8D and A0. RGB value is (226,141,160). Sum of RGB (Red+Green+Blue) = 226+141+160=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 160 (62.89% from 255 or 30.36% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28DA0 is #1D725F. Grayscale: #A8A8A8. Windows color (decimal): -1929824 or 10522082. OLE color: 10522082.
HSL color Cylindrical-coordinate representation of color #E28DA0: hue angle of 346.59º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28DA0 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 160 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.11 |
| HSL | 346.59º | 0.59% | 0.72% | - |
| HSV(B) | 346.59º | 0.38% | 0.89% | - |
| XYZ | 47.23 | 37.76 | 38.06 | - |
| YUV | 168.58 | 123.16 | 168.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 160 | 0 | 0.38 | 0.29 | 0.11 | 346.59 | 0.59 | 0.72 |
| Hex | E2 | 8D | A0 | 0 | 26 | 1D | B | 15B | 3B | 48 |
| Octal | 342 | 215 | 240 | 0 | 46 | 35 | 13 | 533 | 73 | 110 |
| Binary | 11100010 | 10001101 | 10100000 | 0 | 100110 | 11101 | 1011 | 101011011 | 111011 | 1001000 |
Color Harmonies of #E28DA0
Complementary color
Monochromatic Colors of #E28DA0
Black with #E28DA0
Text Example
Text Example
White with #E28DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DA0; }
p { color: rgb(226,141,160); }
H1.HeaderClassName
{
color: #E28DA0;
}
.AnyTagClassName
{
color: #E28DA0;
}
</style>
background-color css
<style>
a { background-color: #E28DA0; }
a { background-color: rgb(226,141,160); }
div.DivClassName
{
background-color: #E28DA0;
}
.BgClassName
{
background-color: #E28DA0;
}
</style>
border-color css
<style>
span { border-color: #E28DA0; }
span { border-color: rgb(226,141,160); }
td.TdClassName
{
border-color: #E28DA0;
}
.TagClassName
{
border-color: #E28DA0;
}
</style>