Shades of Kobi #E291A0
Tints of Kobi #E291A0
RGB
CMYK
RGB Variations
Color information
#E291A0 (or 0xE291A0) is known color: Kobi. HEX triplet: E2, 91 and A0. RGB value is (226,145,160). Sum of RGB (Red+Green+Blue) = 226+145+160=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 145 (57.03% from 255 or 27.31% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E291A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291A0 is #1D6E5F. Grayscale: #AAAAAA. Windows color (decimal): -1928800 or 10523106. OLE color: 10523106.
HSL color Cylindrical-coordinate representation of color #E291A0: hue angle of 348.89º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E291A0 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 160 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.11 |
| HSL | 348.89º | 0.58% | 0.73% | - |
| HSV(B) | 348.89º | 0.36% | 0.89% | - |
| XYZ | 47.83 | 38.96 | 38.26 | - |
| YUV | 170.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 160 | 0 | 0.36 | 0.29 | 0.11 | 348.89 | 0.58 | 0.73 |
| Hex | E2 | 91 | A0 | 0 | 24 | 1D | B | 15D | 3A | 49 |
| Octal | 342 | 221 | 240 | 0 | 44 | 35 | 13 | 535 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10100000 | 0 | 100100 | 11101 | 1011 | 101011101 | 111010 | 1001001 |
Color Harmonies of #E291A0
Complementary color
Monochromatic Colors of #E291A0
Black with #E291A0
Text Example
Text Example
White with #E291A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291A0; }
p { color: rgb(226,145,160); }
H1.HeaderClassName
{
color: #E291A0;
}
.AnyTagClassName
{
color: #E291A0;
}
</style>
background-color css
<style>
a { background-color: #E291A0; }
a { background-color: rgb(226,145,160); }
div.DivClassName
{
background-color: #E291A0;
}
.BgClassName
{
background-color: #E291A0;
}
</style>
border-color css
<style>
span { border-color: #E291A0; }
span { border-color: rgb(226,145,160); }
td.TdClassName
{
border-color: #E291A0;
}
.TagClassName
{
border-color: #E291A0;
}
</style>