Shades of Kobi #E088AB
Tints of Kobi #E088AB
RGB
CMYK
RGB Variations
Color information
#E088AB (or 0xE088AB) is known color: Kobi. HEX triplet: E0, 88 and AB. RGB value is (224,136,171). Sum of RGB (Red+Green+Blue) = 224+136+171=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E088AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E088AB is #1F7754. Grayscale: #A6A6A6. Windows color (decimal): -2062165 or 11241696. OLE color: 11241696.
HSL color Cylindrical-coordinate representation of color #E088AB: hue angle of 336.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088AB is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 136 | 171 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.12 |
| HSL | 336.14º | 0.59% | 0.71% | - |
| HSV(B) | 336.14º | 0.39% | 0.88% | - |
| XYZ | 46.9 | 36.4 | 43.08 | - |
| YUV | 166.3 | 130.65 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 136 | 171 | 0 | 0.39 | 0.24 | 0.12 | 336.14 | 0.59 | 0.71 |
| Hex | E0 | 88 | AB | 0 | 27 | 18 | C | 150 | 3B | 47 |
| Octal | 340 | 210 | 253 | 0 | 47 | 30 | 14 | 520 | 73 | 107 |
| Binary | 11100000 | 10001000 | 10101011 | 0 | 100111 | 11000 | 1100 | 101010000 | 111011 | 1000111 |
Color Harmonies of #E088AB
Complementary color
Monochromatic Colors of #E088AB
Black with #E088AB
Text Example
Text Example
White with #E088AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E088AB; }
p { color: rgb(224,136,171); }
H1.HeaderClassName
{
color: #E088AB;
}
.AnyTagClassName
{
color: #E088AB;
}
</style>
background-color css
<style>
a { background-color: #E088AB; }
a { background-color: rgb(224,136,171); }
div.DivClassName
{
background-color: #E088AB;
}
.BgClassName
{
background-color: #E088AB;
}
</style>
border-color css
<style>
span { border-color: #E088AB; }
span { border-color: rgb(224,136,171); }
td.TdClassName
{
border-color: #E088AB;
}
.TagClassName
{
border-color: #E088AB;
}
</style>