Shades of Kobi #E286AD
Tints of Kobi #E286AD
RGB
CMYK
RGB Variations
Color information
#E286AD (or 0xE286AD) is known color: Kobi. HEX triplet: E2, 86 and AD. RGB value is (226,134,173). Sum of RGB (Red+Green+Blue) = 226+134+173=533 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.40% from 533); Green value is 134 (52.73% from 255 or 25.14% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 226 - color contains mainly: red. Hex color #E286AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E286AD is #1D7952. Grayscale: #A5A5A5. Windows color (decimal): -1931603 or 11372258. OLE color: 11372258.
HSL color Cylindrical-coordinate representation of color #E286AD: hue angle of 334.57º 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 #E286AD is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 173 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.11 |
| HSL | 334.57º | 0.61% | 0.71% | - |
| HSV(B) | 334.57º | 0.41% | 0.89% | - |
| XYZ | 47.43 | 36.24 | 44.03 | - |
| YUV | 165.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 173 | 0 | 0.41 | 0.23 | 0.11 | 334.57 | 0.61 | 0.71 |
| Hex | E2 | 86 | AD | 0 | 29 | 17 | B | 14F | 3D | 47 |
| Octal | 342 | 206 | 255 | 0 | 51 | 27 | 13 | 517 | 75 | 107 |
| Binary | 11100010 | 10000110 | 10101101 | 0 | 101001 | 10111 | 1011 | 101001111 | 111101 | 1000111 |
Color Harmonies of #E286AD
Complementary color
Monochromatic Colors of #E286AD
Black with #E286AD
Text Example
Text Example
White with #E286AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E286AD; }
p { color: rgb(226,134,173); }
H1.HeaderClassName
{
color: #E286AD;
}
.AnyTagClassName
{
color: #E286AD;
}
</style>
background-color css
<style>
a { background-color: #E286AD; }
a { background-color: rgb(226,134,173); }
div.DivClassName
{
background-color: #E286AD;
}
.BgClassName
{
background-color: #E286AD;
}
</style>
border-color css
<style>
span { border-color: #E286AD; }
span { border-color: rgb(226,134,173); }
td.TdClassName
{
border-color: #E286AD;
}
.TagClassName
{
border-color: #E286AD;
}
</style>