Shades of Kobi #E292A6
Tints of Kobi #E292A6
RGB
CMYK
RGB Variations
Color information
#E292A6 (or 0xE292A6) is known color: Kobi. HEX triplet: E2, 92 and A6. RGB value is (226,146,166). Sum of RGB (Red+Green+Blue) = 226+146+166=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 146 (57.42% from 255 or 27.14% from 538); Blue value is 166 (65.23% from 255 or 30.86% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E292A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E292A6 is #1D6D59. Grayscale: #ACACAC. Windows color (decimal): -1928538 or 10916578. OLE color: 10916578.
HSL color Cylindrical-coordinate representation of color #E292A6: hue angle of 345º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E292A6 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 166 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.11 |
| HSL | 345º | 0.58% | 0.73% | - |
| HSV(B) | 345º | 0.35% | 0.89% | - |
| XYZ | 48.53 | 39.48 | 41.14 | - |
| YUV | 172.2 | 124.5 | 166.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 166 | 0 | 0.35 | 0.27 | 0.11 | 345 | 0.58 | 0.73 |
| Hex | E2 | 92 | A6 | 0 | 23 | 1B | B | 159 | 3A | 49 |
| Octal | 342 | 222 | 246 | 0 | 43 | 33 | 13 | 531 | 72 | 111 |
| Binary | 11100010 | 10010010 | 10100110 | 0 | 100011 | 11011 | 1011 | 101011001 | 111010 | 1001001 |
Color Harmonies of #E292A6
Complementary color
Monochromatic Colors of #E292A6
Black with #E292A6
Text Example
Text Example
White with #E292A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292A6; }
p { color: rgb(226,146,166); }
H1.HeaderClassName
{
color: #E292A6;
}
.AnyTagClassName
{
color: #E292A6;
}
</style>
background-color css
<style>
a { background-color: #E292A6; }
a { background-color: rgb(226,146,166); }
div.DivClassName
{
background-color: #E292A6;
}
.BgClassName
{
background-color: #E292A6;
}
</style>
border-color css
<style>
span { border-color: #E292A6; }
span { border-color: rgb(226,146,166); }
td.TdClassName
{
border-color: #E292A6;
}
.TagClassName
{
border-color: #E292A6;
}
</style>