Shades of Kobi #E586A3
Tints of Kobi #E586A3
RGB
CMYK
RGB Variations
Color information
#E586A3 (or 0xE586A3) is known color: Kobi. HEX triplet: E5, 86 and A3. RGB value is (229,134,163). Sum of RGB (Red+Green+Blue) = 229+134+163=526 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.54% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 163 (64.06% from 255 or 30.99% from 526); Max value from RGB is 229 - color contains mainly: red. Hex color #E586A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E586A3 is #1A795C. Grayscale: #A5A5A5. Windows color (decimal): -1735005 or 10716901. OLE color: 10716901.
HSL color Cylindrical-coordinate representation of color #E586A3: hue angle of 341.68º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E586A3 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 163 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.10 |
| HSL | 341.68º | 0.65% | 0.71% | - |
| HSV(B) | 341.68º | 0.41% | 0.9% | - |
| XYZ | 47.45 | 36.35 | 39.17 | - |
| YUV | 165.71 | 126.47 | 173.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 163 | 0 | 0.41 | 0.29 | 0.10 | 341.68 | 0.65 | 0.71 |
| Hex | E5 | 86 | A3 | 0 | 29 | 1D | A | 156 | 41 | 47 |
| Octal | 345 | 206 | 243 | 0 | 51 | 35 | 12 | 526 | 101 | 107 |
| Binary | 11100101 | 10000110 | 10100011 | 0 | 101001 | 11101 | 1010 | 101010110 | 1000001 | 1000111 |
Color Harmonies of #E586A3
Complementary color
Monochromatic Colors of #E586A3
Black with #E586A3
Text Example
Text Example
White with #E586A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E586A3; }
p { color: rgb(229,134,163); }
H1.HeaderClassName
{
color: #E586A3;
}
.AnyTagClassName
{
color: #E586A3;
}
</style>
background-color css
<style>
a { background-color: #E586A3; }
a { background-color: rgb(229,134,163); }
div.DivClassName
{
background-color: #E586A3;
}
.BgClassName
{
background-color: #E586A3;
}
</style>
border-color css
<style>
span { border-color: #E586A3; }
span { border-color: rgb(229,134,163); }
td.TdClassName
{
border-color: #E586A3;
}
.TagClassName
{
border-color: #E586A3;
}
</style>