Shades of Kobi #E697AC
Tints of Kobi #E697AC
RGB
CMYK
RGB Variations
Color information
#E697AC (or 0xE697AC) is known color: Kobi. HEX triplet: E6, 97 and AC. RGB value is (230,151,172). Sum of RGB (Red+Green+Blue) = 230+151+172=553 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.59% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 230 - color contains mainly: red. Hex color #E697AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E697AC is #196853. Grayscale: #B1B1B1. Windows color (decimal): -1665108 or 11311078. OLE color: 11311078.
HSL color Cylindrical-coordinate representation of color #E697AC: hue angle of 344.05º 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 #E697AC is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 172 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.10 |
| HSL | 344.05º | 0.61% | 0.75% | - |
| HSV(B) | 344.05º | 0.34% | 0.9% | - |
| XYZ | 51.15 | 41.93 | 44.43 | - |
| YUV | 177.02 | 125.17 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 172 | 0 | 0.34 | 0.25 | 0.10 | 344.05 | 0.61 | 0.75 |
| Hex | E6 | 97 | AC | 0 | 22 | 19 | A | 158 | 3D | 4B |
| Octal | 346 | 227 | 254 | 0 | 42 | 31 | 12 | 530 | 75 | 113 |
| Binary | 11100110 | 10010111 | 10101100 | 0 | 100010 | 11001 | 1010 | 101011000 | 111101 | 1001011 |
Color Harmonies of #E697AC
Complementary color
Monochromatic Colors of #E697AC
Black with #E697AC
Text Example
Text Example
White with #E697AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697AC; }
p { color: rgb(230,151,172); }
H1.HeaderClassName
{
color: #E697AC;
}
.AnyTagClassName
{
color: #E697AC;
}
</style>
background-color css
<style>
a { background-color: #E697AC; }
a { background-color: rgb(230,151,172); }
div.DivClassName
{
background-color: #E697AC;
}
.BgClassName
{
background-color: #E697AC;
}
</style>
border-color css
<style>
span { border-color: #E697AC; }
span { border-color: rgb(230,151,172); }
td.TdClassName
{
border-color: #E697AC;
}
.TagClassName
{
border-color: #E697AC;
}
</style>