Shades of Kobi #E692AD
Tints of Kobi #E692AD
RGB
CMYK
RGB Variations
Color information
#E692AD (or 0xE692AD) is known color: Kobi. HEX triplet: E6, 92 and AD. RGB value is (230,146,173). Sum of RGB (Red+Green+Blue) = 230+146+173=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 173 (67.97% from 255 or 31.51% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E692AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E692AD is #196D52. Grayscale: #AEAEAE. Windows color (decimal): -1666387 or 11375334. OLE color: 11375334.
HSL color Cylindrical-coordinate representation of color #E692AD: hue angle of 340.71º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E692AD is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 173 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.10 |
| HSL | 340.71º | 0.63% | 0.74% | - |
| HSV(B) | 340.71º | 0.37% | 0.9% | - |
| XYZ | 50.45 | 40.4 | 44.67 | - |
| YUV | 174.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 173 | 0 | 0.37 | 0.25 | 0.10 | 340.71 | 0.63 | 0.74 |
| Hex | E6 | 92 | AD | 0 | 25 | 19 | A | 155 | 3F | 4A |
| Octal | 346 | 222 | 255 | 0 | 45 | 31 | 12 | 525 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10101101 | 0 | 100101 | 11001 | 1010 | 101010101 | 111111 | 1001010 |
Color Harmonies of #E692AD
Complementary color
Monochromatic Colors of #E692AD
Black with #E692AD
Text Example
Text Example
White with #E692AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692AD; }
p { color: rgb(230,146,173); }
H1.HeaderClassName
{
color: #E692AD;
}
.AnyTagClassName
{
color: #E692AD;
}
</style>
background-color css
<style>
a { background-color: #E692AD; }
a { background-color: rgb(230,146,173); }
div.DivClassName
{
background-color: #E692AD;
}
.BgClassName
{
background-color: #E692AD;
}
</style>
border-color css
<style>
span { border-color: #E692AD; }
span { border-color: rgb(230,146,173); }
td.TdClassName
{
border-color: #E692AD;
}
.TagClassName
{
border-color: #E692AD;
}
</style>