Shades of Kobi #E68FAC
Tints of Kobi #E68FAC
RGB
CMYK
RGB Variations
Color information
#E68FAC (or 0xE68FAC) is known color: Kobi. HEX triplet: E6, 8F and AC. RGB value is (230,143,172). Sum of RGB (Red+Green+Blue) = 230+143+172=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FAC is #197053. Grayscale: #ACACAC. Windows color (decimal): -1667156 or 11309030. OLE color: 11309030.
HSL color Cylindrical-coordinate representation of color #E68FAC: hue angle of 340º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E68FAC is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 172 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.10 |
| HSL | 340º | 0.64% | 0.73% | - |
| HSV(B) | 340º | 0.38% | 0.9% | - |
| XYZ | 49.9 | 39.45 | 44.01 | - |
| YUV | 172.32 | 127.82 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 172 | 0 | 0.38 | 0.25 | 0.10 | 340 | 0.64 | 0.73 |
| Hex | E6 | 8F | AC | 0 | 26 | 19 | A | 154 | 40 | 49 |
| Octal | 346 | 217 | 254 | 0 | 46 | 31 | 12 | 524 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10101100 | 0 | 100110 | 11001 | 1010 | 101010100 | 1000000 | 1001001 |
Color Harmonies of #E68FAC
Complementary color
Monochromatic Colors of #E68FAC
Black with #E68FAC
Text Example
Text Example
White with #E68FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FAC; }
p { color: rgb(230,143,172); }
H1.HeaderClassName
{
color: #E68FAC;
}
.AnyTagClassName
{
color: #E68FAC;
}
</style>
background-color css
<style>
a { background-color: #E68FAC; }
a { background-color: rgb(230,143,172); }
div.DivClassName
{
background-color: #E68FAC;
}
.BgClassName
{
background-color: #E68FAC;
}
</style>
border-color css
<style>
span { border-color: #E68FAC; }
span { border-color: rgb(230,143,172); }
td.TdClassName
{
border-color: #E68FAC;
}
.TagClassName
{
border-color: #E68FAC;
}
</style>