Shades of Kobi #E185AB
Tints of Kobi #E185AB
RGB
CMYK
RGB Variations
Color information
#E185AB (or 0xE185AB) is known color: Kobi. HEX triplet: E1, 85 and AB. RGB value is (225,133,171). Sum of RGB (Red+Green+Blue) = 225+133+171=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E185AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E185AB is #1E7A54. Grayscale: #A4A4A4. Windows color (decimal): -1997397 or 11240929. OLE color: 11240929.
HSL color Cylindrical-coordinate representation of color #E185AB: hue angle of 335.22º 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 #E185AB is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 171 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.12 |
| HSL | 335.22º | 0.61% | 0.7% | - |
| HSV(B) | 335.22º | 0.41% | 0.88% | - |
| XYZ | 46.79 | 35.72 | 42.96 | - |
| YUV | 164.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 171 | 0 | 0.41 | 0.24 | 0.12 | 335.22 | 0.61 | 0.7 |
| Hex | E1 | 85 | AB | 0 | 29 | 18 | C | 14F | 3D | 46 |
| Octal | 341 | 205 | 253 | 0 | 51 | 30 | 14 | 517 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10101011 | 0 | 101001 | 11000 | 1100 | 101001111 | 111101 | 1000110 |
Color Harmonies of #E185AB
Complementary color
Monochromatic Colors of #E185AB
Black with #E185AB
Text Example
Text Example
White with #E185AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185AB; }
p { color: rgb(225,133,171); }
H1.HeaderClassName
{
color: #E185AB;
}
.AnyTagClassName
{
color: #E185AB;
}
</style>
background-color css
<style>
a { background-color: #E185AB; }
a { background-color: rgb(225,133,171); }
div.DivClassName
{
background-color: #E185AB;
}
.BgClassName
{
background-color: #E185AB;
}
</style>
border-color css
<style>
span { border-color: #E185AB; }
span { border-color: rgb(225,133,171); }
td.TdClassName
{
border-color: #E185AB;
}
.TagClassName
{
border-color: #E185AB;
}
</style>