Shades of Kobi #E28FA6
Tints of Kobi #E28FA6
RGB
CMYK
RGB Variations
Color information
#E28FA6 (or 0xE28FA6) is known color: Kobi. HEX triplet: E2, 8F and A6. RGB value is (226,143,166). Sum of RGB (Red+Green+Blue) = 226+143+166=535 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.24% from 535); Green value is 143 (56.25% from 255 or 26.73% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28FA6 is #1D7059. Grayscale: #AAAAAA. Windows color (decimal): -1929306 or 10915810. OLE color: 10915810.
HSL color Cylindrical-coordinate representation of color #E28FA6: hue angle of 343.37º 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 #E28FA6 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 166 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.11 |
| HSL | 343.37º | 0.59% | 0.72% | - |
| HSV(B) | 343.37º | 0.37% | 0.89% | - |
| XYZ | 48.07 | 38.57 | 40.99 | - |
| YUV | 170.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 166 | 0 | 0.37 | 0.27 | 0.11 | 343.37 | 0.59 | 0.72 |
| Hex | E2 | 8F | A6 | 0 | 25 | 1B | B | 157 | 3B | 48 |
| Octal | 342 | 217 | 246 | 0 | 45 | 33 | 13 | 527 | 73 | 110 |
| Binary | 11100010 | 10001111 | 10100110 | 0 | 100101 | 11011 | 1011 | 101010111 | 111011 | 1001000 |
Color Harmonies of #E28FA6
Complementary color
Monochromatic Colors of #E28FA6
Black with #E28FA6
Text Example
Text Example
White with #E28FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FA6; }
p { color: rgb(226,143,166); }
H1.HeaderClassName
{
color: #E28FA6;
}
.AnyTagClassName
{
color: #E28FA6;
}
</style>
background-color css
<style>
a { background-color: #E28FA6; }
a { background-color: rgb(226,143,166); }
div.DivClassName
{
background-color: #E28FA6;
}
.BgClassName
{
background-color: #E28FA6;
}
</style>
border-color css
<style>
span { border-color: #E28FA6; }
span { border-color: rgb(226,143,166); }
td.TdClassName
{
border-color: #E28FA6;
}
.TagClassName
{
border-color: #E28FA6;
}
</style>