Shades of Kobi #E78FAC
Tints of Kobi #E78FAC
RGB
CMYK
RGB Variations
Color information
#E78FAC (or 0xE78FAC) is known color: Kobi. HEX triplet: E7, 8F and AC. RGB value is (231,143,172). Sum of RGB (Red+Green+Blue) = 231+143+172=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 143 (56.25% from 255 or 26.19% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E78FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78FAC is #187053. Grayscale: #ACACAC. Windows color (decimal): -1601620 or 11309031. OLE color: 11309031.
HSL color Cylindrical-coordinate representation of color #E78FAC: hue angle of 340.23º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E78FAC is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 143 | 172 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.09 |
| HSL | 340.23º | 0.65% | 0.73% | - |
| HSV(B) | 340.23º | 0.38% | 0.91% | - |
| XYZ | 50.22 | 39.61 | 44.03 | - |
| YUV | 172.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 143 | 172 | 0 | 0.38 | 0.26 | 0.09 | 340.23 | 0.65 | 0.73 |
| Hex | E7 | 8F | AC | 0 | 26 | 1A | 9 | 154 | 41 | 49 |
| Octal | 347 | 217 | 254 | 0 | 46 | 32 | 11 | 524 | 101 | 111 |
| Binary | 11100111 | 10001111 | 10101100 | 0 | 100110 | 11010 | 1001 | 101010100 | 1000001 | 1001001 |
Color Harmonies of #E78FAC
Complementary color
Monochromatic Colors of #E78FAC
Black with #E78FAC
Text Example
Text Example
White with #E78FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E78FAC; }
p { color: rgb(231,143,172); }
H1.HeaderClassName
{
color: #E78FAC;
}
.AnyTagClassName
{
color: #E78FAC;
}
</style>
background-color css
<style>
a { background-color: #E78FAC; }
a { background-color: rgb(231,143,172); }
div.DivClassName
{
background-color: #E78FAC;
}
.BgClassName
{
background-color: #E78FAC;
}
</style>
border-color css
<style>
span { border-color: #E78FAC; }
span { border-color: rgb(231,143,172); }
td.TdClassName
{
border-color: #E78FAC;
}
.TagClassName
{
border-color: #E78FAC;
}
</style>