Shades of Kobi #E68DA8
Tints of Kobi #E68DA8
RGB
CMYK
RGB Variations
Color information
#E68DA8 (or 0xE68DA8) is known color: Kobi. HEX triplet: E6, 8D and A8. RGB value is (230,141,168). Sum of RGB (Red+Green+Blue) = 230+141+168=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DA8 is #197257. Grayscale: #AAAAAA. Windows color (decimal): -1667672 or 11046374. OLE color: 11046374.
HSL color Cylindrical-coordinate representation of color #E68DA8: hue angle of 341.8º 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 #E68DA8 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 168 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.10 |
| HSL | 341.8º | 0.64% | 0.73% | - |
| HSV(B) | 341.8º | 0.39% | 0.9% | - |
| XYZ | 49.23 | 38.7 | 41.92 | - |
| YUV | 170.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 168 | 0 | 0.39 | 0.27 | 0.10 | 341.8 | 0.64 | 0.73 |
| Hex | E6 | 8D | A8 | 0 | 27 | 1B | A | 156 | 40 | 49 |
| Octal | 346 | 215 | 250 | 0 | 47 | 33 | 12 | 526 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10101000 | 0 | 100111 | 11011 | 1010 | 101010110 | 1000000 | 1001001 |
Color Harmonies of #E68DA8
Complementary color
Monochromatic Colors of #E68DA8
Black with #E68DA8
Text Example
Text Example
White with #E68DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DA8; }
p { color: rgb(230,141,168); }
H1.HeaderClassName
{
color: #E68DA8;
}
.AnyTagClassName
{
color: #E68DA8;
}
</style>
background-color css
<style>
a { background-color: #E68DA8; }
a { background-color: rgb(230,141,168); }
div.DivClassName
{
background-color: #E68DA8;
}
.BgClassName
{
background-color: #E68DA8;
}
</style>
border-color css
<style>
span { border-color: #E68DA8; }
span { border-color: rgb(230,141,168); }
td.TdClassName
{
border-color: #E68DA8;
}
.TagClassName
{
border-color: #E68DA8;
}
</style>