Shades of Kobi #E698AC
Tints of Kobi #E698AC
RGB
CMYK
RGB Variations
Color information
#E698AC (or 0xE698AC) is known color: Kobi. HEX triplet: E6, 98 and AC. RGB value is (230,152,172). Sum of RGB (Red+Green+Blue) = 230+152+172=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 152 (59.77% from 255 or 27.44% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E698AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E698AC is #196753. Grayscale: #B1B1B1. Windows color (decimal): -1664852 or 11311334. OLE color: 11311334.
HSL color Cylindrical-coordinate representation of color #E698AC: hue angle of 344.62º 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 #E698AC is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 172 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.10 |
| HSL | 344.62º | 0.61% | 0.75% | - |
| HSV(B) | 344.62º | 0.34% | 0.9% | - |
| XYZ | 51.31 | 42.26 | 44.48 | - |
| YUV | 177.6 | 124.84 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 172 | 0 | 0.34 | 0.25 | 0.10 | 344.62 | 0.61 | 0.75 |
| Hex | E6 | 98 | AC | 0 | 22 | 19 | A | 159 | 3D | 4B |
| Octal | 346 | 230 | 254 | 0 | 42 | 31 | 12 | 531 | 75 | 113 |
| Binary | 11100110 | 10011000 | 10101100 | 0 | 100010 | 11001 | 1010 | 101011001 | 111101 | 1001011 |
Color Harmonies of #E698AC
Complementary color
Monochromatic Colors of #E698AC
Black with #E698AC
Text Example
Text Example
White with #E698AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698AC; }
p { color: rgb(230,152,172); }
H1.HeaderClassName
{
color: #E698AC;
}
.AnyTagClassName
{
color: #E698AC;
}
</style>
background-color css
<style>
a { background-color: #E698AC; }
a { background-color: rgb(230,152,172); }
div.DivClassName
{
background-color: #E698AC;
}
.BgClassName
{
background-color: #E698AC;
}
</style>
border-color css
<style>
span { border-color: #E698AC; }
span { border-color: rgb(230,152,172); }
td.TdClassName
{
border-color: #E698AC;
}
.TagClassName
{
border-color: #E698AC;
}
</style>