Shades of Kobi #E287AB
Tints of Kobi #E287AB
RGB
CMYK
RGB Variations
Color information
#E287AB (or 0xE287AB) is known color: Kobi. HEX triplet: E2, 87 and AB. RGB value is (226,135,171). Sum of RGB (Red+Green+Blue) = 226+135+171=532 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.48% from 532); Green value is 135 (53.12% from 255 or 25.38% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 226 - color contains mainly: red. Hex color #E287AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E287AB is #1D7854. Grayscale: #A6A6A6. Windows color (decimal): -1931349 or 11241442. OLE color: 11241442.
HSL color Cylindrical-coordinate representation of color #E287AB: hue angle of 336.26º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E287AB is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 171 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.11 |
| HSL | 336.26º | 0.61% | 0.71% | - |
| HSV(B) | 336.26º | 0.4% | 0.89% | - |
| XYZ | 47.38 | 36.44 | 43.06 | - |
| YUV | 166.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 171 | 0 | 0.40 | 0.24 | 0.11 | 336.26 | 0.61 | 0.71 |
| Hex | E2 | 87 | AB | 0 | 28 | 18 | B | 150 | 3D | 47 |
| Octal | 342 | 207 | 253 | 0 | 50 | 30 | 13 | 520 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10101011 | 0 | 101000 | 11000 | 1011 | 101010000 | 111101 | 1000111 |
Color Harmonies of #E287AB
Complementary color
Monochromatic Colors of #E287AB
Black with #E287AB
Text Example
Text Example
White with #E287AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287AB; }
p { color: rgb(226,135,171); }
H1.HeaderClassName
{
color: #E287AB;
}
.AnyTagClassName
{
color: #E287AB;
}
</style>
background-color css
<style>
a { background-color: #E287AB; }
a { background-color: rgb(226,135,171); }
div.DivClassName
{
background-color: #E287AB;
}
.BgClassName
{
background-color: #E287AB;
}
</style>
border-color css
<style>
span { border-color: #E287AB; }
span { border-color: rgb(226,135,171); }
td.TdClassName
{
border-color: #E287AB;
}
.TagClassName
{
border-color: #E287AB;
}
</style>