Shades of Kobi #E698AD
Tints of Kobi #E698AD
RGB
CMYK
RGB Variations
Color information
#E698AD (or 0xE698AD) is known color: Kobi. HEX triplet: E6, 98 and AD. RGB value is (230,152,173). Sum of RGB (Red+Green+Blue) = 230+152+173=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E698AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E698AD is #196752. Grayscale: #B1B1B1. Windows color (decimal): -1664851 or 11376870. OLE color: 11376870.
HSL color Cylindrical-coordinate representation of color #E698AD: hue angle of 343.85º 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 #E698AD is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 152 | 173 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.10 |
| HSL | 343.85º | 0.61% | 0.75% | - |
| HSV(B) | 343.85º | 0.34% | 0.9% | - |
| XYZ | 51.4 | 42.3 | 44.99 | - |
| YUV | 177.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 152 | 173 | 0 | 0.34 | 0.25 | 0.10 | 343.85 | 0.61 | 0.75 |
| Hex | E6 | 98 | AD | 0 | 22 | 19 | A | 158 | 3D | 4B |
| Octal | 346 | 230 | 255 | 0 | 42 | 31 | 12 | 530 | 75 | 113 |
| Binary | 11100110 | 10011000 | 10101101 | 0 | 100010 | 11001 | 1010 | 101011000 | 111101 | 1001011 |
Color Harmonies of #E698AD
Complementary color
Monochromatic Colors of #E698AD
Black with #E698AD
Text Example
Text Example
White with #E698AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E698AD; }
p { color: rgb(230,152,173); }
H1.HeaderClassName
{
color: #E698AD;
}
.AnyTagClassName
{
color: #E698AD;
}
</style>
background-color css
<style>
a { background-color: #E698AD; }
a { background-color: rgb(230,152,173); }
div.DivClassName
{
background-color: #E698AD;
}
.BgClassName
{
background-color: #E698AD;
}
</style>
border-color css
<style>
span { border-color: #E698AD; }
span { border-color: rgb(230,152,173); }
td.TdClassName
{
border-color: #E698AD;
}
.TagClassName
{
border-color: #E698AD;
}
</style>