Shades of Kobi #E692A8
Tints of Kobi #E692A8
RGB
CMYK
RGB Variations
Color information
#E692A8 (or 0xE692A8) is known color: Kobi. HEX triplet: E6, 92 and A8. RGB value is (230,146,168). Sum of RGB (Red+Green+Blue) = 230+146+168=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 168 (66.02% from 255 or 30.88% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E692A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E692A8 is #196D57. Grayscale: #ADADAD. Windows color (decimal): -1666392 or 11047654. OLE color: 11047654.
HSL color Cylindrical-coordinate representation of color #E692A8: hue angle of 344.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 #E692A8 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 146 | 168 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.10 |
| HSL | 344.29º | 0.63% | 0.74% | - |
| HSV(B) | 344.29º | 0.37% | 0.9% | - |
| XYZ | 49.98 | 40.21 | 42.17 | - |
| YUV | 173.62 | 124.83 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 146 | 168 | 0 | 0.37 | 0.27 | 0.10 | 344.29 | 0.63 | 0.74 |
| Hex | E6 | 92 | A8 | 0 | 25 | 1B | A | 158 | 3F | 4A |
| Octal | 346 | 222 | 250 | 0 | 45 | 33 | 12 | 530 | 77 | 112 |
| Binary | 11100110 | 10010010 | 10101000 | 0 | 100101 | 11011 | 1010 | 101011000 | 111111 | 1001010 |
Color Harmonies of #E692A8
Complementary color
Monochromatic Colors of #E692A8
Black with #E692A8
Text Example
Text Example
White with #E692A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E692A8; }
p { color: rgb(230,146,168); }
H1.HeaderClassName
{
color: #E692A8;
}
.AnyTagClassName
{
color: #E692A8;
}
</style>
background-color css
<style>
a { background-color: #E692A8; }
a { background-color: rgb(230,146,168); }
div.DivClassName
{
background-color: #E692A8;
}
.BgClassName
{
background-color: #E692A8;
}
</style>
border-color css
<style>
span { border-color: #E692A8; }
span { border-color: rgb(230,146,168); }
td.TdClassName
{
border-color: #E692A8;
}
.TagClassName
{
border-color: #E692A8;
}
</style>