Shades of Kobi #E292A5
Tints of Kobi #E292A5
RGB
CMYK
RGB Variations
Color information
#E292A5 (or 0xE292A5) is known color: Kobi. HEX triplet: E2, 92 and A5. RGB value is (226,146,165). Sum of RGB (Red+Green+Blue) = 226+146+165=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 165 (64.84% from 255 or 30.73% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E292A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E292A5 is #1D6D5A. Grayscale: #ACACAC. Windows color (decimal): -1928539 or 10851042. OLE color: 10851042.
HSL color Cylindrical-coordinate representation of color #E292A5: hue angle of 345.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 #E292A5 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 146 | 165 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.11 |
| HSL | 345.75º | 0.58% | 0.73% | - |
| HSV(B) | 345.75º | 0.35% | 0.89% | - |
| XYZ | 48.43 | 39.44 | 40.66 | - |
| YUV | 172.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 146 | 165 | 0 | 0.35 | 0.27 | 0.11 | 345.75 | 0.58 | 0.73 |
| Hex | E2 | 92 | A5 | 0 | 23 | 1B | B | 15A | 3A | 49 |
| Octal | 342 | 222 | 245 | 0 | 43 | 33 | 13 | 532 | 72 | 111 |
| Binary | 11100010 | 10010010 | 10100101 | 0 | 100011 | 11011 | 1011 | 101011010 | 111010 | 1001001 |
Color Harmonies of #E292A5
Complementary color
Monochromatic Colors of #E292A5
Black with #E292A5
Text Example
Text Example
White with #E292A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E292A5; }
p { color: rgb(226,146,165); }
H1.HeaderClassName
{
color: #E292A5;
}
.AnyTagClassName
{
color: #E292A5;
}
</style>
background-color css
<style>
a { background-color: #E292A5; }
a { background-color: rgb(226,146,165); }
div.DivClassName
{
background-color: #E292A5;
}
.BgClassName
{
background-color: #E292A5;
}
</style>
border-color css
<style>
span { border-color: #E292A5; }
span { border-color: rgb(226,146,165); }
td.TdClassName
{
border-color: #E292A5;
}
.TagClassName
{
border-color: #E292A5;
}
</style>