Shades of Kobi #E388AC
Tints of Kobi #E388AC
RGB
CMYK
RGB Variations
Color information
#E388AC (or 0xE388AC) is known color: Kobi. HEX triplet: E3, 88 and AC. RGB value is (227,136,172). Sum of RGB (Red+Green+Blue) = 227+136+172=535 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.43% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 227 - color contains mainly: red. Hex color #E388AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E388AC is #1C7753. Grayscale: #A7A7A7. Windows color (decimal): -1865556 or 11307235. OLE color: 11307235.
HSL color Cylindrical-coordinate representation of color #E388AC: hue angle of 336.26º 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 #E388AC is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 136 | 172 | - |
| CMYK | 0 | 0.40 | 0.24 | 0.11 |
| HSL | 336.26º | 0.62% | 0.71% | - |
| HSV(B) | 336.26º | 0.4% | 0.89% | - |
| XYZ | 47.93 | 36.92 | 43.63 | - |
| YUV | 167.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 136 | 172 | 0 | 0.40 | 0.24 | 0.11 | 336.26 | 0.62 | 0.71 |
| Hex | E3 | 88 | AC | 0 | 28 | 18 | B | 150 | 3E | 47 |
| Octal | 343 | 210 | 254 | 0 | 50 | 30 | 13 | 520 | 76 | 107 |
| Binary | 11100011 | 10001000 | 10101100 | 0 | 101000 | 11000 | 1011 | 101010000 | 111110 | 1000111 |
Color Harmonies of #E388AC
Complementary color
Monochromatic Colors of #E388AC
Black with #E388AC
Text Example
Text Example
White with #E388AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E388AC; }
p { color: rgb(227,136,172); }
H1.HeaderClassName
{
color: #E388AC;
}
.AnyTagClassName
{
color: #E388AC;
}
</style>
background-color css
<style>
a { background-color: #E388AC; }
a { background-color: rgb(227,136,172); }
div.DivClassName
{
background-color: #E388AC;
}
.BgClassName
{
background-color: #E388AC;
}
</style>
border-color css
<style>
span { border-color: #E388AC; }
span { border-color: rgb(227,136,172); }
td.TdClassName
{
border-color: #E388AC;
}
.TagClassName
{
border-color: #E388AC;
}
</style>