Shades of Kobi #E388AB
Tints of Kobi #E388AB
RGB
CMYK
RGB Variations
Color information
#E388AB (or 0xE388AB) is known color: Kobi. HEX triplet: E3, 88 and AB. RGB value is (227,136,171). Sum of RGB (Red+Green+Blue) = 227+136+171=534 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.51% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 227 - color contains mainly: red. Hex color #E388AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E388AB is #1C7754. Grayscale: #A7A7A7. Windows color (decimal): -1865557 or 11241699. OLE color: 11241699.
HSL color Cylindrical-coordinate representation of color #E388AB: hue angle of 336.92º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E388AB is Cyan = 0, Magento = 0.40, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 171 | - |
| CMYK | 0 | 0.40 | 0.25 | 0.11 |
| HSL | 336.92º | 0.62% | 0.71% | - |
| HSV(B) | 336.92º | 0.4% | 0.89% | - |
| XYZ | 47.83 | 36.88 | 43.13 | - |
| YUV | 167.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 171 | 0 | 0.40 | 0.25 | 0.11 | 336.92 | 0.62 | 0.71 |
| Hex | E3 | 88 | AB | 0 | 28 | 19 | B | 151 | 3E | 47 |
| Octal | 343 | 210 | 253 | 0 | 50 | 31 | 13 | 521 | 76 | 107 |
| Binary | 11100011 | 10001000 | 10101011 | 0 | 101000 | 11001 | 1011 | 101010001 | 111110 | 1000111 |
Color Harmonies of #E388AB
Complementary color
Monochromatic Colors of #E388AB
Black with #E388AB
Text Example
Text Example
White with #E388AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E388AB; }
p { color: rgb(227,136,171); }
H1.HeaderClassName
{
color: #E388AB;
}
.AnyTagClassName
{
color: #E388AB;
}
</style>
background-color css
<style>
a { background-color: #E388AB; }
a { background-color: rgb(227,136,171); }
div.DivClassName
{
background-color: #E388AB;
}
.BgClassName
{
background-color: #E388AB;
}
</style>
border-color css
<style>
span { border-color: #E388AB; }
span { border-color: rgb(227,136,171); }
td.TdClassName
{
border-color: #E388AB;
}
.TagClassName
{
border-color: #E388AB;
}
</style>