Shades of Kobi #E28FAB
Tints of Kobi #E28FAB
RGB
CMYK
RGB Variations
Color information
#E28FAB (or 0xE28FAB) is known color: Kobi. HEX triplet: E2, 8F and AB. RGB value is (226,143,171). Sum of RGB (Red+Green+Blue) = 226+143+171=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E28FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28FAB is #1D7054. Grayscale: #AAAAAA. Windows color (decimal): -1929301 or 11243490. OLE color: 11243490.
HSL color Cylindrical-coordinate representation of color #E28FAB: hue angle of 339.76º 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 #E28FAB is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 143 | 171 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.11 |
| HSL | 339.76º | 0.59% | 0.72% | - |
| HSV(B) | 339.76º | 0.37% | 0.89% | - |
| XYZ | 48.54 | 38.75 | 43.45 | - |
| YUV | 171.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 143 | 171 | 0 | 0.37 | 0.24 | 0.11 | 339.76 | 0.59 | 0.72 |
| Hex | E2 | 8F | AB | 0 | 25 | 18 | B | 154 | 3B | 48 |
| Octal | 342 | 217 | 253 | 0 | 45 | 30 | 13 | 524 | 73 | 110 |
| Binary | 11100010 | 10001111 | 10101011 | 0 | 100101 | 11000 | 1011 | 101010100 | 111011 | 1001000 |
Color Harmonies of #E28FAB
Complementary color
Monochromatic Colors of #E28FAB
Black with #E28FAB
Text Example
Text Example
White with #E28FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28FAB; }
p { color: rgb(226,143,171); }
H1.HeaderClassName
{
color: #E28FAB;
}
.AnyTagClassName
{
color: #E28FAB;
}
</style>
background-color css
<style>
a { background-color: #E28FAB; }
a { background-color: rgb(226,143,171); }
div.DivClassName
{
background-color: #E28FAB;
}
.BgClassName
{
background-color: #E28FAB;
}
</style>
border-color css
<style>
span { border-color: #E28FAB; }
span { border-color: rgb(226,143,171); }
td.TdClassName
{
border-color: #E28FAB;
}
.TagClassName
{
border-color: #E28FAB;
}
</style>