Shades of Kobi #E690AD
Tints of Kobi #E690AD
RGB
CMYK
RGB Variations
Color information
#E690AD (or 0xE690AD) is known color: Kobi. HEX triplet: E6, 90 and AD. RGB value is (230,144,173). Sum of RGB (Red+Green+Blue) = 230+144+173=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E690AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E690AD is #196F52. Grayscale: #ACACAC. Windows color (decimal): -1666899 or 11374822. OLE color: 11374822.
HSL color Cylindrical-coordinate representation of color #E690AD: hue angle of 339.77º 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 #E690AD is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 173 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.10 |
| HSL | 339.77º | 0.63% | 0.73% | - |
| HSV(B) | 339.77º | 0.37% | 0.9% | - |
| XYZ | 50.15 | 39.79 | 44.57 | - |
| YUV | 173.02 | 127.99 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 173 | 0 | 0.37 | 0.25 | 0.10 | 339.77 | 0.63 | 0.73 |
| Hex | E6 | 90 | AD | 0 | 25 | 19 | A | 154 | 3F | 49 |
| Octal | 346 | 220 | 255 | 0 | 45 | 31 | 12 | 524 | 77 | 111 |
| Binary | 11100110 | 10010000 | 10101101 | 0 | 100101 | 11001 | 1010 | 101010100 | 111111 | 1001001 |
Color Harmonies of #E690AD
Complementary color
Monochromatic Colors of #E690AD
Black with #E690AD
Text Example
Text Example
White with #E690AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E690AD; }
p { color: rgb(230,144,173); }
H1.HeaderClassName
{
color: #E690AD;
}
.AnyTagClassName
{
color: #E690AD;
}
</style>
background-color css
<style>
a { background-color: #E690AD; }
a { background-color: rgb(230,144,173); }
div.DivClassName
{
background-color: #E690AD;
}
.BgClassName
{
background-color: #E690AD;
}
</style>
border-color css
<style>
span { border-color: #E690AD; }
span { border-color: rgb(230,144,173); }
td.TdClassName
{
border-color: #E690AD;
}
.TagClassName
{
border-color: #E690AD;
}
</style>