Shades of Kobi #E68AA9
Tints of Kobi #E68AA9
RGB
CMYK
RGB Variations
Color information
#E68AA9 (or 0xE68AA9) is known color: Kobi. HEX triplet: E6, 8A and A9. RGB value is (230,138,169). Sum of RGB (Red+Green+Blue) = 230+138+169=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 138 (54.30% from 255 or 25.70% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E68AA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68AA9 is #197556. Grayscale: #A9A9A9. Windows color (decimal): -1668439 or 11111142. OLE color: 11111142.
HSL color Cylindrical-coordinate representation of color #E68AA9: hue angle of 339.78º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68AA9 is Cyan = 0, Magento = 0.4, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 138 | 169 | - |
| CMYK | 0 | 0.4 | 0.27 | 0.10 |
| HSL | 339.78º | 0.65% | 0.72% | - |
| HSV(B) | 339.78º | 0.4% | 0.9% | - |
| XYZ | 48.88 | 37.86 | 42.27 | - |
| YUV | 169.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 138 | 169 | 0 | 0.4 | 0.27 | 0.10 | 339.78 | 0.65 | 0.72 |
| Hex | E6 | 8A | A9 | 0 | 28 | 1B | A | 154 | 41 | 48 |
| Octal | 346 | 212 | 251 | 0 | 50 | 33 | 12 | 524 | 101 | 110 |
| Binary | 11100110 | 10001010 | 10101001 | 0 | 101000 | 11011 | 1010 | 101010100 | 1000001 | 1001000 |
Color Harmonies of #E68AA9
Complementary color
Monochromatic Colors of #E68AA9
Black with #E68AA9
Text Example
Text Example
White with #E68AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68AA9; }
p { color: rgb(230,138,169); }
H1.HeaderClassName
{
color: #E68AA9;
}
.AnyTagClassName
{
color: #E68AA9;
}
</style>
background-color css
<style>
a { background-color: #E68AA9; }
a { background-color: rgb(230,138,169); }
div.DivClassName
{
background-color: #E68AA9;
}
.BgClassName
{
background-color: #E68AA9;
}
</style>
border-color css
<style>
span { border-color: #E68AA9; }
span { border-color: rgb(230,138,169); }
td.TdClassName
{
border-color: #E68AA9;
}
.TagClassName
{
border-color: #E68AA9;
}
</style>