Shades of Kobi #E292AC
Tints of Kobi #E292AC
RGB
CMYK
RGB Variations
Color information
#E292AC (or 0xE292AC) is known color: Kobi. HEX triplet: E2, 92 and AC. RGB value is (226,146,172). Sum of RGB (Red+Green+Blue) = 226+146+172=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 172 (67.58% from 255 or 31.62% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E292AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E292AC is #1D6D53. Grayscale: #ACACAC. Windows color (decimal): -1928532 or 11309794. OLE color: 11309794.
HSL color Cylindrical-coordinate representation of color #E292AC: hue angle of 340.5º 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 #E292AC is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 172 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.11 |
| HSL | 340.5º | 0.58% | 0.73% | - |
| HSV(B) | 340.5º | 0.35% | 0.89% | - |
| XYZ | 49.09 | 39.71 | 44.11 | - |
| YUV | 172.88 | 127.5 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 172 | 0 | 0.35 | 0.24 | 0.11 | 340.5 | 0.58 | 0.73 |
| Hex | E2 | 92 | AC | 0 | 23 | 18 | B | 154 | 3A | 49 |
| Octal | 342 | 222 | 254 | 0 | 43 | 30 | 13 | 524 | 72 | 111 |
| Binary | 11100010 | 10010010 | 10101100 | 0 | 100011 | 11000 | 1011 | 101010100 | 111010 | 1001001 |
Color Harmonies of #E292AC
Complementary color
Monochromatic Colors of #E292AC
Black with #E292AC
Text Example
Text Example
White with #E292AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292AC; }
p { color: rgb(226,146,172); }
H1.HeaderClassName
{
color: #E292AC;
}
.AnyTagClassName
{
color: #E292AC;
}
</style>
background-color css
<style>
a { background-color: #E292AC; }
a { background-color: rgb(226,146,172); }
div.DivClassName
{
background-color: #E292AC;
}
.BgClassName
{
background-color: #E292AC;
}
</style>
border-color css
<style>
span { border-color: #E292AC; }
span { border-color: rgb(226,146,172); }
td.TdClassName
{
border-color: #E292AC;
}
.TagClassName
{
border-color: #E292AC;
}
</style>