Shades of Kobi #E28DAC
Tints of Kobi #E28DAC
RGB
CMYK
RGB Variations
Color information
#E28DAC (or 0xE28DAC) is known color: Kobi. HEX triplet: E2, 8D and AC. RGB value is (226,141,172). Sum of RGB (Red+Green+Blue) = 226+141+172=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 172 (67.58% from 255 or 31.91% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E28DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28DAC is #1D7253. Grayscale: #A9A9A9. Windows color (decimal): -1929812 or 11308514. OLE color: 11308514.
HSL color Cylindrical-coordinate representation of color #E28DAC: hue angle of 338.12º 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 #E28DAC is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 141 | 172 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.11 |
| HSL | 338.12º | 0.59% | 0.72% | - |
| HSV(B) | 338.12º | 0.38% | 0.89% | - |
| XYZ | 48.34 | 38.2 | 43.85 | - |
| YUV | 169.95 | 129.16 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 141 | 172 | 0 | 0.38 | 0.24 | 0.11 | 338.12 | 0.59 | 0.72 |
| Hex | E2 | 8D | AC | 0 | 26 | 18 | B | 152 | 3B | 48 |
| Octal | 342 | 215 | 254 | 0 | 46 | 30 | 13 | 522 | 73 | 110 |
| Binary | 11100010 | 10001101 | 10101100 | 0 | 100110 | 11000 | 1011 | 101010010 | 111011 | 1001000 |
Color Harmonies of #E28DAC
Complementary color
Monochromatic Colors of #E28DAC
Black with #E28DAC
Text Example
Text Example
White with #E28DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28DAC; }
p { color: rgb(226,141,172); }
H1.HeaderClassName
{
color: #E28DAC;
}
.AnyTagClassName
{
color: #E28DAC;
}
</style>
background-color css
<style>
a { background-color: #E28DAC; }
a { background-color: rgb(226,141,172); }
div.DivClassName
{
background-color: #E28DAC;
}
.BgClassName
{
background-color: #E28DAC;
}
</style>
border-color css
<style>
span { border-color: #E28DAC; }
span { border-color: rgb(226,141,172); }
td.TdClassName
{
border-color: #E28DAC;
}
.TagClassName
{
border-color: #E28DAC;
}
</style>