Shades of Kobi #E086A2
Tints of Kobi #E086A2
RGB
CMYK
RGB Variations
Color information
#E086A2 (or 0xE086A2) is known color: Kobi. HEX triplet: E0, 86 and A2. RGB value is (224,134,162). Sum of RGB (Red+Green+Blue) = 224+134+162=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E086A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E086A2 is #1F795D. Grayscale: #A4A4A4. Windows color (decimal): -2062686 or 10651360. OLE color: 10651360.
HSL color Cylindrical-coordinate representation of color #E086A2: hue angle of 341.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E086A2 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 134 | 162 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.12 |
| HSL | 341.33º | 0.59% | 0.7% | - |
| HSV(B) | 341.33º | 0.4% | 0.88% | - |
| XYZ | 45.79 | 35.51 | 38.62 | - |
| YUV | 164.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 134 | 162 | 0 | 0.40 | 0.28 | 0.12 | 341.33 | 0.59 | 0.7 |
| Hex | E0 | 86 | A2 | 0 | 28 | 1C | C | 155 | 3B | 46 |
| Octal | 340 | 206 | 242 | 0 | 50 | 34 | 14 | 525 | 73 | 106 |
| Binary | 11100000 | 10000110 | 10100010 | 0 | 101000 | 11100 | 1100 | 101010101 | 111011 | 1000110 |
Color Harmonies of #E086A2
Complementary color
Monochromatic Colors of #E086A2
Black with #E086A2
Text Example
Text Example
White with #E086A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E086A2; }
p { color: rgb(224,134,162); }
H1.HeaderClassName
{
color: #E086A2;
}
.AnyTagClassName
{
color: #E086A2;
}
</style>
background-color css
<style>
a { background-color: #E086A2; }
a { background-color: rgb(224,134,162); }
div.DivClassName
{
background-color: #E086A2;
}
.BgClassName
{
background-color: #E086A2;
}
</style>
border-color css
<style>
span { border-color: #E086A2; }
span { border-color: rgb(224,134,162); }
td.TdClassName
{
border-color: #E086A2;
}
.TagClassName
{
border-color: #E086A2;
}
</style>