Shades of Kobi #E697AB
Tints of Kobi #E697AB
RGB
CMYK
RGB Variations
Color information
#E697AB (or 0xE697AB) is known color: Kobi. HEX triplet: E6, 97 and AB. RGB value is (230,151,171). Sum of RGB (Red+Green+Blue) = 230+151+171=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 151 (59.38% from 255 or 27.36% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E697AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E697AB is #196854. Grayscale: #B0B0B0. Windows color (decimal): -1665109 or 11245542. OLE color: 11245542.
HSL color Cylindrical-coordinate representation of color #E697AB: hue angle of 344.81º 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 #E697AB is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 171 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.10 |
| HSL | 344.81º | 0.61% | 0.75% | - |
| HSV(B) | 344.81º | 0.34% | 0.9% | - |
| XYZ | 51.05 | 41.9 | 43.92 | - |
| YUV | 176.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 171 | 0 | 0.34 | 0.26 | 0.10 | 344.81 | 0.61 | 0.75 |
| Hex | E6 | 97 | AB | 0 | 22 | 1A | A | 159 | 3D | 4B |
| Octal | 346 | 227 | 253 | 0 | 42 | 32 | 12 | 531 | 75 | 113 |
| Binary | 11100110 | 10010111 | 10101011 | 0 | 100010 | 11010 | 1010 | 101011001 | 111101 | 1001011 |
Color Harmonies of #E697AB
Complementary color
Monochromatic Colors of #E697AB
Black with #E697AB
Text Example
Text Example
White with #E697AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697AB; }
p { color: rgb(230,151,171); }
H1.HeaderClassName
{
color: #E697AB;
}
.AnyTagClassName
{
color: #E697AB;
}
</style>
background-color css
<style>
a { background-color: #E697AB; }
a { background-color: rgb(230,151,171); }
div.DivClassName
{
background-color: #E697AB;
}
.BgClassName
{
background-color: #E697AB;
}
</style>
border-color css
<style>
span { border-color: #E697AB; }
span { border-color: rgb(230,151,171); }
td.TdClassName
{
border-color: #E697AB;
}
.TagClassName
{
border-color: #E697AB;
}
</style>