Shades of Kobi #E287A6
Tints of Kobi #E287A6
RGB
CMYK
RGB Variations
Color information
#E287A6 (or 0xE287A6) is known color: Kobi. HEX triplet: E2, 87 and A6. RGB value is (226,135,166). Sum of RGB (Red+Green+Blue) = 226+135+166=527 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.88% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 226 - color contains mainly: red. Hex color #E287A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E287A6 is #1D7859. Grayscale: #A5A5A5. Windows color (decimal): -1931354 or 10913762. OLE color: 10913762.
HSL color Cylindrical-coordinate representation of color #E287A6: hue angle of 339.56º 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 #E287A6 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 166 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.11 |
| HSL | 339.56º | 0.61% | 0.71% | - |
| HSV(B) | 339.56º | 0.4% | 0.89% | - |
| XYZ | 46.91 | 36.25 | 40.6 | - |
| YUV | 165.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 166 | 0 | 0.40 | 0.27 | 0.11 | 339.56 | 0.61 | 0.71 |
| Hex | E2 | 87 | A6 | 0 | 28 | 1B | B | 154 | 3D | 47 |
| Octal | 342 | 207 | 246 | 0 | 50 | 33 | 13 | 524 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10100110 | 0 | 101000 | 11011 | 1011 | 101010100 | 111101 | 1000111 |
Color Harmonies of #E287A6
Complementary color
Monochromatic Colors of #E287A6
Black with #E287A6
Text Example
Text Example
White with #E287A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287A6; }
p { color: rgb(226,135,166); }
H1.HeaderClassName
{
color: #E287A6;
}
.AnyTagClassName
{
color: #E287A6;
}
</style>
background-color css
<style>
a { background-color: #E287A6; }
a { background-color: rgb(226,135,166); }
div.DivClassName
{
background-color: #E287A6;
}
.BgClassName
{
background-color: #E287A6;
}
</style>
border-color css
<style>
span { border-color: #E287A6; }
span { border-color: rgb(226,135,166); }
td.TdClassName
{
border-color: #E287A6;
}
.TagClassName
{
border-color: #E287A6;
}
</style>