Shades of Kobi #E291A5
Tints of Kobi #E291A5
RGB
CMYK
RGB Variations
Color information
#E291A5 (or 0xE291A5) is known color: Kobi. HEX triplet: E2, 91 and A5. RGB value is (226,145,165). Sum of RGB (Red+Green+Blue) = 226+145+165=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 145 (57.03% from 255 or 27.05% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E291A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291A5 is #1D6E5A. Grayscale: #ABABAB. Windows color (decimal): -1928795 or 10850786. OLE color: 10850786.
HSL color Cylindrical-coordinate representation of color #E291A5: hue angle of 345.19º 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 #E291A5 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 165 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.11 |
| HSL | 345.19º | 0.58% | 0.73% | - |
| HSV(B) | 345.19º | 0.36% | 0.89% | - |
| XYZ | 48.28 | 39.14 | 40.61 | - |
| YUV | 171.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 165 | 0 | 0.36 | 0.27 | 0.11 | 345.19 | 0.58 | 0.73 |
| Hex | E2 | 91 | A5 | 0 | 24 | 1B | B | 159 | 3A | 49 |
| Octal | 342 | 221 | 245 | 0 | 44 | 33 | 13 | 531 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10100101 | 0 | 100100 | 11011 | 1011 | 101011001 | 111010 | 1001001 |
Color Harmonies of #E291A5
Complementary color
Monochromatic Colors of #E291A5
Black with #E291A5
Text Example
Text Example
White with #E291A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291A5; }
p { color: rgb(226,145,165); }
H1.HeaderClassName
{
color: #E291A5;
}
.AnyTagClassName
{
color: #E291A5;
}
</style>
background-color css
<style>
a { background-color: #E291A5; }
a { background-color: rgb(226,145,165); }
div.DivClassName
{
background-color: #E291A5;
}
.BgClassName
{
background-color: #E291A5;
}
</style>
border-color css
<style>
span { border-color: #E291A5; }
span { border-color: rgb(226,145,165); }
td.TdClassName
{
border-color: #E291A5;
}
.TagClassName
{
border-color: #E291A5;
}
</style>