Shades of Kobi #E291AE
Tints of Kobi #E291AE
RGB
CMYK
RGB Variations
Color information
#E291AE (or 0xE291AE) is known color: Kobi. HEX triplet: E2, 91 and AE. RGB value is (226,145,174). Sum of RGB (Red+Green+Blue) = 226+145+174=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E291AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291AE is #1D6E51. Grayscale: #ACACAC. Windows color (decimal): -1928786 or 11440610. OLE color: 11440610.
HSL color Cylindrical-coordinate representation of color #E291AE: hue angle of 338.52º 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 #E291AE is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 174 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.11 |
| HSL | 338.52º | 0.58% | 0.73% | - |
| HSV(B) | 338.52º | 0.36% | 0.89% | - |
| XYZ | 49.13 | 39.48 | 45.07 | - |
| YUV | 172.53 | 128.84 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 174 | 0 | 0.36 | 0.23 | 0.11 | 338.52 | 0.58 | 0.73 |
| Hex | E2 | 91 | AE | 0 | 24 | 17 | B | 153 | 3A | 49 |
| Octal | 342 | 221 | 256 | 0 | 44 | 27 | 13 | 523 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10101110 | 0 | 100100 | 10111 | 1011 | 101010011 | 111010 | 1001001 |
Color Harmonies of #E291AE
Complementary color
Monochromatic Colors of #E291AE
Black with #E291AE
Text Example
Text Example
White with #E291AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291AE; }
p { color: rgb(226,145,174); }
H1.HeaderClassName
{
color: #E291AE;
}
.AnyTagClassName
{
color: #E291AE;
}
</style>
background-color css
<style>
a { background-color: #E291AE; }
a { background-color: rgb(226,145,174); }
div.DivClassName
{
background-color: #E291AE;
}
.BgClassName
{
background-color: #E291AE;
}
</style>
border-color css
<style>
span { border-color: #E291AE; }
span { border-color: rgb(226,145,174); }
td.TdClassName
{
border-color: #E291AE;
}
.TagClassName
{
border-color: #E291AE;
}
</style>