Shades of Kobi #E692AF
Tints of Kobi #E692AF
RGB
CMYK
RGB Variations
Color information
#E692AF (or 0xE692AF) is known color: Kobi. HEX triplet: E6, 92 and AF. RGB value is (230,146,175). Sum of RGB (Red+Green+Blue) = 230+146+175=551 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.74% from 551); Green value is 146 (57.42% from 255 or 26.50% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 230 - color contains mainly: red. Hex color #E692AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E692AF is #196D50. Grayscale: #AEAEAE. Windows color (decimal): -1666385 or 11506406. OLE color: 11506406.
HSL color Cylindrical-coordinate representation of color #E692AF: hue angle of 339.29º 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 #E692AF is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 175 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.10 |
| HSL | 339.29º | 0.63% | 0.74% | - |
| HSV(B) | 339.29º | 0.37% | 0.9% | - |
| XYZ | 50.65 | 40.48 | 45.7 | - |
| YUV | 174.42 | 128.33 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 175 | 0 | 0.37 | 0.24 | 0.10 | 339.29 | 0.63 | 0.74 |
| Hex | E6 | 92 | AF | 0 | 25 | 18 | A | 153 | 3F | 4A |
| Octal | 346 | 222 | 257 | 0 | 45 | 30 | 12 | 523 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10101111 | 0 | 100101 | 11000 | 1010 | 101010011 | 111111 | 1001010 |
Color Harmonies of #E692AF
Complementary color
Monochromatic Colors of #E692AF
Black with #E692AF
Text Example
Text Example
White with #E692AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692AF; }
p { color: rgb(230,146,175); }
H1.HeaderClassName
{
color: #E692AF;
}
.AnyTagClassName
{
color: #E692AF;
}
</style>
background-color css
<style>
a { background-color: #E692AF; }
a { background-color: rgb(230,146,175); }
div.DivClassName
{
background-color: #E692AF;
}
.BgClassName
{
background-color: #E692AF;
}
</style>
border-color css
<style>
span { border-color: #E692AF; }
span { border-color: rgb(230,146,175); }
td.TdClassName
{
border-color: #E692AF;
}
.TagClassName
{
border-color: #E692AF;
}
</style>