Shades of Kobi #E68DAF
Tints of Kobi #E68DAF
RGB
CMYK
RGB Variations
Color information
#E68DAF (or 0xE68DAF) is known color: Kobi. HEX triplet: E6, 8D and AF. RGB value is (230,141,175). Sum of RGB (Red+Green+Blue) = 230+141+175=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E68DAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68DAF is #197250. Grayscale: #ABABAB. Windows color (decimal): -1667665 or 11505126. OLE color: 11505126.
HSL color Cylindrical-coordinate representation of color #E68DAF: hue angle of 337.08º 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 #E68DAF is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 141 | 175 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.10 |
| HSL | 337.08º | 0.64% | 0.73% | - |
| HSV(B) | 337.08º | 0.39% | 0.9% | - |
| XYZ | 49.9 | 38.97 | 45.45 | - |
| YUV | 171.49 | 129.99 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 141 | 175 | 0 | 0.39 | 0.24 | 0.10 | 337.08 | 0.64 | 0.73 |
| Hex | E6 | 8D | AF | 0 | 27 | 18 | A | 151 | 40 | 49 |
| Octal | 346 | 215 | 257 | 0 | 47 | 30 | 12 | 521 | 100 | 111 |
| Binary | 11100110 | 10001101 | 10101111 | 0 | 100111 | 11000 | 1010 | 101010001 | 1000000 | 1001001 |
Color Harmonies of #E68DAF
Complementary color
Monochromatic Colors of #E68DAF
Black with #E68DAF
Text Example
Text Example
White with #E68DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68DAF; }
p { color: rgb(230,141,175); }
H1.HeaderClassName
{
color: #E68DAF;
}
.AnyTagClassName
{
color: #E68DAF;
}
</style>
background-color css
<style>
a { background-color: #E68DAF; }
a { background-color: rgb(230,141,175); }
div.DivClassName
{
background-color: #E68DAF;
}
.BgClassName
{
background-color: #E68DAF;
}
</style>
border-color css
<style>
span { border-color: #E68DAF; }
span { border-color: rgb(230,141,175); }
td.TdClassName
{
border-color: #E68DAF;
}
.TagClassName
{
border-color: #E68DAF;
}
</style>