Shades of Kobi #E287AC
Tints of Kobi #E287AC
RGB
CMYK
RGB Variations
Color information
#E287AC (or 0xE287AC) is known color: Kobi. HEX triplet: E2, 87 and AC. RGB value is (226,135,172). Sum of RGB (Red+Green+Blue) = 226+135+172=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 172 (67.58% from 255 or 32.27% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E287AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E287AC is #1D7853. Grayscale: #A6A6A6. Windows color (decimal): -1931348 or 11306978. OLE color: 11306978.
HSL color Cylindrical-coordinate representation of color #E287AC: hue angle of 335.6º 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 #E287AC is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 172 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.11 |
| HSL | 335.6º | 0.61% | 0.71% | - |
| HSV(B) | 335.6º | 0.4% | 0.89% | - |
| XYZ | 47.47 | 36.48 | 43.57 | - |
| YUV | 166.43 | 131.15 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 172 | 0 | 0.40 | 0.24 | 0.11 | 335.6 | 0.61 | 0.71 |
| Hex | E2 | 87 | AC | 0 | 28 | 18 | B | 150 | 3D | 47 |
| Octal | 342 | 207 | 254 | 0 | 50 | 30 | 13 | 520 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10101100 | 0 | 101000 | 11000 | 1011 | 101010000 | 111101 | 1000111 |
Color Harmonies of #E287AC
Complementary color
Monochromatic Colors of #E287AC
Black with #E287AC
Text Example
Text Example
White with #E287AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287AC; }
p { color: rgb(226,135,172); }
H1.HeaderClassName
{
color: #E287AC;
}
.AnyTagClassName
{
color: #E287AC;
}
</style>
background-color css
<style>
a { background-color: #E287AC; }
a { background-color: rgb(226,135,172); }
div.DivClassName
{
background-color: #E287AC;
}
.BgClassName
{
background-color: #E287AC;
}
</style>
border-color css
<style>
span { border-color: #E287AC; }
span { border-color: rgb(226,135,172); }
td.TdClassName
{
border-color: #E287AC;
}
.TagClassName
{
border-color: #E287AC;
}
</style>