Shades of Kobi #E793AC
Tints of Kobi #E793AC
RGB
CMYK
RGB Variations
Color information
#E793AC (or 0xE793AC) is known color: Kobi. HEX triplet: E7, 93 and AC. RGB value is (231,147,172). Sum of RGB (Red+Green+Blue) = 231+147+172=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E793AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E793AC is #186C53. Grayscale: #AEAEAE. Windows color (decimal): -1600596 or 11310055. OLE color: 11310055.
HSL color Cylindrical-coordinate representation of color #E793AC: hue angle of 342.14º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E793AC is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 147 | 172 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.09 |
| HSL | 342.14º | 0.64% | 0.74% | - |
| HSV(B) | 342.14º | 0.36% | 0.91% | - |
| XYZ | 50.84 | 40.83 | 44.23 | - |
| YUV | 174.97 | 126.33 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 147 | 172 | 0 | 0.36 | 0.26 | 0.09 | 342.14 | 0.64 | 0.74 |
| Hex | E7 | 93 | AC | 0 | 24 | 1A | 9 | 156 | 40 | 4A |
| Octal | 347 | 223 | 254 | 0 | 44 | 32 | 11 | 526 | 100 | 112 |
| Binary | 11100111 | 10010011 | 10101100 | 0 | 100100 | 11010 | 1001 | 101010110 | 1000000 | 1001010 |
Color Harmonies of #E793AC
Complementary color
Monochromatic Colors of #E793AC
Black with #E793AC
Text Example
Text Example
White with #E793AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E793AC; }
p { color: rgb(231,147,172); }
H1.HeaderClassName
{
color: #E793AC;
}
.AnyTagClassName
{
color: #E793AC;
}
</style>
background-color css
<style>
a { background-color: #E793AC; }
a { background-color: rgb(231,147,172); }
div.DivClassName
{
background-color: #E793AC;
}
.BgClassName
{
background-color: #E793AC;
}
</style>
border-color css
<style>
span { border-color: #E793AC; }
span { border-color: rgb(231,147,172); }
td.TdClassName
{
border-color: #E793AC;
}
.TagClassName
{
border-color: #E793AC;
}
</style>