Shades of Kobi #E698A9
Tints of Kobi #E698A9
RGB
CMYK
RGB Variations
Color information
#E698A9 (or 0xE698A9) is known color: Kobi. HEX triplet: E6, 98 and A9. RGB value is (230,152,169). Sum of RGB (Red+Green+Blue) = 230+152+169=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E698A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E698A9 is #196756. Grayscale: #B1B1B1. Windows color (decimal): -1664855 or 11114726. OLE color: 11114726.
HSL color Cylindrical-coordinate representation of color #E698A9: hue angle of 346.92º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E698A9 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 169 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.10 |
| HSL | 346.92º | 0.61% | 0.75% | - |
| HSV(B) | 346.92º | 0.34% | 0.9% | - |
| XYZ | 51.02 | 42.14 | 42.98 | - |
| YUV | 177.26 | 123.34 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 169 | 0 | 0.34 | 0.27 | 0.10 | 346.92 | 0.61 | 0.75 |
| Hex | E6 | 98 | A9 | 0 | 22 | 1B | A | 15B | 3D | 4B |
| Octal | 346 | 230 | 251 | 0 | 42 | 33 | 12 | 533 | 75 | 113 |
| Binary | 11100110 | 10011000 | 10101001 | 0 | 100010 | 11011 | 1010 | 101011011 | 111101 | 1001011 |
Color Harmonies of #E698A9
Complementary color
Monochromatic Colors of #E698A9
Black with #E698A9
Text Example
Text Example
White with #E698A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698A9; }
p { color: rgb(230,152,169); }
H1.HeaderClassName
{
color: #E698A9;
}
.AnyTagClassName
{
color: #E698A9;
}
</style>
background-color css
<style>
a { background-color: #E698A9; }
a { background-color: rgb(230,152,169); }
div.DivClassName
{
background-color: #E698A9;
}
.BgClassName
{
background-color: #E698A9;
}
</style>
border-color css
<style>
span { border-color: #E698A9; }
span { border-color: rgb(230,152,169); }
td.TdClassName
{
border-color: #E698A9;
}
.TagClassName
{
border-color: #E698A9;
}
</style>