Shades of Kobi #E28BA8
Tints of Kobi #E28BA8
RGB
CMYK
RGB Variations
Color information
#E28BA8 (or 0xE28BA8) is known color: Kobi. HEX triplet: E2, 8B and A8. RGB value is (226,139,168). Sum of RGB (Red+Green+Blue) = 226+139+168=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E28BA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28BA8 is #1D7457. Grayscale: #A8A8A8. Windows color (decimal): -1930328 or 11045858. OLE color: 11045858.
HSL color Cylindrical-coordinate representation of color #E28BA8: hue angle of 340º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E28BA8 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 139 | 168 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.11 |
| HSL | 340º | 0.6% | 0.72% | - |
| HSV(B) | 340º | 0.38% | 0.89% | - |
| XYZ | 47.66 | 37.46 | 41.76 | - |
| YUV | 168.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 139 | 168 | 0 | 0.38 | 0.26 | 0.11 | 340 | 0.6 | 0.72 |
| Hex | E2 | 8B | A8 | 0 | 26 | 1A | B | 154 | 3C | 48 |
| Octal | 342 | 213 | 250 | 0 | 46 | 32 | 13 | 524 | 74 | 110 |
| Binary | 11100010 | 10001011 | 10101000 | 0 | 100110 | 11010 | 1011 | 101010100 | 111100 | 1001000 |
Color Harmonies of #E28BA8
Complementary color
Monochromatic Colors of #E28BA8
Black with #E28BA8
Text Example
Text Example
White with #E28BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28BA8; }
p { color: rgb(226,139,168); }
H1.HeaderClassName
{
color: #E28BA8;
}
.AnyTagClassName
{
color: #E28BA8;
}
</style>
background-color css
<style>
a { background-color: #E28BA8; }
a { background-color: rgb(226,139,168); }
div.DivClassName
{
background-color: #E28BA8;
}
.BgClassName
{
background-color: #E28BA8;
}
</style>
border-color css
<style>
span { border-color: #E28BA8; }
span { border-color: rgb(226,139,168); }
td.TdClassName
{
border-color: #E28BA8;
}
.TagClassName
{
border-color: #E28BA8;
}
</style>