Shades of Kobi #E085AB
Tints of Kobi #E085AB
RGB
CMYK
RGB Variations
Color information
#E085AB (or 0xE085AB) is known color: Kobi. HEX triplet: E0, 85 and AB. RGB value is (224,133,171). Sum of RGB (Red+Green+Blue) = 224+133+171=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 171 (67.19% from 255 or 32.39% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E085AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E085AB is #1F7A54. Grayscale: #A4A4A4. Windows color (decimal): -2062933 or 11240928. OLE color: 11240928.
HSL color Cylindrical-coordinate representation of color #E085AB: hue angle of 334.95º degrees, saturation: 0.59, 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 #E085AB is Cyan = 0, Magento = 0.41, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 133 | 171 | - |
| CMYK | 0 | 0.41 | 0.24 | 0.12 |
| HSL | 334.95º | 0.59% | 0.7% | - |
| HSV(B) | 334.95º | 0.41% | 0.88% | - |
| XYZ | 46.48 | 35.56 | 42.94 | - |
| YUV | 164.54 | 131.65 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 133 | 171 | 0 | 0.41 | 0.24 | 0.12 | 334.95 | 0.59 | 0.7 |
| Hex | E0 | 85 | AB | 0 | 29 | 18 | C | 14F | 3B | 46 |
| Octal | 340 | 205 | 253 | 0 | 51 | 30 | 14 | 517 | 73 | 106 |
| Binary | 11100000 | 10000101 | 10101011 | 0 | 101001 | 11000 | 1100 | 101001111 | 111011 | 1000110 |
Color Harmonies of #E085AB
Complementary color
Monochromatic Colors of #E085AB
Black with #E085AB
Text Example
Text Example
White with #E085AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E085AB; }
p { color: rgb(224,133,171); }
H1.HeaderClassName
{
color: #E085AB;
}
.AnyTagClassName
{
color: #E085AB;
}
</style>
background-color css
<style>
a { background-color: #E085AB; }
a { background-color: rgb(224,133,171); }
div.DivClassName
{
background-color: #E085AB;
}
.BgClassName
{
background-color: #E085AB;
}
</style>
border-color css
<style>
span { border-color: #E085AB; }
span { border-color: rgb(224,133,171); }
td.TdClassName
{
border-color: #E085AB;
}
.TagClassName
{
border-color: #E085AB;
}
</style>