Shades of Kobi #E390AC
Tints of Kobi #E390AC
RGB
CMYK
RGB Variations
Color information
#E390AC (or 0xE390AC) is known color: Kobi. HEX triplet: E3, 90 and AC. RGB value is (227,144,172). Sum of RGB (Red+Green+Blue) = 227+144+172=543 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.80% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 227 - color contains mainly: red. Hex color #E390AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E390AC is #1C6F53. Grayscale: #ABABAB. Windows color (decimal): -1863508 or 11309283. OLE color: 11309283.
HSL color Cylindrical-coordinate representation of color #E390AC: hue angle of 339.76º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E390AC is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 172 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.11 |
| HSL | 339.76º | 0.6% | 0.73% | - |
| HSV(B) | 339.76º | 0.37% | 0.89% | - |
| XYZ | 49.1 | 39.26 | 44.02 | - |
| YUV | 172.01 | 128 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 172 | 0 | 0.37 | 0.24 | 0.11 | 339.76 | 0.6 | 0.73 |
| Hex | E3 | 90 | AC | 0 | 25 | 18 | B | 154 | 3C | 49 |
| Octal | 343 | 220 | 254 | 0 | 45 | 30 | 13 | 524 | 74 | 111 |
| Binary | 11100011 | 10010000 | 10101100 | 0 | 100101 | 11000 | 1011 | 101010100 | 111100 | 1001001 |
Color Harmonies of #E390AC
Complementary color
Monochromatic Colors of #E390AC
Black with #E390AC
Text Example
Text Example
White with #E390AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390AC; }
p { color: rgb(227,144,172); }
H1.HeaderClassName
{
color: #E390AC;
}
.AnyTagClassName
{
color: #E390AC;
}
</style>
background-color css
<style>
a { background-color: #E390AC; }
a { background-color: rgb(227,144,172); }
div.DivClassName
{
background-color: #E390AC;
}
.BgClassName
{
background-color: #E390AC;
}
</style>
border-color css
<style>
span { border-color: #E390AC; }
span { border-color: rgb(227,144,172); }
td.TdClassName
{
border-color: #E390AC;
}
.TagClassName
{
border-color: #E390AC;
}
</style>