Shades of Kobi #E287B1
Tints of Kobi #E287B1
RGB
CMYK
RGB Variations
Color information
#E287B1 (or 0xE287B1) is known color: Kobi. HEX triplet: E2, 87 and B1. RGB value is (226,135,177). Sum of RGB (Red+Green+Blue) = 226+135+177=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 135 (53.12% from 255 or 25.09% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E287B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E287B1 is #1D784E. Grayscale: #A6A6A6. Windows color (decimal): -1931343 or 11634658. OLE color: 11634658.
HSL color Cylindrical-coordinate representation of color #E287B1: hue angle of 332.31º 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 #E287B1 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 177 | - |
| CMYK | 0 | 0.40 | 0.22 | 0.11 |
| HSL | 332.31º | 0.61% | 0.71% | - |
| HSV(B) | 332.31º | 0.4% | 0.89% | - |
| XYZ | 47.96 | 36.67 | 46.15 | - |
| YUV | 167 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 177 | 0 | 0.40 | 0.22 | 0.11 | 332.31 | 0.61 | 0.71 |
| Hex | E2 | 87 | B1 | 0 | 28 | 16 | B | 14C | 3D | 47 |
| Octal | 342 | 207 | 261 | 0 | 50 | 26 | 13 | 514 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10110001 | 0 | 101000 | 10110 | 1011 | 101001100 | 111101 | 1000111 |
Color Harmonies of #E287B1
Complementary color
Monochromatic Colors of #E287B1
Black with #E287B1
Text Example
Text Example
White with #E287B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287B1; }
p { color: rgb(226,135,177); }
H1.HeaderClassName
{
color: #E287B1;
}
.AnyTagClassName
{
color: #E287B1;
}
</style>
background-color css
<style>
a { background-color: #E287B1; }
a { background-color: rgb(226,135,177); }
div.DivClassName
{
background-color: #E287B1;
}
.BgClassName
{
background-color: #E287B1;
}
</style>
border-color css
<style>
span { border-color: #E287B1; }
span { border-color: rgb(226,135,177); }
td.TdClassName
{
border-color: #E287B1;
}
.TagClassName
{
border-color: #E287B1;
}
</style>