Shades of Kobi #E390A7
Tints of Kobi #E390A7
RGB
CMYK
RGB Variations
Color information
#E390A7 (or 0xE390A7) is known color: Kobi. HEX triplet: E3, 90 and A7. RGB value is (227,144,167). Sum of RGB (Red+Green+Blue) = 227+144+167=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E390A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E390A7 is #1C6F58. Grayscale: #ABABAB. Windows color (decimal): -1863513 or 10981603. OLE color: 10981603.
HSL color Cylindrical-coordinate representation of color #E390A7: hue angle of 343.37º 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 #E390A7 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 144 | 167 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.11 |
| HSL | 343.37º | 0.6% | 0.73% | - |
| HSV(B) | 343.37º | 0.37% | 0.89% | - |
| XYZ | 48.63 | 39.07 | 41.54 | - |
| YUV | 171.44 | 125.5 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 144 | 167 | 0 | 0.37 | 0.26 | 0.11 | 343.37 | 0.6 | 0.73 |
| Hex | E3 | 90 | A7 | 0 | 25 | 1A | B | 157 | 3C | 49 |
| Octal | 343 | 220 | 247 | 0 | 45 | 32 | 13 | 527 | 74 | 111 |
| Binary | 11100011 | 10010000 | 10100111 | 0 | 100101 | 11010 | 1011 | 101010111 | 111100 | 1001001 |
Color Harmonies of #E390A7
Complementary color
Monochromatic Colors of #E390A7
Black with #E390A7
Text Example
Text Example
White with #E390A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E390A7; }
p { color: rgb(227,144,167); }
H1.HeaderClassName
{
color: #E390A7;
}
.AnyTagClassName
{
color: #E390A7;
}
</style>
background-color css
<style>
a { background-color: #E390A7; }
a { background-color: rgb(227,144,167); }
div.DivClassName
{
background-color: #E390A7;
}
.BgClassName
{
background-color: #E390A7;
}
</style>
border-color css
<style>
span { border-color: #E390A7; }
span { border-color: rgb(227,144,167); }
td.TdClassName
{
border-color: #E390A7;
}
.TagClassName
{
border-color: #E390A7;
}
</style>