Shades of Kobi #E090AB
Tints of Kobi #E090AB
RGB
CMYK
RGB Variations
Color information
#E090AB (or 0xE090AB) is known color: Kobi. HEX triplet: E0, 90 and AB. RGB value is (224,144,171). Sum of RGB (Red+Green+Blue) = 224+144+171=539 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.56% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 224 - color contains mainly: red. Hex color #E090AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E090AB is #1F6F54. Grayscale: #AAAAAA. Windows color (decimal): -2060117 or 11243744. OLE color: 11243744.
HSL color Cylindrical-coordinate representation of color #E090AB: hue angle of 339.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E090AB is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 144 | 171 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.12 |
| HSL | 339.75º | 0.56% | 0.72% | - |
| HSV(B) | 339.75º | 0.36% | 0.88% | - |
| XYZ | 48.06 | 38.73 | 43.47 | - |
| YUV | 171 | 128 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 144 | 171 | 0 | 0.36 | 0.24 | 0.12 | 339.75 | 0.56 | 0.72 |
| Hex | E0 | 90 | AB | 0 | 24 | 18 | C | 154 | 38 | 48 |
| Octal | 340 | 220 | 253 | 0 | 44 | 30 | 14 | 524 | 70 | 110 |
| Binary | 11100000 | 10010000 | 10101011 | 0 | 100100 | 11000 | 1100 | 101010100 | 111000 | 1001000 |
Color Harmonies of #E090AB
Complementary color
Monochromatic Colors of #E090AB
Black with #E090AB
Text Example
Text Example
White with #E090AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E090AB; }
p { color: rgb(224,144,171); }
H1.HeaderClassName
{
color: #E090AB;
}
.AnyTagClassName
{
color: #E090AB;
}
</style>
background-color css
<style>
a { background-color: #E090AB; }
a { background-color: rgb(224,144,171); }
div.DivClassName
{
background-color: #E090AB;
}
.BgClassName
{
background-color: #E090AB;
}
</style>
border-color css
<style>
span { border-color: #E090AB; }
span { border-color: rgb(224,144,171); }
td.TdClassName
{
border-color: #E090AB;
}
.TagClassName
{
border-color: #E090AB;
}
</style>