Shades of Kobi #E185AF
Tints of Kobi #E185AF
RGB
CMYK
RGB Variations
Color information
#E185AF (or 0xE185AF) is known color: Kobi. HEX triplet: E1, 85 and AF. RGB value is (225,133,175). Sum of RGB (Red+Green+Blue) = 225+133+175=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E185AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E185AF is #1E7A50. Grayscale: #A5A5A5. Windows color (decimal): -1997393 or 11503073. OLE color: 11503073.
HSL color Cylindrical-coordinate representation of color #E185AF: hue angle of 332.61º 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 #E185AF is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 133 | 175 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.12 |
| HSL | 332.61º | 0.61% | 0.7% | - |
| HSV(B) | 332.61º | 0.41% | 0.88% | - |
| XYZ | 47.18 | 35.88 | 45 | - |
| YUV | 165.3 | 133.48 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 133 | 175 | 0 | 0.41 | 0.22 | 0.12 | 332.61 | 0.61 | 0.7 |
| Hex | E1 | 85 | AF | 0 | 29 | 16 | C | 14D | 3D | 46 |
| Octal | 341 | 205 | 257 | 0 | 51 | 26 | 14 | 515 | 75 | 106 |
| Binary | 11100001 | 10000101 | 10101111 | 0 | 101001 | 10110 | 1100 | 101001101 | 111101 | 1000110 |
Color Harmonies of #E185AF
Complementary color
Monochromatic Colors of #E185AF
Black with #E185AF
Text Example
Text Example
White with #E185AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E185AF; }
p { color: rgb(225,133,175); }
H1.HeaderClassName
{
color: #E185AF;
}
.AnyTagClassName
{
color: #E185AF;
}
</style>
background-color css
<style>
a { background-color: #E185AF; }
a { background-color: rgb(225,133,175); }
div.DivClassName
{
background-color: #E185AF;
}
.BgClassName
{
background-color: #E185AF;
}
</style>
border-color css
<style>
span { border-color: #E185AF; }
span { border-color: rgb(225,133,175); }
td.TdClassName
{
border-color: #E185AF;
}
.TagClassName
{
border-color: #E185AF;
}
</style>