Shades of Kobi #E698AF
Tints of Kobi #E698AF
RGB
CMYK
RGB Variations
Color information
#E698AF (or 0xE698AF) is known color: Kobi. HEX triplet: E6, 98 and AF. RGB value is (230,152,175). Sum of RGB (Red+Green+Blue) = 230+152+175=557 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.29% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 230 - color contains mainly: red. Hex color #E698AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E698AF is #196750. Grayscale: #B1B1B1. Windows color (decimal): -1664849 or 11507942. OLE color: 11507942.
HSL color Cylindrical-coordinate representation of color #E698AF: hue angle of 342.31º 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 #E698AF is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 175 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.10 |
| HSL | 342.31º | 0.61% | 0.75% | - |
| HSV(B) | 342.31º | 0.34% | 0.9% | - |
| XYZ | 51.6 | 42.37 | 46.02 | - |
| YUV | 177.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 175 | 0 | 0.34 | 0.24 | 0.10 | 342.31 | 0.61 | 0.75 |
| Hex | E6 | 98 | AF | 0 | 22 | 18 | A | 156 | 3D | 4B |
| Octal | 346 | 230 | 257 | 0 | 42 | 30 | 12 | 526 | 75 | 113 |
| Binary | 11100110 | 10011000 | 10101111 | 0 | 100010 | 11000 | 1010 | 101010110 | 111101 | 1001011 |
Color Harmonies of #E698AF
Complementary color
Monochromatic Colors of #E698AF
Black with #E698AF
Text Example
Text Example
White with #E698AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698AF; }
p { color: rgb(230,152,175); }
H1.HeaderClassName
{
color: #E698AF;
}
.AnyTagClassName
{
color: #E698AF;
}
</style>
background-color css
<style>
a { background-color: #E698AF; }
a { background-color: rgb(230,152,175); }
div.DivClassName
{
background-color: #E698AF;
}
.BgClassName
{
background-color: #E698AF;
}
</style>
border-color css
<style>
span { border-color: #E698AF; }
span { border-color: rgb(230,152,175); }
td.TdClassName
{
border-color: #E698AF;
}
.TagClassName
{
border-color: #E698AF;
}
</style>