Shades of Kobi #E985AF
Tints of Kobi #E985AF
RGB
CMYK
RGB Variations
Color information
#E985AF (or 0xE985AF) is known color: Kobi. HEX triplet: E9, 85 and AF. RGB value is (233,133,175). Sum of RGB (Red+Green+Blue) = 233+133+175=541 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.07% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 233 - color contains mainly: red. Hex color #E985AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985AF is #167A50. Grayscale: #A7A7A7. Windows color (decimal): -1473105 or 11503081. OLE color: 11503081.
HSL color Cylindrical-coordinate representation of color #E985AF: hue angle of 334.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E985AF is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 175 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.09 |
| HSL | 334.8º | 0.69% | 0.72% | - |
| HSV(B) | 334.8º | 0.43% | 0.91% | - |
| XYZ | 49.73 | 37.19 | 45.12 | - |
| YUV | 167.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 175 | 0 | 0.43 | 0.25 | 0.09 | 334.8 | 0.69 | 0.72 |
| Hex | E9 | 85 | AF | 0 | 2B | 19 | 9 | 14F | 45 | 48 |
| Octal | 351 | 205 | 257 | 0 | 53 | 31 | 11 | 517 | 105 | 110 |
| Binary | 11101001 | 10000101 | 10101111 | 0 | 101011 | 11001 | 1001 | 101001111 | 1000101 | 1001000 |
Color Harmonies of #E985AF
Complementary color
Monochromatic Colors of #E985AF
Black with #E985AF
Text Example
Text Example
White with #E985AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985AF; }
p { color: rgb(233,133,175); }
H1.HeaderClassName
{
color: #E985AF;
}
.AnyTagClassName
{
color: #E985AF;
}
</style>
background-color css
<style>
a { background-color: #E985AF; }
a { background-color: rgb(233,133,175); }
div.DivClassName
{
background-color: #E985AF;
}
.BgClassName
{
background-color: #E985AF;
}
</style>
border-color css
<style>
span { border-color: #E985AF; }
span { border-color: rgb(233,133,175); }
td.TdClassName
{
border-color: #E985AF;
}
.TagClassName
{
border-color: #E985AF;
}
</style>