Shades of Kobi #E286A4
Tints of Kobi #E286A4
RGB
CMYK
RGB Variations
Color information
#E286A4 (or 0xE286A4) is known color: Kobi. HEX triplet: E2, 86 and A4. RGB value is (226,134,164). Sum of RGB (Red+Green+Blue) = 226+134+164=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E286A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E286A4 is #1D795B. Grayscale: #A4A4A4. Windows color (decimal): -1931612 or 10782434. OLE color: 10782434.
HSL color Cylindrical-coordinate representation of color #E286A4: hue angle of 340.43º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E286A4 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 164 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.11 |
| HSL | 340.43º | 0.61% | 0.71% | - |
| HSV(B) | 340.43º | 0.41% | 0.89% | - |
| XYZ | 46.59 | 35.9 | 39.6 | - |
| YUV | 164.93 | 127.48 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 164 | 0 | 0.41 | 0.27 | 0.11 | 340.43 | 0.61 | 0.71 |
| Hex | E2 | 86 | A4 | 0 | 29 | 1B | B | 154 | 3D | 47 |
| Octal | 342 | 206 | 244 | 0 | 51 | 33 | 13 | 524 | 75 | 107 |
| Binary | 11100010 | 10000110 | 10100100 | 0 | 101001 | 11011 | 1011 | 101010100 | 111101 | 1000111 |
Color Harmonies of #E286A4
Complementary color
Monochromatic Colors of #E286A4
Black with #E286A4
Text Example
Text Example
White with #E286A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286A4; }
p { color: rgb(226,134,164); }
H1.HeaderClassName
{
color: #E286A4;
}
.AnyTagClassName
{
color: #E286A4;
}
</style>
background-color css
<style>
a { background-color: #E286A4; }
a { background-color: rgb(226,134,164); }
div.DivClassName
{
background-color: #E286A4;
}
.BgClassName
{
background-color: #E286A4;
}
</style>
border-color css
<style>
span { border-color: #E286A4; }
span { border-color: rgb(226,134,164); }
td.TdClassName
{
border-color: #E286A4;
}
.TagClassName
{
border-color: #E286A4;
}
</style>