Shades of Kobi #E697AF
Tints of Kobi #E697AF
RGB
CMYK
RGB Variations
Color information
#E697AF (or 0xE697AF) is known color: Kobi. HEX triplet: E6, 97 and AF. RGB value is (230,151,175). Sum of RGB (Red+Green+Blue) = 230+151+175=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E697AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E697AF is #196850. Grayscale: #B1B1B1. Windows color (decimal): -1665105 or 11507686. OLE color: 11507686.
HSL color Cylindrical-coordinate representation of color #E697AF: hue angle of 341.77º 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 #E697AF is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 175 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.10 |
| HSL | 341.77º | 0.61% | 0.75% | - |
| HSV(B) | 341.77º | 0.34% | 0.9% | - |
| XYZ | 51.44 | 42.05 | 45.96 | - |
| YUV | 177.36 | 126.67 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 175 | 0 | 0.34 | 0.24 | 0.10 | 341.77 | 0.61 | 0.75 |
| Hex | E6 | 97 | AF | 0 | 22 | 18 | A | 156 | 3D | 4B |
| Octal | 346 | 227 | 257 | 0 | 42 | 30 | 12 | 526 | 75 | 113 |
| Binary | 11100110 | 10010111 | 10101111 | 0 | 100010 | 11000 | 1010 | 101010110 | 111101 | 1001011 |
Color Harmonies of #E697AF
Complementary color
Monochromatic Colors of #E697AF
Black with #E697AF
Text Example
Text Example
White with #E697AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697AF; }
p { color: rgb(230,151,175); }
H1.HeaderClassName
{
color: #E697AF;
}
.AnyTagClassName
{
color: #E697AF;
}
</style>
background-color css
<style>
a { background-color: #E697AF; }
a { background-color: rgb(230,151,175); }
div.DivClassName
{
background-color: #E697AF;
}
.BgClassName
{
background-color: #E697AF;
}
</style>
border-color css
<style>
span { border-color: #E697AF; }
span { border-color: rgb(230,151,175); }
td.TdClassName
{
border-color: #E697AF;
}
.TagClassName
{
border-color: #E697AF;
}
</style>