Shades of Kobi #E292A0
Tints of Kobi #E292A0
RGB
CMYK
RGB Variations
Color information
#E292A0 (or 0xE292A0) is known color: Kobi. HEX triplet: E2, 92 and A0. RGB value is (226,146,160). Sum of RGB (Red+Green+Blue) = 226+146+160=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 146 (57.42% from 255 or 27.44% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E292A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E292A0 is #1D6D5F. Grayscale: #ABABAB. Windows color (decimal): -1928544 or 10523362. OLE color: 10523362.
HSL color Cylindrical-coordinate representation of color #E292A0: hue angle of 349.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 #E292A0 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 160 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.11 |
| HSL | 349.5º | 0.58% | 0.73% | - |
| HSV(B) | 349.5º | 0.35% | 0.89% | - |
| XYZ | 47.99 | 39.26 | 38.31 | - |
| YUV | 171.52 | 121.5 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 160 | 0 | 0.35 | 0.29 | 0.11 | 349.5 | 0.58 | 0.73 |
| Hex | E2 | 92 | A0 | 0 | 23 | 1D | B | 15E | 3A | 49 |
| Octal | 342 | 222 | 240 | 0 | 43 | 35 | 13 | 536 | 72 | 111 |
| Binary | 11100010 | 10010010 | 10100000 | 0 | 100011 | 11101 | 1011 | 101011110 | 111010 | 1001001 |
Color Harmonies of #E292A0
Complementary color
Monochromatic Colors of #E292A0
Black with #E292A0
Text Example
Text Example
White with #E292A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292A0; }
p { color: rgb(226,146,160); }
H1.HeaderClassName
{
color: #E292A0;
}
.AnyTagClassName
{
color: #E292A0;
}
</style>
background-color css
<style>
a { background-color: #E292A0; }
a { background-color: rgb(226,146,160); }
div.DivClassName
{
background-color: #E292A0;
}
.BgClassName
{
background-color: #E292A0;
}
</style>
border-color css
<style>
span { border-color: #E292A0; }
span { border-color: rgb(226,146,160); }
td.TdClassName
{
border-color: #E292A0;
}
.TagClassName
{
border-color: #E292A0;
}
</style>