Shades of Kobi #E185AD
Tints of Kobi #E185AD
RGB
CMYK
RGB Variations
Color information
#E185AD (or 0xE185AD) is known color: Kobi. HEX triplet: E1, 85 and AD. RGB value is (225,133,173). Sum of RGB (Red+Green+Blue) = 225+133+173=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E185AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E185AD is #1E7A52. Grayscale: #A5A5A5. Windows color (decimal): -1997395 or 11372001. OLE color: 11372001.
HSL color Cylindrical-coordinate representation of color #E185AD: hue angle of 333.91º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E185AD is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 173 | - |
| CMYK | 0 | 0.41 | 0.23 | 0.12 |
| HSL | 333.91º | 0.61% | 0.7% | - |
| HSV(B) | 333.91º | 0.41% | 0.88% | - |
| XYZ | 46.98 | 35.8 | 43.97 | - |
| YUV | 165.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 173 | 0 | 0.41 | 0.23 | 0.12 | 333.91 | 0.61 | 0.7 |
| Hex | E1 | 85 | AD | 0 | 29 | 17 | C | 14E | 3D | 46 |
| Octal | 341 | 205 | 255 | 0 | 51 | 27 | 14 | 516 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10101101 | 0 | 101001 | 10111 | 1100 | 101001110 | 111101 | 1000110 |
Color Harmonies of #E185AD
Complementary color
Monochromatic Colors of #E185AD
Black with #E185AD
Text Example
Text Example
White with #E185AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185AD; }
p { color: rgb(225,133,173); }
H1.HeaderClassName
{
color: #E185AD;
}
.AnyTagClassName
{
color: #E185AD;
}
</style>
background-color css
<style>
a { background-color: #E185AD; }
a { background-color: rgb(225,133,173); }
div.DivClassName
{
background-color: #E185AD;
}
.BgClassName
{
background-color: #E185AD;
}
</style>
border-color css
<style>
span { border-color: #E185AD; }
span { border-color: rgb(225,133,173); }
td.TdClassName
{
border-color: #E185AD;
}
.TagClassName
{
border-color: #E185AD;
}
</style>