Shades of Kobi #E68FA9
Tints of Kobi #E68FA9
RGB
CMYK
RGB Variations
Color information
#E68FA9 (or 0xE68FA9) is known color: Kobi. HEX triplet: E6, 8F and A9. RGB value is (230,143,169). Sum of RGB (Red+Green+Blue) = 230+143+169=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 169 (66.41% from 255 or 31.18% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FA9 is #197056. Grayscale: #ABABAB. Windows color (decimal): -1667159 or 11112422. OLE color: 11112422.
HSL color Cylindrical-coordinate representation of color #E68FA9: hue angle of 342.07º 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 #E68FA9 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 169 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.10 |
| HSL | 342.07º | 0.64% | 0.73% | - |
| HSV(B) | 342.07º | 0.38% | 0.9% | - |
| XYZ | 49.62 | 39.33 | 42.51 | - |
| YUV | 171.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 169 | 0 | 0.38 | 0.27 | 0.10 | 342.07 | 0.64 | 0.73 |
| Hex | E6 | 8F | A9 | 0 | 26 | 1B | A | 156 | 40 | 49 |
| Octal | 346 | 217 | 251 | 0 | 46 | 33 | 12 | 526 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10101001 | 0 | 100110 | 11011 | 1010 | 101010110 | 1000000 | 1001001 |
Color Harmonies of #E68FA9
Complementary color
Monochromatic Colors of #E68FA9
Black with #E68FA9
Text Example
Text Example
White with #E68FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FA9; }
p { color: rgb(230,143,169); }
H1.HeaderClassName
{
color: #E68FA9;
}
.AnyTagClassName
{
color: #E68FA9;
}
</style>
background-color css
<style>
a { background-color: #E68FA9; }
a { background-color: rgb(230,143,169); }
div.DivClassName
{
background-color: #E68FA9;
}
.BgClassName
{
background-color: #E68FA9;
}
</style>
border-color css
<style>
span { border-color: #E68FA9; }
span { border-color: rgb(230,143,169); }
td.TdClassName
{
border-color: #E68FA9;
}
.TagClassName
{
border-color: #E68FA9;
}
</style>