Shades of Kobi #E985AD
Tints of Kobi #E985AD
RGB
CMYK
RGB Variations
Color information
#E985AD (or 0xE985AD) is known color: Kobi. HEX triplet: E9, 85 and AD. RGB value is (233,133,173). Sum of RGB (Red+Green+Blue) = 233+133+173=539 (71% of max value = 765). Red value is 233 (91.41% from 255 or 43.23% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 233 - color contains mainly: red. Hex color #E985AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E985AD is #167A52. Grayscale: #A7A7A7. Windows color (decimal): -1473107 or 11372009. OLE color: 11372009.
HSL color Cylindrical-coordinate representation of color #E985AD: hue angle of 336º 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 #E985AD is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 133 | 173 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.09 |
| HSL | 336º | 0.69% | 0.72% | - |
| HSV(B) | 336º | 0.43% | 0.91% | - |
| XYZ | 49.53 | 37.12 | 44.09 | - |
| YUV | 167.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 133 | 173 | 0 | 0.43 | 0.26 | 0.09 | 336 | 0.69 | 0.72 |
| Hex | E9 | 85 | AD | 0 | 2B | 1A | 9 | 150 | 45 | 48 |
| Octal | 351 | 205 | 255 | 0 | 53 | 32 | 11 | 520 | 105 | 110 |
| Binary | 11101001 | 10000101 | 10101101 | 0 | 101011 | 11010 | 1001 | 101010000 | 1000101 | 1001000 |
Color Harmonies of #E985AD
Complementary color
Monochromatic Colors of #E985AD
Black with #E985AD
Text Example
Text Example
White with #E985AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E985AD; }
p { color: rgb(233,133,173); }
H1.HeaderClassName
{
color: #E985AD;
}
.AnyTagClassName
{
color: #E985AD;
}
</style>
background-color css
<style>
a { background-color: #E985AD; }
a { background-color: rgb(233,133,173); }
div.DivClassName
{
background-color: #E985AD;
}
.BgClassName
{
background-color: #E985AD;
}
</style>
border-color css
<style>
span { border-color: #E985AD; }
span { border-color: rgb(233,133,173); }
td.TdClassName
{
border-color: #E985AD;
}
.TagClassName
{
border-color: #E985AD;
}
</style>