Shades of Kobi #E287A2
Tints of Kobi #E287A2
RGB
CMYK
RGB Variations
Color information
#E287A2 (or 0xE287A2) is known color: Kobi. HEX triplet: E2, 87 and A2. RGB value is (226,135,162). Sum of RGB (Red+Green+Blue) = 226+135+162=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E287A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E287A2 is #1D785D. Grayscale: #A5A5A5. Windows color (decimal): -1931358 or 10651618. OLE color: 10651618.
HSL color Cylindrical-coordinate representation of color #E287A2: hue angle of 342.2º 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 #E287A2 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 162 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.11 |
| HSL | 342.2º | 0.61% | 0.71% | - |
| HSV(B) | 342.2º | 0.4% | 0.89% | - |
| XYZ | 46.55 | 36.11 | 38.7 | - |
| YUV | 165.29 | 126.15 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 162 | 0 | 0.40 | 0.28 | 0.11 | 342.2 | 0.61 | 0.71 |
| Hex | E2 | 87 | A2 | 0 | 28 | 1C | B | 156 | 3D | 47 |
| Octal | 342 | 207 | 242 | 0 | 50 | 34 | 13 | 526 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10100010 | 0 | 101000 | 11100 | 1011 | 101010110 | 111101 | 1000111 |
Color Harmonies of #E287A2
Complementary color
Monochromatic Colors of #E287A2
Black with #E287A2
Text Example
Text Example
White with #E287A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287A2; }
p { color: rgb(226,135,162); }
H1.HeaderClassName
{
color: #E287A2;
}
.AnyTagClassName
{
color: #E287A2;
}
</style>
background-color css
<style>
a { background-color: #E287A2; }
a { background-color: rgb(226,135,162); }
div.DivClassName
{
background-color: #E287A2;
}
.BgClassName
{
background-color: #E287A2;
}
</style>
border-color css
<style>
span { border-color: #E287A2; }
span { border-color: rgb(226,135,162); }
td.TdClassName
{
border-color: #E287A2;
}
.TagClassName
{
border-color: #E287A2;
}
</style>