Shades of Kobi #E68FA8
Tints of Kobi #E68FA8
RGB
CMYK
RGB Variations
Color information
#E68FA8 (or 0xE68FA8) is known color: Kobi. HEX triplet: E6, 8F and A8. RGB value is (230,143,168). Sum of RGB (Red+Green+Blue) = 230+143+168=541 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.51% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 168 (66.02% from 255 or 31.05% from 541); Max value from RGB is 230 - color contains mainly: red. Hex color #E68FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68FA8 is #197057. Grayscale: #ABABAB. Windows color (decimal): -1667160 or 11046886. OLE color: 11046886.
HSL color Cylindrical-coordinate representation of color #E68FA8: hue angle of 342.76º 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 #E68FA8 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 143 | 168 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.10 |
| HSL | 342.76º | 0.64% | 0.73% | - |
| HSV(B) | 342.76º | 0.38% | 0.9% | - |
| XYZ | 49.52 | 39.3 | 42.02 | - |
| YUV | 171.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 143 | 168 | 0 | 0.38 | 0.27 | 0.10 | 342.76 | 0.64 | 0.73 |
| Hex | E6 | 8F | A8 | 0 | 26 | 1B | A | 157 | 40 | 49 |
| Octal | 346 | 217 | 250 | 0 | 46 | 33 | 12 | 527 | 100 | 111 |
| Binary | 11100110 | 10001111 | 10101000 | 0 | 100110 | 11011 | 1010 | 101010111 | 1000000 | 1001001 |
Color Harmonies of #E68FA8
Complementary color
Monochromatic Colors of #E68FA8
Black with #E68FA8
Text Example
Text Example
White with #E68FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68FA8; }
p { color: rgb(230,143,168); }
H1.HeaderClassName
{
color: #E68FA8;
}
.AnyTagClassName
{
color: #E68FA8;
}
</style>
background-color css
<style>
a { background-color: #E68FA8; }
a { background-color: rgb(230,143,168); }
div.DivClassName
{
background-color: #E68FA8;
}
.BgClassName
{
background-color: #E68FA8;
}
</style>
border-color css
<style>
span { border-color: #E68FA8; }
span { border-color: rgb(230,143,168); }
td.TdClassName
{
border-color: #E68FA8;
}
.TagClassName
{
border-color: #E68FA8;
}
</style>