Shades of Kobi #E291AA
Tints of Kobi #E291AA
RGB
CMYK
RGB Variations
Color information
#E291AA (or 0xE291AA) is known color: Kobi. HEX triplet: E2, 91 and AA. RGB value is (226,145,170). Sum of RGB (Red+Green+Blue) = 226+145+170=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 226 - color contains mainly: red. Hex color #E291AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E291AA is #1D6E55. Grayscale: #ACACAC. Windows color (decimal): -1928790 or 11178466. OLE color: 11178466.
HSL color Cylindrical-coordinate representation of color #E291AA: hue angle of 341.48º 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 #E291AA is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 145 | 170 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.11 |
| HSL | 341.48º | 0.58% | 0.73% | - |
| HSV(B) | 341.48º | 0.36% | 0.89% | - |
| XYZ | 48.75 | 39.32 | 43.05 | - |
| YUV | 172.07 | 126.84 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 145 | 170 | 0 | 0.36 | 0.25 | 0.11 | 341.48 | 0.58 | 0.73 |
| Hex | E2 | 91 | AA | 0 | 24 | 19 | B | 155 | 3A | 49 |
| Octal | 342 | 221 | 252 | 0 | 44 | 31 | 13 | 525 | 72 | 111 |
| Binary | 11100010 | 10010001 | 10101010 | 0 | 100100 | 11001 | 1011 | 101010101 | 111010 | 1001001 |
Color Harmonies of #E291AA
Complementary color
Monochromatic Colors of #E291AA
Black with #E291AA
Text Example
Text Example
White with #E291AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E291AA; }
p { color: rgb(226,145,170); }
H1.HeaderClassName
{
color: #E291AA;
}
.AnyTagClassName
{
color: #E291AA;
}
</style>
background-color css
<style>
a { background-color: #E291AA; }
a { background-color: rgb(226,145,170); }
div.DivClassName
{
background-color: #E291AA;
}
.BgClassName
{
background-color: #E291AA;
}
</style>
border-color css
<style>
span { border-color: #E291AA; }
span { border-color: rgb(226,145,170); }
td.TdClassName
{
border-color: #E291AA;
}
.TagClassName
{
border-color: #E291AA;
}
</style>