Shades of Kobi #E68DAB
Tints of Kobi #E68DAB
RGB
CMYK
RGB Variations
Color information
#E68DAB (or 0xE68DAB) is known color: Kobi. HEX triplet: E6, 8D and AB. RGB value is (230,141,171). Sum of RGB (Red+Green+Blue) = 230+141+171=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 141 (55.47% from 255 or 26.01% from 542); Blue value is 171 (67.19% from 255 or 31.55% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DAB is #197254. Grayscale: #ABABAB. Windows color (decimal): -1667669 or 11242982. OLE color: 11242982.
HSL color Cylindrical-coordinate representation of color #E68DAB: hue angle of 339.78º 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 #E68DAB is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 171 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.10 |
| HSL | 339.78º | 0.64% | 0.73% | - |
| HSV(B) | 339.78º | 0.39% | 0.9% | - |
| XYZ | 49.51 | 38.81 | 43.41 | - |
| YUV | 171.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 171 | 0 | 0.39 | 0.26 | 0.10 | 339.78 | 0.64 | 0.73 |
| Hex | E6 | 8D | AB | 0 | 27 | 1A | A | 154 | 40 | 49 |
| Octal | 346 | 215 | 253 | 0 | 47 | 32 | 12 | 524 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10101011 | 0 | 100111 | 11010 | 1010 | 101010100 | 1000000 | 1001001 |
Color Harmonies of #E68DAB
Complementary color
Monochromatic Colors of #E68DAB
Black with #E68DAB
Text Example
Text Example
White with #E68DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DAB; }
p { color: rgb(230,141,171); }
H1.HeaderClassName
{
color: #E68DAB;
}
.AnyTagClassName
{
color: #E68DAB;
}
</style>
background-color css
<style>
a { background-color: #E68DAB; }
a { background-color: rgb(230,141,171); }
div.DivClassName
{
background-color: #E68DAB;
}
.BgClassName
{
background-color: #E68DAB;
}
</style>
border-color css
<style>
span { border-color: #E68DAB; }
span { border-color: rgb(230,141,171); }
td.TdClassName
{
border-color: #E68DAB;
}
.TagClassName
{
border-color: #E68DAB;
}
</style>