Shades of Kobi #E292A1
Tints of Kobi #E292A1
RGB
CMYK
RGB Variations
Color information
#E292A1 (or 0xE292A1) is known color: Kobi. HEX triplet: E2, 92 and A1. RGB value is (226,146,161). Sum of RGB (Red+Green+Blue) = 226+146+161=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 161 (63.28% from 255 or 30.21% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E292A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E292A1 is #1D6D5E. Grayscale: #ABABAB. Windows color (decimal): -1928543 or 10588898. OLE color: 10588898.
HSL color Cylindrical-coordinate representation of color #E292A1: hue angle of 348.75º 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 #E292A1 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 161 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.11 |
| HSL | 348.75º | 0.58% | 0.73% | - |
| HSV(B) | 348.75º | 0.35% | 0.89% | - |
| XYZ | 48.08 | 39.3 | 38.77 | - |
| YUV | 171.63 | 122 | 166.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 161 | 0 | 0.35 | 0.29 | 0.11 | 348.75 | 0.58 | 0.73 |
| Hex | E2 | 92 | A1 | 0 | 23 | 1D | B | 15D | 3A | 49 |
| Octal | 342 | 222 | 241 | 0 | 43 | 35 | 13 | 535 | 72 | 111 |
| Binary | 11100010 | 10010010 | 10100001 | 0 | 100011 | 11101 | 1011 | 101011101 | 111010 | 1001001 |
Color Harmonies of #E292A1
Complementary color
Monochromatic Colors of #E292A1
Black with #E292A1
Text Example
Text Example
White with #E292A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292A1; }
p { color: rgb(226,146,161); }
H1.HeaderClassName
{
color: #E292A1;
}
.AnyTagClassName
{
color: #E292A1;
}
</style>
background-color css
<style>
a { background-color: #E292A1; }
a { background-color: rgb(226,146,161); }
div.DivClassName
{
background-color: #E292A1;
}
.BgClassName
{
background-color: #E292A1;
}
</style>
border-color css
<style>
span { border-color: #E292A1; }
span { border-color: rgb(226,146,161); }
td.TdClassName
{
border-color: #E292A1;
}
.TagClassName
{
border-color: #E292A1;
}
</style>