Shades of Kobi #E291A1
Tints of Kobi #E291A1
RGB
CMYK
RGB Variations
Color information
#E291A1 (or 0xE291A1) is known color: Kobi. HEX triplet: E2, 91 and A1. RGB value is (226,145,161). Sum of RGB (Red+Green+Blue) = 226+145+161=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 145 (57.03% from 255 or 27.26% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E291A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291A1 is #1D6E5E. Grayscale: #ABABAB. Windows color (decimal): -1928799 or 10588642. OLE color: 10588642.
HSL color Cylindrical-coordinate representation of color #E291A1: hue angle of 348.15º 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 #E291A1 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 161 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.11 |
| HSL | 348.15º | 0.58% | 0.73% | - |
| HSV(B) | 348.15º | 0.36% | 0.89% | - |
| XYZ | 47.92 | 38.99 | 38.72 | - |
| YUV | 171.04 | 122.34 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 161 | 0 | 0.36 | 0.29 | 0.11 | 348.15 | 0.58 | 0.73 |
| Hex | E2 | 91 | A1 | 0 | 24 | 1D | B | 15C | 3A | 49 |
| Octal | 342 | 221 | 241 | 0 | 44 | 35 | 13 | 534 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10100001 | 0 | 100100 | 11101 | 1011 | 101011100 | 111010 | 1001001 |
Color Harmonies of #E291A1
Complementary color
Monochromatic Colors of #E291A1
Black with #E291A1
Text Example
Text Example
White with #E291A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291A1; }
p { color: rgb(226,145,161); }
H1.HeaderClassName
{
color: #E291A1;
}
.AnyTagClassName
{
color: #E291A1;
}
</style>
background-color css
<style>
a { background-color: #E291A1; }
a { background-color: rgb(226,145,161); }
div.DivClassName
{
background-color: #E291A1;
}
.BgClassName
{
background-color: #E291A1;
}
</style>
border-color css
<style>
span { border-color: #E291A1; }
span { border-color: rgb(226,145,161); }
td.TdClassName
{
border-color: #E291A1;
}
.TagClassName
{
border-color: #E291A1;
}
</style>