Shades of Kobi #E287A9
Tints of Kobi #E287A9
RGB
CMYK
RGB Variations
Color information
#E287A9 (or 0xE287A9) is known color: Kobi. HEX triplet: E2, 87 and A9. RGB value is (226,135,169). Sum of RGB (Red+Green+Blue) = 226+135+169=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 169 (66.41% from 255 or 31.89% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E287A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E287A9 is #1D7856. Grayscale: #A6A6A6. Windows color (decimal): -1931351 or 11110370. OLE color: 11110370.
HSL color Cylindrical-coordinate representation of color #E287A9: hue angle of 337.58º 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 #E287A9 is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 169 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.11 |
| HSL | 337.58º | 0.61% | 0.71% | - |
| HSV(B) | 337.58º | 0.4% | 0.89% | - |
| XYZ | 47.19 | 36.36 | 42.07 | - |
| YUV | 166.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 169 | 0 | 0.40 | 0.25 | 0.11 | 337.58 | 0.61 | 0.71 |
| Hex | E2 | 87 | A9 | 0 | 28 | 19 | B | 152 | 3D | 47 |
| Octal | 342 | 207 | 251 | 0 | 50 | 31 | 13 | 522 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10101001 | 0 | 101000 | 11001 | 1011 | 101010010 | 111101 | 1000111 |
Color Harmonies of #E287A9
Complementary color
Monochromatic Colors of #E287A9
Black with #E287A9
Text Example
Text Example
White with #E287A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287A9; }
p { color: rgb(226,135,169); }
H1.HeaderClassName
{
color: #E287A9;
}
.AnyTagClassName
{
color: #E287A9;
}
</style>
background-color css
<style>
a { background-color: #E287A9; }
a { background-color: rgb(226,135,169); }
div.DivClassName
{
background-color: #E287A9;
}
.BgClassName
{
background-color: #E287A9;
}
</style>
border-color css
<style>
span { border-color: #E287A9; }
span { border-color: rgb(226,135,169); }
td.TdClassName
{
border-color: #E287A9;
}
.TagClassName
{
border-color: #E287A9;
}
</style>