Shades of Kobi #E291A8
Tints of Kobi #E291A8
RGB
CMYK
RGB Variations
Color information
#E291A8 (or 0xE291A8) is known color: Kobi. HEX triplet: E2, 91 and A8. RGB value is (226,145,168). Sum of RGB (Red+Green+Blue) = 226+145+168=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 226 - color contains mainly: red. Hex color #E291A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291A8 is #1D6E57. Grayscale: #ABABAB. Windows color (decimal): -1928792 or 11047394. OLE color: 11047394.
HSL color Cylindrical-coordinate representation of color #E291A8: hue angle of 342.96º 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 #E291A8 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 168 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.11 |
| HSL | 342.96º | 0.58% | 0.73% | - |
| HSV(B) | 342.96º | 0.36% | 0.89% | - |
| XYZ | 48.56 | 39.25 | 42.06 | - |
| YUV | 171.84 | 125.84 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 168 | 0 | 0.36 | 0.26 | 0.11 | 342.96 | 0.58 | 0.73 |
| Hex | E2 | 91 | A8 | 0 | 24 | 1A | B | 157 | 3A | 49 |
| Octal | 342 | 221 | 250 | 0 | 44 | 32 | 13 | 527 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10101000 | 0 | 100100 | 11010 | 1011 | 101010111 | 111010 | 1001001 |
Color Harmonies of #E291A8
Complementary color
Monochromatic Colors of #E291A8
Black with #E291A8
Text Example
Text Example
White with #E291A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291A8; }
p { color: rgb(226,145,168); }
H1.HeaderClassName
{
color: #E291A8;
}
.AnyTagClassName
{
color: #E291A8;
}
</style>
background-color css
<style>
a { background-color: #E291A8; }
a { background-color: rgb(226,145,168); }
div.DivClassName
{
background-color: #E291A8;
}
.BgClassName
{
background-color: #E291A8;
}
</style>
border-color css
<style>
span { border-color: #E291A8; }
span { border-color: rgb(226,145,168); }
td.TdClassName
{
border-color: #E291A8;
}
.TagClassName
{
border-color: #E291A8;
}
</style>