Shades of Kobi #E792AC
Tints of Kobi #E792AC
RGB
CMYK
RGB Variations
Color information
#E792AC (or 0xE792AC) is known color: Kobi. HEX triplet: E7, 92 and AC. RGB value is (231,146,172). Sum of RGB (Red+Green+Blue) = 231+146+172=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E792AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E792AC is #186D53. Grayscale: #AEAEAE. Windows color (decimal): -1600852 or 11309799. OLE color: 11309799.
HSL color Cylindrical-coordinate representation of color #E792AC: hue angle of 341.65º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E792AC is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 146 | 172 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.09 |
| HSL | 341.65º | 0.64% | 0.74% | - |
| HSV(B) | 341.65º | 0.37% | 0.91% | - |
| XYZ | 50.68 | 40.53 | 44.18 | - |
| YUV | 174.38 | 126.66 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 146 | 172 | 0 | 0.37 | 0.26 | 0.09 | 341.65 | 0.64 | 0.74 |
| Hex | E7 | 92 | AC | 0 | 25 | 1A | 9 | 156 | 40 | 4A |
| Octal | 347 | 222 | 254 | 0 | 45 | 32 | 11 | 526 | 100 | 112 |
| Binary | 11100111 | 10010010 | 10101100 | 0 | 100101 | 11010 | 1001 | 101010110 | 1000000 | 1001010 |
Color Harmonies of #E792AC
Complementary color
Monochromatic Colors of #E792AC
Black with #E792AC
Text Example
Text Example
White with #E792AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E792AC; }
p { color: rgb(231,146,172); }
H1.HeaderClassName
{
color: #E792AC;
}
.AnyTagClassName
{
color: #E792AC;
}
</style>
background-color css
<style>
a { background-color: #E792AC; }
a { background-color: rgb(231,146,172); }
div.DivClassName
{
background-color: #E792AC;
}
.BgClassName
{
background-color: #E792AC;
}
</style>
border-color css
<style>
span { border-color: #E792AC; }
span { border-color: rgb(231,146,172); }
td.TdClassName
{
border-color: #E792AC;
}
.TagClassName
{
border-color: #E792AC;
}
</style>