Shades of Kobi #E392AC
Tints of Kobi #E392AC
RGB
CMYK
RGB Variations
Color information
#E392AC (or 0xE392AC) is known color: Kobi. HEX triplet: E3, 92 and AC. RGB value is (227,146,172). Sum of RGB (Red+Green+Blue) = 227+146+172=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E392AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E392AC is #1C6D53. Grayscale: #ADADAD. Windows color (decimal): -1862996 or 11309795. OLE color: 11309795.
HSL color Cylindrical-coordinate representation of color #E392AC: hue angle of 340.74º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E392AC is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 146 | 172 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.11 |
| HSL | 340.74º | 0.59% | 0.73% | - |
| HSV(B) | 340.74º | 0.36% | 0.89% | - |
| XYZ | 49.4 | 39.87 | 44.12 | - |
| YUV | 173.18 | 127.34 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 146 | 172 | 0 | 0.36 | 0.24 | 0.11 | 340.74 | 0.59 | 0.73 |
| Hex | E3 | 92 | AC | 0 | 24 | 18 | B | 155 | 3B | 49 |
| Octal | 343 | 222 | 254 | 0 | 44 | 30 | 13 | 525 | 73 | 111 |
| Binary | 11100011 | 10010010 | 10101100 | 0 | 100100 | 11000 | 1011 | 101010101 | 111011 | 1001001 |
Color Harmonies of #E392AC
Complementary color
Monochromatic Colors of #E392AC
Black with #E392AC
Text Example
Text Example
White with #E392AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E392AC; }
p { color: rgb(227,146,172); }
H1.HeaderClassName
{
color: #E392AC;
}
.AnyTagClassName
{
color: #E392AC;
}
</style>
background-color css
<style>
a { background-color: #E392AC; }
a { background-color: rgb(227,146,172); }
div.DivClassName
{
background-color: #E392AC;
}
.BgClassName
{
background-color: #E392AC;
}
</style>
border-color css
<style>
span { border-color: #E392AC; }
span { border-color: rgb(227,146,172); }
td.TdClassName
{
border-color: #E392AC;
}
.TagClassName
{
border-color: #E392AC;
}
</style>