Shades of Kobi #E586AD
Tints of Kobi #E586AD
RGB
CMYK
RGB Variations
Color information
#E586AD (or 0xE586AD) is known color: Kobi. HEX triplet: E5, 86 and AD. RGB value is (229,134,173). Sum of RGB (Red+Green+Blue) = 229+134+173=536 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.72% from 536); Green value is 134 (52.73% from 255 or 25% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 229 - color contains mainly: red. Hex color #E586AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E586AD is #1A7952. Grayscale: #A6A6A6. Windows color (decimal): -1734995 or 11372261. OLE color: 11372261.
HSL color Cylindrical-coordinate representation of color #E586AD: hue angle of 335.37º 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 #E586AD is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 134 | 173 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.10 |
| HSL | 335.37º | 0.65% | 0.71% | - |
| HSV(B) | 335.37º | 0.41% | 0.9% | - |
| XYZ | 48.38 | 36.73 | 44.07 | - |
| YUV | 166.85 | 131.47 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 134 | 173 | 0 | 0.41 | 0.24 | 0.10 | 335.37 | 0.65 | 0.71 |
| Hex | E5 | 86 | AD | 0 | 29 | 18 | A | 14F | 41 | 47 |
| Octal | 345 | 206 | 255 | 0 | 51 | 30 | 12 | 517 | 101 | 107 |
| Binary | 11100101 | 10000110 | 10101101 | 0 | 101001 | 11000 | 1010 | 101001111 | 1000001 | 1000111 |
Color Harmonies of #E586AD
Complementary color
Monochromatic Colors of #E586AD
Black with #E586AD
Text Example
Text Example
White with #E586AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E586AD; }
p { color: rgb(229,134,173); }
H1.HeaderClassName
{
color: #E586AD;
}
.AnyTagClassName
{
color: #E586AD;
}
</style>
background-color css
<style>
a { background-color: #E586AD; }
a { background-color: rgb(229,134,173); }
div.DivClassName
{
background-color: #E586AD;
}
.BgClassName
{
background-color: #E586AD;
}
</style>
border-color css
<style>
span { border-color: #E586AD; }
span { border-color: rgb(229,134,173); }
td.TdClassName
{
border-color: #E586AD;
}
.TagClassName
{
border-color: #E586AD;
}
</style>