Shades of Kobi #E690AF
Tints of Kobi #E690AF
RGB
CMYK
RGB Variations
Color information
#E690AF (or 0xE690AF) is known color: Kobi. HEX triplet: E6, 90 and AF. RGB value is (230,144,175). Sum of RGB (Red+Green+Blue) = 230+144+175=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 175 (68.75% from 255 or 31.88% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E690AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690AF is #196F50. Grayscale: #ADADAD. Windows color (decimal): -1666897 or 11505894. OLE color: 11505894.
HSL color Cylindrical-coordinate representation of color #E690AF: hue angle of 338.37º 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 #E690AF is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 175 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.10 |
| HSL | 338.37º | 0.63% | 0.73% | - |
| HSV(B) | 338.37º | 0.37% | 0.9% | - |
| XYZ | 50.34 | 39.86 | 45.6 | - |
| YUV | 173.25 | 128.99 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 175 | 0 | 0.37 | 0.24 | 0.10 | 338.37 | 0.63 | 0.73 |
| Hex | E6 | 90 | AF | 0 | 25 | 18 | A | 152 | 3F | 49 |
| Octal | 346 | 220 | 257 | 0 | 45 | 30 | 12 | 522 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10101111 | 0 | 100101 | 11000 | 1010 | 101010010 | 111111 | 1001001 |
Color Harmonies of #E690AF
Complementary color
Monochromatic Colors of #E690AF
Black with #E690AF
Text Example
Text Example
White with #E690AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690AF; }
p { color: rgb(230,144,175); }
H1.HeaderClassName
{
color: #E690AF;
}
.AnyTagClassName
{
color: #E690AF;
}
</style>
background-color css
<style>
a { background-color: #E690AF; }
a { background-color: rgb(230,144,175); }
div.DivClassName
{
background-color: #E690AF;
}
.BgClassName
{
background-color: #E690AF;
}
</style>
border-color css
<style>
span { border-color: #E690AF; }
span { border-color: rgb(230,144,175); }
td.TdClassName
{
border-color: #E690AF;
}
.TagClassName
{
border-color: #E690AF;
}
</style>