Shades of Kobi #E697A9
Tints of Kobi #E697A9
RGB
CMYK
RGB Variations
Color information
#E697A9 (or 0xE697A9) is known color: Kobi. HEX triplet: E6, 97 and A9. RGB value is (230,151,169). Sum of RGB (Red+Green+Blue) = 230+151+169=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 169 (66.41% from 255 or 30.73% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E697A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E697A9 is #196856. Grayscale: #B0B0B0. Windows color (decimal): -1665111 or 11114470. OLE color: 11114470.
HSL color Cylindrical-coordinate representation of color #E697A9: hue angle of 346.33º 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 #E697A9 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 169 | - |
| CMYK | 0 | 0.34 | 0.27 | 0.10 |
| HSL | 346.33º | 0.61% | 0.75% | - |
| HSV(B) | 346.33º | 0.34% | 0.9% | - |
| XYZ | 50.86 | 41.82 | 42.93 | - |
| YUV | 176.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 169 | 0 | 0.34 | 0.27 | 0.10 | 346.33 | 0.61 | 0.75 |
| Hex | E6 | 97 | A9 | 0 | 22 | 1B | A | 15A | 3D | 4B |
| Octal | 346 | 227 | 251 | 0 | 42 | 33 | 12 | 532 | 75 | 113 |
| Binary | 11100110 | 10010111 | 10101001 | 0 | 100010 | 11011 | 1010 | 101011010 | 111101 | 1001011 |
Color Harmonies of #E697A9
Complementary color
Monochromatic Colors of #E697A9
Black with #E697A9
Text Example
Text Example
White with #E697A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E697A9; }
p { color: rgb(230,151,169); }
H1.HeaderClassName
{
color: #E697A9;
}
.AnyTagClassName
{
color: #E697A9;
}
</style>
background-color css
<style>
a { background-color: #E697A9; }
a { background-color: rgb(230,151,169); }
div.DivClassName
{
background-color: #E697A9;
}
.BgClassName
{
background-color: #E697A9;
}
</style>
border-color css
<style>
span { border-color: #E697A9; }
span { border-color: rgb(230,151,169); }
td.TdClassName
{
border-color: #E697A9;
}
.TagClassName
{
border-color: #E697A9;
}
</style>