Shades of Kobi #E28FA9
Tints of Kobi #E28FA9
RGB
CMYK
RGB Variations
Color information
#E28FA9 (or 0xE28FA9) is known color: Kobi. HEX triplet: E2, 8F and A9. RGB value is (226,143,169). Sum of RGB (Red+Green+Blue) = 226+143+169=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 169 (66.41% from 255 or 31.41% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28FA9 is #1D7056. Grayscale: #AAAAAA. Windows color (decimal): -1929303 or 11112418. OLE color: 11112418.
HSL color Cylindrical-coordinate representation of color #E28FA9: hue angle of 341.2º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E28FA9 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 169 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.11 |
| HSL | 341.2º | 0.59% | 0.72% | - |
| HSV(B) | 341.2º | 0.37% | 0.89% | - |
| XYZ | 48.35 | 38.68 | 42.45 | - |
| YUV | 170.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 169 | 0 | 0.37 | 0.25 | 0.11 | 341.2 | 0.59 | 0.72 |
| Hex | E2 | 8F | A9 | 0 | 25 | 19 | B | 155 | 3B | 48 |
| Octal | 342 | 217 | 251 | 0 | 45 | 31 | 13 | 525 | 73 | 110 |
| Binary | 11100010 | 10001111 | 10101001 | 0 | 100101 | 11001 | 1011 | 101010101 | 111011 | 1001000 |
Color Harmonies of #E28FA9
Complementary color
Monochromatic Colors of #E28FA9
Black with #E28FA9
Text Example
Text Example
White with #E28FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FA9; }
p { color: rgb(226,143,169); }
H1.HeaderClassName
{
color: #E28FA9;
}
.AnyTagClassName
{
color: #E28FA9;
}
</style>
background-color css
<style>
a { background-color: #E28FA9; }
a { background-color: rgb(226,143,169); }
div.DivClassName
{
background-color: #E28FA9;
}
.BgClassName
{
background-color: #E28FA9;
}
</style>
border-color css
<style>
span { border-color: #E28FA9; }
span { border-color: rgb(226,143,169); }
td.TdClassName
{
border-color: #E28FA9;
}
.TagClassName
{
border-color: #E28FA9;
}
</style>