Shades of Kobi #E087AB
Tints of Kobi #E087AB
RGB
CMYK
RGB Variations
Color information
#E087AB (or 0xE087AB) is known color: Kobi. HEX triplet: E0, 87 and AB. RGB value is (224,135,171). Sum of RGB (Red+Green+Blue) = 224+135+171=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 135 (53.12% from 255 or 25.47% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E087AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E087AB is #1F7854. Grayscale: #A5A5A5. Windows color (decimal): -2062421 or 11241440. OLE color: 11241440.
HSL color Cylindrical-coordinate representation of color #E087AB: hue angle of 335.73º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E087AB is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 135 | 171 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.12 |
| HSL | 335.73º | 0.59% | 0.7% | - |
| HSV(B) | 335.73º | 0.4% | 0.88% | - |
| XYZ | 46.76 | 36.12 | 43.03 | - |
| YUV | 165.72 | 130.99 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 135 | 171 | 0 | 0.40 | 0.24 | 0.12 | 335.73 | 0.59 | 0.7 |
| Hex | E0 | 87 | AB | 0 | 28 | 18 | C | 150 | 3B | 46 |
| Octal | 340 | 207 | 253 | 0 | 50 | 30 | 14 | 520 | 73 | 106 |
| Binary | 11100000 | 10000111 | 10101011 | 0 | 101000 | 11000 | 1100 | 101010000 | 111011 | 1000110 |
Color Harmonies of #E087AB
Complementary color
Monochromatic Colors of #E087AB
Black with #E087AB
Text Example
Text Example
White with #E087AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E087AB; }
p { color: rgb(224,135,171); }
H1.HeaderClassName
{
color: #E087AB;
}
.AnyTagClassName
{
color: #E087AB;
}
</style>
background-color css
<style>
a { background-color: #E087AB; }
a { background-color: rgb(224,135,171); }
div.DivClassName
{
background-color: #E087AB;
}
.BgClassName
{
background-color: #E087AB;
}
</style>
border-color css
<style>
span { border-color: #E087AB; }
span { border-color: rgb(224,135,171); }
td.TdClassName
{
border-color: #E087AB;
}
.TagClassName
{
border-color: #E087AB;
}
</style>