Shades of Kobi #E287A1
Tints of Kobi #E287A1
RGB
CMYK
RGB Variations
Color information
#E287A1 (or 0xE287A1) is known color: Kobi. HEX triplet: E2, 87 and A1. RGB value is (226,135,161). Sum of RGB (Red+Green+Blue) = 226+135+161=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E287A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E287A1 is #1D785E. Grayscale: #A5A5A5. Windows color (decimal): -1931359 or 10586082. OLE color: 10586082.
HSL color Cylindrical-coordinate representation of color #E287A1: hue angle of 342.86º 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 #E287A1 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 161 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.11 |
| HSL | 342.86º | 0.61% | 0.71% | - |
| HSV(B) | 342.86º | 0.4% | 0.89% | - |
| XYZ | 46.46 | 36.07 | 38.23 | - |
| YUV | 165.17 | 125.65 | 171.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 161 | 0 | 0.40 | 0.29 | 0.11 | 342.86 | 0.61 | 0.71 |
| Hex | E2 | 87 | A1 | 0 | 28 | 1D | B | 157 | 3D | 47 |
| Octal | 342 | 207 | 241 | 0 | 50 | 35 | 13 | 527 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10100001 | 0 | 101000 | 11101 | 1011 | 101010111 | 111101 | 1000111 |
Color Harmonies of #E287A1
Complementary color
Monochromatic Colors of #E287A1
Black with #E287A1
Text Example
Text Example
White with #E287A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E287A1; }
p { color: rgb(226,135,161); }
H1.HeaderClassName
{
color: #E287A1;
}
.AnyTagClassName
{
color: #E287A1;
}
</style>
background-color css
<style>
a { background-color: #E287A1; }
a { background-color: rgb(226,135,161); }
div.DivClassName
{
background-color: #E287A1;
}
.BgClassName
{
background-color: #E287A1;
}
</style>
border-color css
<style>
span { border-color: #E287A1; }
span { border-color: rgb(226,135,161); }
td.TdClassName
{
border-color: #E287A1;
}
.TagClassName
{
border-color: #E287A1;
}
</style>