Shades of Kobi #E690AC
Tints of Kobi #E690AC
RGB
CMYK
RGB Variations
Color information
#E690AC (or 0xE690AC) is known color: Kobi. HEX triplet: E6, 90 and AC. RGB value is (230,144,172). Sum of RGB (Red+Green+Blue) = 230+144+172=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E690AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690AC is #196F53. Grayscale: #ACACAC. Windows color (decimal): -1666900 or 11309286. OLE color: 11309286.
HSL color Cylindrical-coordinate representation of color #E690AC: hue angle of 340.47º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690AC is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 172 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.10 |
| HSL | 340.47º | 0.63% | 0.73% | - |
| HSV(B) | 340.47º | 0.37% | 0.9% | - |
| XYZ | 50.05 | 39.75 | 44.06 | - |
| YUV | 172.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 172 | 0 | 0.37 | 0.25 | 0.10 | 340.47 | 0.63 | 0.73 |
| Hex | E6 | 90 | AC | 0 | 25 | 19 | A | 154 | 3F | 49 |
| Octal | 346 | 220 | 254 | 0 | 45 | 31 | 12 | 524 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10101100 | 0 | 100101 | 11001 | 1010 | 101010100 | 111111 | 1001001 |
Color Harmonies of #E690AC
Complementary color
Monochromatic Colors of #E690AC
Black with #E690AC
Text Example
Text Example
White with #E690AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690AC; }
p { color: rgb(230,144,172); }
H1.HeaderClassName
{
color: #E690AC;
}
.AnyTagClassName
{
color: #E690AC;
}
</style>
background-color css
<style>
a { background-color: #E690AC; }
a { background-color: rgb(230,144,172); }
div.DivClassName
{
background-color: #E690AC;
}
.BgClassName
{
background-color: #E690AC;
}
</style>
border-color css
<style>
span { border-color: #E690AC; }
span { border-color: rgb(230,144,172); }
td.TdClassName
{
border-color: #E690AC;
}
.TagClassName
{
border-color: #E690AC;
}
</style>