Shades of Kobi #E68DA9
Tints of Kobi #E68DA9
RGB
CMYK
RGB Variations
Color information
#E68DA9 (or 0xE68DA9) is known color: Kobi. HEX triplet: E6, 8D and A9. RGB value is (230,141,169). Sum of RGB (Red+Green+Blue) = 230+141+169=540 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.59% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 169 (66.41% from 255 or 31.30% from 540); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DA9 is #197256. Grayscale: #AAAAAA. Windows color (decimal): -1667671 or 11111910. OLE color: 11111910.
HSL color Cylindrical-coordinate representation of color #E68DA9: hue angle of 341.12º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68DA9 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 169 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.10 |
| HSL | 341.12º | 0.64% | 0.73% | - |
| HSV(B) | 341.12º | 0.39% | 0.9% | - |
| XYZ | 49.32 | 38.74 | 42.41 | - |
| YUV | 170.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 169 | 0 | 0.39 | 0.27 | 0.10 | 341.12 | 0.64 | 0.73 |
| Hex | E6 | 8D | A9 | 0 | 27 | 1B | A | 155 | 40 | 49 |
| Octal | 346 | 215 | 251 | 0 | 47 | 33 | 12 | 525 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10101001 | 0 | 100111 | 11011 | 1010 | 101010101 | 1000000 | 1001001 |
Color Harmonies of #E68DA9
Complementary color
Monochromatic Colors of #E68DA9
Black with #E68DA9
Text Example
Text Example
White with #E68DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DA9; }
p { color: rgb(230,141,169); }
H1.HeaderClassName
{
color: #E68DA9;
}
.AnyTagClassName
{
color: #E68DA9;
}
</style>
background-color css
<style>
a { background-color: #E68DA9; }
a { background-color: rgb(230,141,169); }
div.DivClassName
{
background-color: #E68DA9;
}
.BgClassName
{
background-color: #E68DA9;
}
</style>
border-color css
<style>
span { border-color: #E68DA9; }
span { border-color: rgb(230,141,169); }
td.TdClassName
{
border-color: #E68DA9;
}
.TagClassName
{
border-color: #E68DA9;
}
</style>